diff --git a/pages/students/2021/manohar_gowdru_shridharu/README.md b/pages/students/2021/manohar_gowdru_shridharu/README.md index 3de6950f36..c7d32b67cc 100644 --- a/pages/students/2021/manohar_gowdru_shridharu/README.md +++ b/pages/students/2021/manohar_gowdru_shridharu/README.md @@ -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.