Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryank1511/machine-learning-and-data-science-bootcamp
This repository is a collection of all the files, resources, notes, and code that I used to learn Machine Learning and Data Science. All the code and notes here have been gathered from various sources, and I have compiled them into this repository.
https://github.com/aryank1511/machine-learning-and-data-science-bootcamp
data-science machine-learning numpy pandas python3 scikitlearn
Last synced: 20 days ago
JSON representation
This repository is a collection of all the files, resources, notes, and code that I used to learn Machine Learning and Data Science. All the code and notes here have been gathered from various sources, and I have compiled them into this repository.
- Host: GitHub
- URL: https://github.com/aryank1511/machine-learning-and-data-science-bootcamp
- Owner: AryanK1511
- Created: 2023-10-16T19:15:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:44:43.000Z (21 days ago)
- Last Synced: 2024-12-06T02:24:36.711Z (21 days ago)
- Topics: data-science, machine-learning, numpy, pandas, python3, scikitlearn
- Language: Jupyter Notebook
- Homepage:
- Size: 21.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning and Data Science Bootcamp
This repository is a collection of all the files, resources, notes, and code that I used to learn Machine Learning and Data Science. All the code and notes here have been gathered from various sources, and I have compiled them into this repository.
## Table of Contents
|Topic|Link|
|---|---|
|Introduction|https://github.com/AryanK1511/Machine-Learning-and-Data-Science-Bootcamp/tree/main/001-Introduction|
|Pandas|https://github.com/AryanK1511/Machine-Learning-and-Data-Science-Bootcamp/tree/main/002-Pandas_Data_Analysis|
|NumPy|https://github.com/AryanK1511/Machine-Learning-and-Data-Science-Bootcamp/tree/main/003-NumPy|
|Matplotlib|https://github.com/AryanK1511/Machine-Learning-and-Data-Science-Bootcamp/tree/main/004-Matplotlib|
|Sci-Kit Learn|https://github.com/AryanK1511/Machine-Learning-and-Data-Science-Bootcamp/tree/main/005-Scikitlearn|## Learning Sources
- ZTM Academy's Udemy course - [Complete Machine Learning and Data Science Bootcamp](https://www.udemy.com/share/102vAM3@H5XRhtNJEcNlmDd10XB9mogV4-FFZJsoDWEZNIZC7rUdFEP3KAdlC4NqkcHDJz8a/).
- Codecademy Courses
- [Learn Data Analysis with Pandas](https://www.codecademy.com/enrolled/courses/data-processing-pandas)
- [Learn statistics with python](https://www.codecademy.com/enrolled/courses/learn-statistics-with-python)