Collection and analysis of data

Updates
15 Insights
[03/06/2015] Serial Communication
posted 1 week, 2 days ago by Rohit Gupta

Write simple python and arduino code to test the communication.
For serial communication you may have to download pyserial
http://pyserial.sourceforge.net/pyserial.html
http://sourceforge.net/projects/pyserial ...

read more
[02/06/2015] Learn About Serial Communication
posted 1 week, 2 days ago by Rohit Gupta

Try to figure out how we can communicate the output of the python code to the arduino.
Learn about serial communication
http://en.wikipedia.org/wiki/Serial_communication
http://www.arduino ...

read more
[01/06/2015] Union
posted 1 week, 2 days ago by Rohit Gupta

Combined the two parts i.e. the tweets with the analysis part
And finally able to process tweets in real time
Also generate a rating for the emotions

[31/05/2015] Pickle Library
posted 1 week, 5 days ago by Vishal Rana

It is a real pain to train the data-set each time the classifier is run.(30-40 minutes of training time). Thankfully we came across a solution to overcome this problem ...

read more
[31/05/2015] leave a comment |
[30/05/2015] Full Training Set
posted 1 week, 5 days ago by Vishal Rana

We repeated yesterday's exercise with a big training set. It was really frustrating since it took around 30-40 min to train the classifier every time. But the results were ...

read more
[30/05/2015] leave a comment |
[29/05/2015] Small Training Set
posted 1 week, 5 days ago by Vishal Rana

With a small training set of around 10 tweets we tried to classify some manually entered sentences. The results were not satisfactory, as expected, since the training set was very ...

read more
[29/05/2015] leave a comment |
[28/05/2015] Naive Bayes Classifier
posted 1 week, 5 days ago by Vishal Rana

After deciding that with the amount of data we will have at our disposal, Naive Bayes Classifier will be well suited for our purpose, we went through a few lectures ...

read more
[28/05/2015] leave a comment |
Machine Learning Classifier
posted 2 weeks, 2 days ago by Vishal Rana

Choosing a machine learning classifier
http://blog.echen.me/2011/04/27/choosing-a-machine-learning-classifier/

[27/05/2015] leave a comment |
Machine Learning
posted 2 weeks, 2 days ago by Vishal Rana

Sentiment Analysis Using Machine Learning Algorithm
http://www.ijettcs.org/Volume2Issue2/IJETTCS-2013-03-30-051.pdf

[27/05/2015] leave a comment |
Text Analysis
posted 2 weeks, 6 days ago by Rohit Gupta

http://nealcaren.web.unc.edu/an-introduction-to-text-analysis-with-python-part-1/

Read Excel files with Python
posted 3 weeks ago by Rohit Gupta

How to read Excel files with Python (xlrd tutorial)

https://www.youtube.com/watch?v=p0DNcTnreuY

The Stanford Parser: A statistical parser
posted 3 weeks ago by Rohit Gupta

http://nlp.stanford.edu/software/lex-parser.shtml

Basics to Grab Data with Python
posted 3 weeks ago by Rohit Gupta

http://dev.locu.com/

https://www.youtube.com/watch?v=pxofwuWTs7c

Visualising Twiiter Hashtag in Excel
posted 3 weeks ago by Rohit Gupta

Visualizing Social Network Data based on Twitter #Hashtag using NodeXL

https://www.youtube.com/watch?v=DfVp1zDYNLg

Twitter Data Mining
posted 3 weeks ago by Rohit Gupta

http://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/

5 Files
22.pdf
uploaded 3 weeks ago by Rohit Gupta Download File
Extracting emotions from twitter
positive.txt
uploaded 2 weeks, 6 days ago by Rohit Gupta Download File
negative.txt
uploaded 2 weeks, 6 days ago by Rohit Gupta Download File
sampleTweets.csv
uploaded 1 week, 5 days ago by Vishal Rana Download File
small set of training tweets
full_training_dataset.csv
uploaded 1 week, 5 days ago by Vishal Rana Download File
Full Training Data-set of Tweets
0 Documentations