Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seroetr authored Aug 5, 2022
1 parent d5705e2 commit 19a5ee2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## ML-Algorithms - Fine-Tuning
#### - Twitter sentiment analysis is performed by using dimensionality reduction techniques in ML algorithms
#### - Application of ML algorithms is performed by using pipeline and hyperparameter search for fine tuning as an example.
#### Detailed information can be found via course link: https://bit.ly/intro_nlp
# ML-Algorithms - Fine-Tuning
## Twitter sentiment analysis is performed by using dimensionality reduction techniques in ML algorithms
- Application of ML algorithms is performed by using pipeline and hyperparameter search for fine tuning as an example.
- Detailed information can be found via course link: https://bit.ly/intro_nlp
## IMDB Movie Reviews Sentiment Analysis with TF-IDF
- Using pipeline with the GridSearchCV to fine-tune hyperparameters, Logistic regression and SVM model are used to predict the sentiment analysis of a movie review. After that, model is saved and loaded again to test it with text.
- pickle is used to save and load the model.

0 comments on commit 19a5ee2

Please sign in to comment.