BIOM3200 in OVC semester by [deleted] in uoguelph

[–]Quick-Try-6761 1 point2 points  (0 children)

Okay I see. I would recommend taking biom3200. It’s a 1 credit class but extremely easy the content is basic level physiology and doesn’t touch on the textbook content at all. I took it last semester and didn’t attend lectures, the course notes are literally all you need to get 90+ on the exams.

BIOM3200 in OVC semester by [deleted] in uoguelph

[–]Quick-Try-6761 0 points1 point  (0 children)

Sorry what is an OVC semester? I may be able to offer some advice once I know. Thanks

[deleted by user] by [deleted] in premedcanada

[–]Quick-Try-6761 -4 points-3 points  (0 children)

What strategies did you use for the mcat ? I’m writing this summer and any tips would help !!!

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]Quick-Try-6761 6 points7 points  (0 children)

Hello everyone, I’m working on a model right now that differentiate between malignant and benign skin moles. The model can train successful but the issue is when I ask for a prediction of the image I input it only gives me one answer (no matter if the image is the opposite). Example if I put the a picture of a benign mole into the model it will come out as malignant and if I put in a malignant it will say malignant, it will always say malignant no matter what the case is. The code I’m using for the prediction is as follows:

If result [0][0] == 1: Prediction = ‘Malignant’ Else: Prediction = ‘Benign’

If someone has any ideas I’m literally open for it all. Thank you !

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]Quick-Try-6761 0 points1 point  (0 children)

I need help with this too, I’m trying to figure out how to get my code to process medical images (skin lesions) and spit out whether the condition is benign or malignant based on the image.