/python_tutorial

Python 3 tutorial for machine learning and natural language processing.

Primary LanguageJupyter NotebookMIT LicenseMIT

Learn Python 3 for deep learning.

A repository of codes and tutorials for learning basics of python 3, natural language processing (NLP) and machine vision using deep learning with Keras, Tensorflow and OpenCV.

This repository is used for developer training. It is developed by Rahul Remanan, with the help of full stack artificial intelligence company Moad Computer

Below, we are detailing the scripts in this repo.

NLP Table of Contents:

  1. Example 1: One hot encoding
  2. Example 2: Twitter Bot using a LSTM model
  3. Example 3: Alice NLP Generator
  4. Example 4: Character embedding
  5. Example 5: Bidirectional LSTM classifier
  6. Example 6: QA Demo

Machine vision