Your Learning Progress 0/32 topics (0%)

AI/ML Notebooks - Projects

Next: Quizzes

Explore foundational and essential topics in AI/ML with these curated notebooks. Each notebook is well-commented and documented to help you follow and understand the concepts with ease. These notebooks can be run directly in your browser, providing an interactive and hands-on learning experience.

1. The XOR Problem

Explore the foundational XOR problem in machine learning and solve it using a neural network in PyTorch.

2. Iris Flower Classification

Classify iris flowers into one of three species using a neural network trained on the Iris dataset.

3. Boston Housing Problem

Predict the median value of homes in Boston neighborhoods using a regression model trained on the Boston Housing dataset.

4. Movie Recommendation System

Build a classical Item-Based Collaborative Filtering recommendation system using the MovieLens dataset.

5. Handwritten Digit Recognition

Recognize handwritten digits using a neural network trained on the MNIST dataset.