An open API service indexing awesome lists of open source software.

https://github.com/swamikannan/speed-run-tf2.0

Speed run to model data from the breast cancer dataset in sklearn
https://github.com/swamikannan/speed-run-tf2.0

deep-learning machine-learning tabular-data tensorflow

Last synced: about 1 month ago
JSON representation

Speed run to model data from the breast cancer dataset in sklearn

Awesome Lists containing this project

README

          

# Speed-run-TF2.0 - Breast Cancer Detection
![cover image](cover.jpg)

It had been a long time since I worked on models using TensorFlow 2.0. I thought the best way to get back into TF was to do a speed run on the breast cancer dataset in sklearn.datasets. It is a tabular dataset. Next step - Detection of tumors through images

## Key stats:
### Time for:

EDA + preprocessing + modelling 9.46 minutes

Till model training 10.15 minutes

Till model evaluation 13.76 minutes