Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 330 Bytes

Sentiment_analysis_of_tweets

This repository contains jupyter notebook files made to analyze the sentiments of a tweet.

Key Learnings:

  • Natural Language Processing
  • Various techniques like tokenisation, lemmatisation and stemming.
  • Popular libraries like NLTK.
  • Neural Networks and its implementation using Tensorflow.