Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)