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

https://github.com/siddhantprateek/machine-learning-resources

Machine Learning Resources
https://github.com/siddhantprateek/machine-learning-resources

best-practices clustering-algorithm data-analysis deep-learning in-progress journey linear-regression machine-learning machine-learning-algorithms neural-language-modelling neural-language-processing neural-network numpy python3 read reinforcement-learning-algorithms tensorflow visualisation

Last synced: about 1 month ago
JSON representation

Machine Learning Resources

Awesome Lists containing this project

README

          

Machine Learning Journey



aws

## MLOps and Natural Language Processing

- [x] **Data Discovery and Visualization**
- [x] > Numpy and array computation
- [x] > Processing Images with Numpy
- [x] > Data Acquisition - Web Scrapping, Web APIs
- [x] > Data Analysis using Pandas
- [x] > Importing and Exporting Data

- [ ] **Classical Machine Learning Algorithms**
- [ ] > K-Nearest Neighbour search
- [ ] > K-means clustering
- [ ] > Linear Regression
- [ ] > Logistic Regression
- [ ] > Decision trees and Ensembling Learning
- [ ] > Random Forest Classifiers
- [ ] > Support Vector Machines

- [ ] **Natural Language Processing**
- [ ] > Text generation using Markov Chain
- [ ] > Text classification using Naive Bayes
- [ ] > Deploy ML model with flask on heroku
- [ ] > Create a facebook chatbot with flask

## Deep Learning with Linear, Image and Signal Processing

- [ ] **Deep Neural Networks**
- [ ] > Neural Architectures and Training
- [ ] > Deep Learning with Keras
- [ ] > Convolutions and the GoogLeNet
- [ ] > Transfer Learning with ResNet and AlexNet
- [ ] > Dimensionality Reduction using Auto-encoders
- [ ] **Advanced Deep Learning**
- [ ] > Recurrent Neural Network
- [ ] > Long Short Term Memory
- [ ] > Music Generation using LSTM
- [ ] > Predict Gender from name with LSTM
- [ ] > Generative Adversarial Nets

- [ ] **Reinforcement Learning**
- [ ] > Foundational Reinforcement Learning
- [ ] > Evolutionary Algorithms and Genetic Algorithms
- [ ] > Deep Q-learning and training
- [ ] > Training on OpenAI Gym Simulators