Skip to content

ML journey to explore concepts and framework through code and math. It serves as a personal log of my learning experiences, revisiting foundational topics, and delving into new areas within the field.

Notifications You must be signed in to change notification settings

maliknaik16/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Journey

This repository contains the notebooks and scripts I've developed throughout my exploration of Machine Learning concepts and frameworks. It serves as a personal log of my learning experiences, revisiting foundational topics, and delving into new areas within the field.

Getting Started

To get started with running these notebooks. Follow these steps:

Step 1: Clone the repo

git clone https://github.com/maliknaik16/machine-learning.git

Step 2: Activate the virtual environment

poetry shell

Step 3: Install all the dependencies

poetry install

Step 4: Add the environment to notebook

poetry run python -m ipykernel install --user --name=ml-notebooks

Step 5: Run jupyter notebook and use the ml-notebooks kernel

poetry run jupyter notebook

Notebooks

Glossary/Notes: Open in Notebook

Basics

Title Notebook Date
PyTorch Tensors Open in Notebook 02/19/2025
PyTorch - Datasets & DataLoaders Open in Notebook 02/20/2025
PyTorch - Neural Network Open in Notebook 02/20/2025
PyTorch - Automatic Differentiation Open in Notebook 02/21/2025
PyTorch - Model Optimization Open in Notebook 02/22/2025

Intermediate

Title Notebook Date
Convolutional Neural Networks (CNNs) Open in Notebook 02/22/2025
Transformers - Attention Is All You Need from Scratch Open in Notebook 02/24/2025

About

ML journey to explore concepts and framework through code and math. It serves as a personal log of my learning experiences, revisiting foundational topics, and delving into new areas within the field.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages