A collection of Machine Learning projects developed using Google Colab.
- Notebook: BreastCancerClassificationLogisticRegression.ipynb
- Description: This project involves classifying breast cancer tumors as benign or malignant using a Logistic Regression model.
- Dataset: The dataset includes features such as radius, texture, perimeter, area, and smoothness of cell nuclei.
- Notebook: DL1_Breast_Cancer_Classification_using_NN.ipynb
- Description: This project utilizes a Neural Network to classify breast cancer tumors.
- Dataset: Similar to the Logistic Regression project, focusing on cell nucleus features.
- Notebook: DL2_MNIST_Digit_Classification_using_NN.ipynb
- Description: A Neural Network model trained to recognize handwritten digits from the MNIST dataset.
- Notebook: DL3_DogCatClassification_using_TransferLearning.ipynb
- Description: This project employs Transfer Learning techniques to differentiate between images of dogs and cats.
- Notebook: Sales_Prediction_by_Advertisement_using_NN.ipynb
- Description: Predicting sales based on advertisement data using Neural Networks.
- Notebook: PandasTutorial.ipynb
- Description: A comprehensive tutorial on data manipulation and analysis using the Pandas library.
To explore these projects:
-
Clone the repository:
git clone https://github.com/Rohit-Madhesiya/ML_Colab_Repos.git
-
Navigate to the project directory:
cd ML_Colab_ReposDeveloped by [Rohit Gupta].