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

https://github.com/sahashraee/data_science

Data Science Basics Concepts
https://github.com/sahashraee/data_science

git opencv python pytorch scikit-learn tensorflow

Last synced: 9 months ago
JSON representation

Data Science Basics Concepts

Awesome Lists containing this project

README

          

# Data-Science

Welcome to the Data Science Repository! Here, you'll find a comprehensive collection of topics ranging from **Git** fundamentals and **Python** basics to advanced concepts, including **Machine Learning** algorithms, **Deep Learning** for computer vision using **PyTorch**, and **OpenCV**. These topics will be constantly updated as this repository serves as a record of my ongoing learning and understanding.

## Contents


Frameworks & Libraries

| Topics | Description | Links |
|-------------------------------|---------------------------------------------------------------------------------------------|-------|
| **Git** | Introduction to Git fundamentals | [🔗](https://github.com/SahashRaee/Data_Science/blob/main/Git/00-Git.ipynb) |
| **Python** | Covers Python fundamentals, OOP and advanced python topics | [🔗](https://github.com/SahashRaee/Data_Science/tree/main/1.%20Python) |
| **Data Wrangling & EDA** | Preparation of data for analysis | [🔗](https://github.com/SahashRaee/Data_Science/tree/main/2.Data_Wrangling_and_EDA) |
| **Machine Learning** | Overview and implementation of popular ML algorithms with practical examples | [🔗](https://github.com/SahashRaee/Data_Science/tree/main/3.%20Machine_Learning) |
| **Deep Learning in PyTorch** | Introduction to deep learning and hands-on tutorials for image analysis with PyTorch | [🔗](https://github.com/SahashRaee/Data_Science/tree/main/4.Deep_Learning_in_PyTorch) |
| **OpenCV** | Introduction to computer vision and practical applications using OpenCV | [🔗](https://github.com/SahashRaee/Data_Science/tree/main/6.OpenCV) |

**Exercises** are included between each topic to provide practice exercises and coding challenges for reinforcing learning and understanding.