wpeguero / pyblight

Capstone Project information. This contains the algorithm used for the Master's in Data Science Thesis.
MIT License
0 stars 0 forks source link

Notebook Demonstrating the use of pytorch to classify tumors as malignant or benign #12

Open wpeguero opened 6 months ago

wpeguero commented 6 months ago

Currently there are no examples showing how pytorch was used to develop machine learning models to classify tumors as either malignant or benign. This jupyter notebook shall contain some details on the reason why the tumor classifier was created, what the process behind this procedure was, how the data was transformed, and how the model was created.

The results and the metrics will also be a reflection of how the library was used to classify tumors and measure the performance of the machine learning model.

wpeguero commented 6 months ago

Currently at the step where the data is transformed using pytorch's own libraries.