{"id":18566387,"url":"https://github.com/maliknaik16/machine-learning","last_synced_at":"2025-05-15T19:34:56.682Z","repository":{"id":90007387,"uuid":"296395277","full_name":"maliknaik16/machine-learning","owner":"maliknaik16","description":"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.","archived":false,"fork":false,"pushed_at":"2025-03-11T05:24:07.000Z","size":3965,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T06:25:18.235Z","etag":null,"topics":["autograd","classification","convolutional-neural-networks","datasets","distillation","machine-learning","matplotlib","model","model-optimization","neural-network","normalization","numpy","pandas","python","pytorch","quantization","regresssion","tensors","torchvision","transformers"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maliknaik16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-17T17:23:23.000Z","updated_at":"2025-03-11T05:24:10.000Z","dependencies_parsed_at":"2025-03-11T06:34:01.315Z","dependency_job_id":null,"html_url":"https://github.com/maliknaik16/machine-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliknaik16%2Fmachine-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliknaik16%2Fmachine-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliknaik16%2Fmachine-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliknaik16%2Fmachine-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maliknaik16","download_url":"https://codeload.github.com/maliknaik16/machine-learning/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254407638,"owners_count":22066293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autograd","classification","convolutional-neural-networks","datasets","distillation","machine-learning","matplotlib","model","model-optimization","neural-network","normalization","numpy","pandas","python","pytorch","quantization","regresssion","tensors","torchvision","transformers"],"created_at":"2024-11-06T22:22:56.981Z","updated_at":"2025-05-15T19:34:56.677Z","avatar_url":"https://github.com/maliknaik16.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Machine Learning Journey\n\nThis 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.\n\n[badge_url]: https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto\n\n## Getting Started\nTo get started with running these notebooks. Follow these steps:\n\nStep 1: Clone the repo\n\n```bash\ngit clone https://github.com/maliknaik16/machine-learning.git\n```\n\nStep 2: Activate the virtual environment\n```bash\npoetry shell\n```\n\nStep 3: Install all the dependencies\n```bash\npoetry install\n```\n\nStep 4: Add the environment to notebook\n\n```bash\npoetry run python -m ipykernel install --user --name=ml-notebooks\n```\n\nStep 5: Run jupyter notebook and use the `ml-notebooks` kernel\n\n```bash\npoetry run jupyter notebook\n```\n\n\n## Notebooks \n\n**Glossary/Notes**: [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/Notes.ipynb)\n\n### Basics\n\n| **Title**                                                                                                       | **Notebook**                                                                                                                                                                             | **Date**       |\n|-----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|\n| [PyTorch Tensors](/foundations/01_Basics/pytorch_tensors.ipynb)                                                 | [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/foundations/01_Basics/pytorch_tensors.ipynb)                 | 02/19/2025     |\n| [PyTorch - Datasets \u0026 DataLoaders](/foundations/01_Basics/pytorch_dataloaders.ipynb)                  | [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/foundations/01_Basics/pytorch_dataloaders.ipynb)             | 02/20/2025     |\n| [PyTorch - Neural Network](/foundations/01_Basics/pytorch_neural_network.ipynb)                       | [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/foundations/01_Basics/pytorch_neural_network.ipynb)          | 02/20/2025     |\n| [PyTorch - Automatic Differentiation](/foundations/01_Basics/pytorch_automatic_differentiation.ipynb) | [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/foundations/01_Basics/pytorch_automatic_differentiation.ipynb) | 02/21/2025     |\n| [PyTorch - Model Optimization](/foundations/01_Basics/pytorch_model_optimization.ipynb)               | [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/foundations/01_Basics/pytorch_model_optimization.ipynb) | 02/22/2025     |\n\n\n### Intermediate\n\n| **Title**                                                                                                                            | **Notebook**                                                                                                                                                                             | **Date**   |\n|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|\n| [Convolutional Neural Networks (CNNs)](/foundations/02_Intermediate/pytorch_cnn.ipynb)                                               | [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/foundations/02_Intermediate/pytorch_cnn.ipynb)                 | 02/22/2025 |\n| [Transformers - Attention Is All You Need from Scratch](/foundations/02_Intermediate/attention_is_all_you_need.ipynb) | [![Open in Notebook](https://img.shields.io/badge/Open_Notebook-gray?style=flat\u0026logo=jupyter\u0026logoColor=red\u0026logoSize=auto)](/foundations/02_Intermediate/attention_is_all_you_need.ipynb)                 | 02/24/2025 |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaliknaik16%2Fmachine-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaliknaik16%2Fmachine-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaliknaik16%2Fmachine-learning/lists"}