Tech With Tim Logo
Go back

How to Create a Chat Bot in Python

Overview

This series is designed to teach you how to create simple deep learning chatbot using python, tensorflow and nltk. The chatbot we design will be used for a specific purpose like answering questions about a business.

What You’ll Learn

This series is packed full of valuable information. You will learn and understand the following after this tutorial:

  • How a Neural Network Works
  • How to Design a Neural Network
  • How to Train a Neural Network
  • How to Create a Chatbot
  • How to Create a Chatbot Framework
  • How to Deploy a Chatbot

Prerequisites

This is NOT a beginner tutorial and I will not be teaching python syntax. It is also highly encouraged that you are familiar with Object Orientated Principles

  • Intermediate Programming Knowledge
  • Experience With Python 3 Syntax
  • Some Familiarity with Machine Learning
Design & Development by Ibezio Logo