Day4
Now it’s the 4th day and i am already in for the coding session. My day starts with planning what to do and making strategies on how to write the code in time managing all other works. And then, I mess up all my task scheduling as this 100DaysOfCode
has got me on the nerves and tickles me all through the day. So, here i am with the task of the day:-
Pledge
I, Rohit Sethi swear to complete #100DaysOfCode
to the best of my ability and with true spirit.
Task Completed
On Day 4, I did the following :-
Detected Keywords in the Abstracts of papers from NIPS conferences.(kaggle Dataset)
Learnings
On Day 4, I learnt the following :-
Noise removal
from text corpus like stop_words, digits, special characters withnltk
.Text
Normalization
i.eStemming
andLemmatization
.CountVectorizer
andTfidfTransformer
in detail with use and working.
link to the work on Day 4 here