A collection of beginner-friendly AI/ML projects as part of my hands-on learning journey.
Goal: Predict whether a passenger survived the Titanic disaster based on demographic and travel information.
Goal: Build and train a neural network to classify images of clothing items from the Fashion MNIST dataset with high accuracy
- Clone the repo
- Install requirements -
pip install -r requirements.txt - Navigate to the specific project notebook -
cd <project_name>/notebooks - Open Jupyter and run the notebook - Example:
jupyter notebook <model_filname>.ipynb