yshu ppt - Copy
yshu ppt - Copy
Here,
• B-LSTM technique
• KNN model are used to get accurate precision.
Disadvantages
A vocabulary is not designed
from all the documents.
Tokenization
Stemming
Advantages
Common Bag-of-Words Model handles single-word and multi-word inputs. Predicts word based on
context.
CBOW Model Captures multiple semantic meanings of a word.
SYSTEM REQUIREMENTS :- SOFTWARE REQUIREMENTS :-
def main():
"""Run administrative tasks."""
os.environ.setdefault('DJANGO_SETTINGS_MODULE',
'detection_of_cyberbullying.settings')
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
raise ImportError(
"Couldn't import Django. Are you sure it's installed and "
"available on your PYTHONPATH environment variable? Did you "
"forget to activate a virtual environment?"
) from exc
execute_from_command_line(sys.argv)
if __name__ == '__main__':
main()
Result
Conclusion
The cyberbullying detection model
effectively identifies hate speech and
personal attacks with high accuracy on
Twitter and Wikipedia data. This
approach highlights the potential of NLP
and machine learning in creating safer
online environments.
REFERENCES
[1] P. Galán-García, J. G. de la Puerta, C. L. Gómez, I. Santos, and P. G. Bringas, “Supervised
machine learning for the detection of troll profiles in twitter social network: Application to a
real case of cyberbullying,” 2014, doi: 10.1007/978-3-319-01854-6_43.
[2] A. Mangaonkar, A. Hayrapetian, and R. Raje, “Collaborative detection of cyberbullying
behavior in Twitter data,” 2015, doi:10.1109/EIT.2015.7293405.
[3] R. Zhao, A. Zhou, and K. Mao, “Automatic detection of cyberbullying on social networks
based on bullying features,” 2016, doi: 10.1145/2833312.2849567.
[4] M. Dadvar and K. Eckert, “Cyberbullying Detection in Social Networks Using Deep
Learning Based Models; A Reproducibility Study,” arXiv. 2018.
Thank You
PROB