/Python-projects

Python projects spanning from deep learning to nlp

Primary LanguageJupyter NotebookMIT LicenseMIT

Python-projects

Python projects spanning from deep learning to nlp in Tensorflow.

Project descriptions

I will briefly describe all of the projects/folders in this repo. Folders not mentioned are unfinished or obsolete. You will need Tensorflow in order to run scripts in deep_learning_udc, and tensorflow_projects folders.

Deep_learning_udc folder

This folder contains jupyter notebook assignments solved by me for the deep learning course on udacity.

MIT-AI folder

This folder contains lab problems partially solved by me from the AI course at MIT.

aima-python-master folder

This folder contains python examples from the Artificial Intelligence book by Peter Norvig. I just copied this github repository.

deep_nlp_stanford folder

This folder contains assignments from the deep nlp course from stanford.

sentiment_analysis

This is a simple positive and negative sentimenty analyzer I made using a bag of words model.

tensorflow_projects

You can find two projects here which I cloned from here and here.