Deep Learning: CNN Model
Kaggle Competition consisting in using satellite data to track the human footprint in the Amazon rainforest.
-
Follow either of the steps to use the Dataset
-
Download the DataSet: (https://www.kaggle.com/datasets/nikitarom/planets-dataset)
-
Use Kaggle API to fetch the dataset onto colab
-
Get the API TOKEN
-
Set the Kaggle Environment and configure the directory
-
Run the command:
!kaggle datasets download -d nikitarom/planets-dataset
-
-
-
Use any of the IDEs to create a Notebook
- Google Colab (Preferably)
- Kaggle Notebook
- Jupyter Notebook
- Import the necessary libraries
- Load the Dataset
- Working on Dataset Paths
- Data Preprocessing
- One Hot Encoding
- Functions to create Performance Measures
- Model Building
- Train the model
- Optimization
- Submission
- Loading the predicted values to CSV file
My Notebook has yielded Mean FScore Beta: 0.90592