ML projects at Kaggle
Lung Cancer Survival Prediction/
├── DL_Models.ipynb
└── ML_Models.ipynb
- Goal: Binary Classification
- Dataset: The Metadata on Lung Cancer Patients
- train.csv: the training set
- test.csv: the test set
- submission.csv: a sample submission file in the correct format
Image Classification/
├── DenseNet.ipynb
├── DenseNet_ver2.ipynb
├── ResNet.ipynb
├── VGG-16.ipynb
├── ViT.ipynb
└── ML_Models.ipynb
- Goal: Predicting the Correct Label for Each Image
- Dataset:
- train.csv: the training set
- test.csv: the test set
- SceneImages: image folder
- submission.csv: a sample submission file in the correct format