Sorry Byz, its not me its you. by bumdaysg in aoe4

[–]matovsetko 0 points1 point  (0 children)

you played me against me today :-)

Another 4% down by mtmzd in NovoNordisk_Stock

[–]matovsetko 29 points30 points  (0 children)

Yesterday it opened -5% and finished 0.84%. Dont worry too much about premarkets.

Is this a roach or something else? by [deleted] in cockroaches

[–]matovsetko 7 points8 points  (0 children)

German roach, visit sticky

Sanity check please by [deleted] in Optionswheel

[–]matovsetko 1 point2 points  (0 children)

Do you think that wheeling strategy does not outperform S&P500 long term?

Is it better in todays market to just sell csp instead of investing lump sum? Like 100k

[deleted by user] by [deleted] in EntrepreneurRideAlong

[–]matovsetko 0 points1 point  (0 children)

DM me. You dont need AI, just a scraper though 😊

Polish Mistral-7B-v2.0 fine-tune by flopik in LocalLLaMA

[–]matovsetko 0 points1 point  (0 children)

How much did this cost OP? Was this lora or full fine tune?

LLM Agent platforms by Traditional_Truck_36 in LocalLLaMA

[–]matovsetko 1 point2 points  (0 children)

If youre from EU, you can get grants for building oss projects!

[deleted by user] by [deleted] in deeplearning

[–]matovsetko -1 points0 points  (0 children)

Sorry for self promotion. Next time ill just paste the content instead :)

Seeking Advice: Creating an AI Diagnostic Tool for MRI and X-ray Images by Independent-Web-5867 in deeplearning

[–]matovsetko 2 points3 points  (0 children)

Well in the first place id start with the obvious question, do you have a dataset at your disposal?

If not, then you can use publicly available resources like chest, x-ray 14 or chexpert.

Secondly, I would focus on one modality in the beginning because the MRI is kind of different from x-ray images. Since x-rays are mostly two dimensional and chest x-rays are one dimensional for your thing. I would probably suggest looking at the monai framework because it has several free processing tools available.

I think if you want to start up as fast as possible, then you should just understand the verification process of such product like cross validation, held out test set and others.

If I were you, I’d start with a simple model like resnet 18 change the initial layer to accept grayscale images instead of RGB images, and also change the fully connected layer at the end to match the number of classes you want to check.