Skip to content

Commit

Permalink
Update POST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EngincanV authored May 17, 2024
1 parent f077809 commit f6d1a83
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,16 @@ public class SentimentAnalyzeResult
}
```

Then, finally we can run the application to see the final results:
Then, finally, we can run the application to see the final results:

![](demo.gif)

## Advanced: Reusing And Optimizing Machine Learning Models

Once the model is trained and evaluated, we can save the trained model and use it directly for further use. In this way, you don’t have to retrain the model every time when you want to make predictions. It’s essential to save the trained model for future use and a must for the production-ready code. I created a separate article dedicated to that topic, and if you are interested, you can read it from [here](https://engincanv.github.io/machine-learning/sentiment-analysis/best-practises/2024/05/16/reusing-and-optimizing-machine-learning-models-in-dotnet.htm).

## Conclusion

In this article, I briefly explain what sentiment analysis is, created a sample ABP-based application, integrated the CMS Kit Module and finally, applied sentiment analysis to make spam checks whenever a new comment has been submitted or updated. You can get the source code of the demo from [https://github.com/EngincanV/SentimentAnalysisDemo](https://github.com/EngincanV/SentimentAnalysisDemo)

Thanks for reading :)
Thanks for reading :)

0 comments on commit f6d1a83

Please sign in to comment.