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

https://github.com/trandangtrungduc/basicdeeplearningtask

Code, Resources - Personal Project - CBD Robotics Company - August 1, 2021.
https://github.com/trandangtrungduc/basicdeeplearningtask

classification computer-vision deep-learning natural-language-processing

Last synced: 12 months ago
JSON representation

Code, Resources - Personal Project - CBD Robotics Company - August 1, 2021.

Awesome Lists containing this project

README

          

# Basic Deep Learning Task

### Overview
- These are useful projects for beginners and intermediates to approaching Deep Learning. Each ipynb file is a different topic (lesson).
- Dependency: Python and some other libraries are listed in each document (ipynb files).

### Implementation
1. Natural language processing project: Exploratory data analysis, pre-process, classification models, unsupervised technique, including GridSearchCV, topic modeling (Author_Classification.ipynb).
- Pre-process:
- Bag of word.
- Term Frequence-Inverse Document Frequency.
- Word to vector.
- Classification:
- Naive Bayes.
- Logistic Regression.
- Decision Tree
- Random Forest.
- K - Nearest Neighbors.
- Supoprt Vector Machine
- Gradient Boosting.
- Recurrent Neural Networks.
- Unsupervised technique:
- K - Means.
- Agglomerative.
- Gaussian Mixture.
- Topic modeling:
- Latent Dirichlet Allocation.
- Latent Semantic Analysis.
- Non-Negative Factorization
3. Image processing project: Exploratory data analysis and fruit classification with Convolution and LSTM (Fruit_Classification.ipynb).
4. Natural language processing project: Exploratory data analysis, pre-process, apply sequence to sequence and BERT models to data(Watson_project.ipynb).
5. Natural language processing project: Rule-based chat bot with TD-IDF and Bag of words(Chatbot.ipynb).
### Maintainers
* Tran Dang Trung Duc