cifar10 data set with CNN
Google Colab
pip install tensorflow-gpu==2.0.0-rc0
pip install mlxtend==0.17.0
Jupyter Notebook
pip install conda
pip install numpy
conda update --all
pip install tensorflow
pip install pandas
sklearn breast_cancer data set Google Colab
Google Colab
use VGG16 to cat and dog classification
Google Colab
upgrade to mlxtend 0.17.2
!pip install mlxtend --upgrade --no-deps
upload files to colab runtime folder
https://towardsdatascience.com/3-ways-to-load-csv-files-into-colab-7c14fcbdcb92
data set
http://www.cis.fordham.edu/wisdm/dataset.php
data set
https://www.kaggle.com/iarunava/cell-images-for-detecting-malaria
import kaggle dataset
https://github.com/gharis/Data-Science/blob/master/IMPORT_DATASET_FROM_KAGGLE.ipynb