-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |