🎯
Focusing
Stars
3
stars
written in Jupyter Notebook
Clear filter
Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
This small project is a basic web-scrapping of Rotten Tomatoes website. Critics reviews for the series Tiger King Season 1 has been web scrapped from the website using Beautiful Soup and generated …
Python code of tokenizing, chunking and pos tagging words in a sentence from a csv file. Used some comments for the project.