Update 'pages/students/2021/manohar_gowdru_shridharu/README.md'

This commit is contained in:
dano 2022-05-24 11:16:52 +00:00
parent ca58249d62
commit e71f213555

View File

@ -52,6 +52,22 @@ Resources:
- [Resources and benchmark corpora for hate speech detection: a systematic review]
(https://link.springer.com/article/10.1007/s10579-020-09502-8)
## Meeting 24.5.
- shared colab notebook, with on-going implementation of mayfly algorithm for preprocessing in sentiment recogniution in a twitter dataset.
Tasks:
- Implement open tasks from the previous meetings !!!
- Focus on making a baseline experiment for sentiment classification using classcal methods, such as Transformers.
- Consider using pre-trained embeddings. FastText, word2vec, sentence-transformers, Labse, Laser,
Supplemental tasks:
- Fininsh the mayfly implementation
## Meeting 20.5.
- learned about Firefly / mayfly optimization algorithm.