Day1

Full of excitement and energy here I start my journey on christmas 2018. Aiming at Development of consistent code writing habit to enhance skill and bring discipline in life.

Pledge

I, Rohit Sethi swear to complete #100DaysOfCode to the best of my ability and with true spirit.


Task Completed

On Day 1, I did the following :-

Trained a LSTM on Toxic comment classification and achieved a validation accuracy of 98.32% 


Learnings

On Day 1, I learnt the following :-

  1. Tokenizing the Text corpus to feed into sequence models.

  2. padding the input to trim long comments and to make short comments of fixed length equal to the input length.

  3. Training LSTM with keras.


link to the work on Day 1 here