https://github.com/nirmit27/ds-and-ml
Learning how to crunch numbers and mimic human beings. 🤖
https://github.com/nirmit27/ds-and-ml
data-analytics data-science ipynb-jupyter-notebook kaggle machine-learning neural-network python sklearn sklearn-library tensorflow tensorflow2
Last synced: 5 months ago
JSON representation
Learning how to crunch numbers and mimic human beings. 🤖
- Host: GitHub
- URL: https://github.com/nirmit27/ds-and-ml
- Owner: nirmit27
- Created: 2023-12-19T05:31:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T04:14:20.000Z (10 months ago)
- Last Synced: 2025-10-06T23:44:14.009Z (9 months ago)
- Topics: data-analytics, data-science, ipynb-jupyter-notebook, kaggle, machine-learning, neural-network, python, sklearn, sklearn-library, tensorflow, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Science and ML
This repository contains the study material and practice problem solutions for gaining a better understanding of the fundamentals and core concepts of **Data Science**, **Machine Learning** and **Deep Learning**.
## Contents
### 1. Machine Learning
- #### [Toy datasets](./ML/Data)
- #### [Colab notebooks](./ML/Notebooks)
- #### [Basic projects](./Models)
### 2. Deep Learning
- #### [TensorFlow](./DL/TensorFlow)
- #### [PyTorch](./DL/PyTorch)
### 3. Data Analysis
- #### [SQL](./SQL)
* ##### [Queries](./SQL/Queries)
* ##### [Jupyter notebooks](./SQL/Notebooks)
- #### [Practice](./EDA)
---