Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akmamun/try-ml-recipes

Try ML and Deep Learning
https://github.com/akmamun/try-ml-recipes

Last synced: about 1 month ago
JSON representation

Try ML and Deep Learning

Awesome Lists containing this project

README

        

### Basic ML Practice
#### Notebook
- [Python basic for data science](notebook/basic_data_science.ipynb)
- [Machine learning recipes](notebook/machine_learning_recipes.ipynb)
- [Iris dataset import and train and test](notebook/iris_dataset_practice.ipynb)
- [How find good or useless feature](notebook/good_feature_identify.ipynb)
- [Write training pipeline](notebook/Write_a_Pipeline_Supervise_Learning.ipynb)
- [Deep Learning with Tensorflow](notebook/DeepLearning,_Tensorflow,_Keras.ipynb)
#### Python file
- [Python basic for data science](python/basic_data_science.py)
- [Machine learning recipes](python/machine_learning_recipes.py)
- [Iris dataset import and train and test](python/iris_dataset_practice.py)
- [How find good or useless feature](python/good_feature_identify.py)
- [Write training pipeline](python/write_a_pipeline_supervise_learning.py)