Your Learning Progress 0/32 topics (0%)

AI/ML Notebooks - Essentials

Next: Notebooks - Concepts

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. Basic Python For ML

Learn Python fundamentals for machine learning, including data structures and libraries.

2. Introduction To Pytorch

Explore the basics of PyTorch, including tensors and operations.

3. Tensors and Tensor Operations

Deep dive into tensors and learn about operations in PyTorch.

4. Activation Functions

Understand activation functions and their role in deep learning models.

5. Linear Regression with PyTorch

Learn linear regression and its implementation in PyTorch.

6. Forward and Backward Pass in PyTorch

Explore how the forward and backward passes work in PyTorch.

7. Neural Networks Basics

Understand the foundational concepts of neural networks.

8. Training Neural Networks

Learn how to train neural networks effectively using PyTorch.

9. Classification with Logistic Regression

Understand and implement logistic regression for classification tasks.