Python Chat Bot Tutorial - Chatbot with Deep Learning (Part 3)

preview_player
Показать описание
This python chat bot tutorial will show you how to create a model that can classify our bag of words into a specific class. In the next part we will use the model to make predictions and generate responses.

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Tags:
- Tech With Tim
- Python Chatbot tutorial
- Python Chat bot
- Chatbt in python
- Python deep learning chatbot
- Python Tutorials
Рекомендации по теме
Комментарии
Автор

for anyone following along in 2023 the function is deprecated instead should work

mvaughn
Автор

Removing the batch_size argument improved my accuracy

Anonymous
Автор

I recently found out that the person I was talking (texting) to at my uni was actually a chatbot. It was actually pretty good. Wonder if my professor is one too 😋

nfxcwwm
Автор

Thank you Tim! You made it very easy to understand especially not just with theories and definitions but you gave examples or referencing from the training data. Keep it up! :) I'm a newb at ML

remixowlz
Автор

number of epochs =." number of times it sees the data" the best explanation ever

laxmanjeergal
Автор

There is a minute correction in line 37 the *classes* is not defined yet, it should be *lables*
and
in line 29 code is = [stemmer.stem(w.lower()) for w in words if w != "?"]words = [stemmer.stem(w.lower()) for w in words if w !=


VERY VERY VERY helpful tutorial, Love it

royalstastista
Автор

Tim honestly this series is so confusing to me. Please go a little slow. Love your pygame series.

floydian
Автор

thank you tim! i tried other videos but none of them actually worked. my code would show a whole bunch of errors and i had no idea how to make sense of them. but this works! so thanks!

minsugar
Автор

Would you reccomend some practical stuff (books, playlists, articles) on keras? intermediate level

ixibqhc
Автор

If anyone finds LOOKUP ERROR!!
Simply go to Python shell and type:
>>>import nltk
>>>nltk.download()
and install tha punkt module from models...

dipanshusomeshwar
Автор

My model not working on heroku how to implement this model on heroku using flask?

utkarshmudgal
Автор

Great lesson Tim I be here again tomorrow for Part 4

Everybody stay healthy stay safe please

dr_frankenmiller
Автор

For those of you getting very low accuracy, fix all the minor errors he points out, it should work

breadzeppelin
Автор

Parse > Process > Convert > ✨magic✨ > result

absolutelyproprietary
Автор

great tutorials....now i am addicted to your channel....

akhileshvvn
Автор

doc=nltk.word_tokenize(doc)
this line needs to be added before defining wrds in the second loop because to use stemmer first we need to tokenize words in every doc in doc_x, or elese wrds takes doc as string rather than list of words...it will rresolve the accuracy problem

krishshah
Автор

This series is so awesome i am looking forward for the future vids

gulkbag
Автор

I get error raise RuntimeError('Attempted to use a closed Session.')
RuntimeError: Attempted to use a closed Session.


i don't understand why. it is bc of the tensorflow I think

marioharoun
Автор

thanks for the tutorial. Nicely explained.

conversationalai
Автор

It give me error

sys.stdout.flush()
OSError [WinError 87] the parameter is incorrect

sciesteam
visit shbcf.ru