Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danhenriquex/data_science_and_machine_learning

Learning Data Science and Artificial Inteligence concepts
https://github.com/danhenriquex/data_science_and_machine_learning

deep-learning deep-neural-networks machine-learning matplotlib numpy pandas

Last synced: 4 days ago
JSON representation

Learning Data Science and Artificial Inteligence concepts

Awesome Lists containing this project

README

        

# Data Science and Machine Learning

In this course I learned a lot of concepts about machine learning and deep learning, such as:

### Machine Learning
- Pandas
- NumPy
- MatPlotlib
- Scikit-Learn
- Splitting into training, validation and test set
- Cleaning, transforming and reducing dataset
- Working with categorical classification ( OneHotEncoder )
- Handling missing values
- Regression, Classification, Decision trees and others machine learning algorithms
- Making predictions and evaluating models with score, cross validation, accuracy, ROC Curve, confusion matrix, classification report, MAE, MSE
- Tuning Hyperparameters with GridSearch and RandomizedSearchCV
- Saving and Loading model.

### Deep Learning

- Deep Learning with tensorflow
- Turning data Labels into Numbers
- Preprocess images and turning data into batches
- Building a deep learning model using some architectures such as Mobilenet.
- Handling overfitting and underfitting.
- Evaluating the model