How To Break Into AI Without Coding
12:11
TensorFlow Custom Model Training
23:39
AI Programming with Tensors
26:13
4 жыл бұрын
Machine Translation with TF Keras
31:30
Unsupervised Learning in NLP
34:11
5 жыл бұрын
Sentiment Analysis with TF Keras
20:43
Naive Bayes Spam Classification
24:46
Linear Regression with TF Keras
15:36
Character-Level LSTM with PyTorch
31:38
LSTM Speech Tagging with PyTorch
22:04
PyTorch From Scratch - Part 2
17:44
5 жыл бұрын
PyTorch From Scratch - Part 1
19:09
5 жыл бұрын
Neural Style Transfer with PyTorch
24:37
CNN Data Preparation with PyTorch
18:58
Image Classification with PyTorch
26:33
Пікірлер
@KailashThakur0z
@KailashThakur0z 4 ай бұрын
Umm. 0:20 Steve Blank is not a billionaire. He’s not one in 2024. Pretty sure he wasnt one in 2017.
@charlessmyth
@charlessmyth 5 ай бұрын
That covered a lot of ground :-)
@user-hp8ex3qc4r
@user-hp8ex3qc4r 5 ай бұрын
Just curious if this would work with unknown or untrained words. That'd be an interesting challenge.
@philtoa334
@philtoa334 9 ай бұрын
Nice.
@mohamedabdel-aty5682
@mohamedabdel-aty5682 10 ай бұрын
smart
@juantorrejon7578
@juantorrejon7578 Жыл бұрын
very nice walk through. I have a follow up question. If you want to apply the resulting model to a new dataset with several rows, how would you go about it?
@micahdelaurentis6551
@micahdelaurentis6551 Жыл бұрын
so you don't actually use the tfidf corpus in the lda model?
@srijitoghosh5566
@srijitoghosh5566 Жыл бұрын
I've gotten no words to thank you sir. Had been stuck on the validation loop over a week, but you made the same really easy... Thank you so much, again.
@micahdelaurentis6551
@micahdelaurentis6551 Жыл бұрын
exactly what I was looking for--thank you!
@DreamArt29
@DreamArt29 Жыл бұрын
Please increase video quality
@abdulwahabgcs9748
@abdulwahabgcs9748 Жыл бұрын
can you share the link of the notebook in the video description !
@abdulwahabgcs9748
@abdulwahabgcs9748 Жыл бұрын
Excellent Video using nice and Simple Example
@SaeedClass
@SaeedClass Жыл бұрын
Hi there, Thank you a lot, How can I run iOs simulator in windows 10? I have some problems in access API key. I cannot choose a team.
@mohamedantar6865
@mohamedantar6865 Жыл бұрын
Awesome
@dkdemons
@dkdemons Жыл бұрын
How do i give names for the topic if i already have names for the topics. Like if i have data separatly without labels and topic names separatly
@GuitarImpression
@GuitarImpression 2 жыл бұрын
Great info and super helpful. A recommendation is to ensure that you don't cover the white board when presenting. Thanks for the great video~!
@bobbyonyerionwu8473
@bobbyonyerionwu8473 2 жыл бұрын
Excellent!
@gurwindersingh1551
@gurwindersingh1551 2 жыл бұрын
Make this video in hindi
@Otonium
@Otonium 2 жыл бұрын
Great were do I get that ViewModelBase file? Is it auto generated?
@Otonium
@Otonium 2 жыл бұрын
Best explanation I've seen so far. Thanks!
@abuhustle
@abuhustle 2 жыл бұрын
Hey Carlos I love your videos. Is there an email or cell where I can reach you? Thanks!
@abuhustle
@abuhustle 2 жыл бұрын
Hey Carlos. I love your videos. Do you have an email or cell where I can reach you?
@fkeyvan
@fkeyvan 2 жыл бұрын
what about running this code?
@fkeyvan
@fkeyvan 2 жыл бұрын
nice
@divyanshuvyas2695
@divyanshuvyas2695 2 жыл бұрын
Great session.
@helimehuseynova6631
@helimehuseynova6631 2 жыл бұрын
hi. we dont need to see trainin acuray after training?
@lorefort
@lorefort 2 жыл бұрын
Literally coming into this situation now. Thank you for sharing your story/info.
@tanpat6402
@tanpat6402 2 жыл бұрын
how do i just load the model next time when i want to run new images instead of training the model everytime?
@danielblair1916
@danielblair1916 2 жыл бұрын
How is the free course taken? Is it enough just to access the Google drive folder?
@krishnabala8403
@krishnabala8403 2 жыл бұрын
Very helpful video! Good balance between understanding the fundamentals and the code.
@IAmCandal
@IAmCandal 2 жыл бұрын
You dont even know how much you helped me!
@NextElephant
@NextElephant 2 жыл бұрын
Very good content, but it's sad that you are talking about AI and you don't use simple tech like green screen
@guanghaolai4491
@guanghaolai4491 2 жыл бұрын
excellent!!!! thank you for your clearly explain!
@dragonniteIV
@dragonniteIV 2 жыл бұрын
I love your explanation! Very straightforward! Love that you also keep the documentation nearby and explaining the little side things! Thank you!
@rio-ai7322
@rio-ai7322 2 жыл бұрын
I hope you'll dig further into specific examples and benefits in the future. Thanks.
@huannguyentrong1249
@huannguyentrong1249 2 жыл бұрын
easy to understand, thank you !!
@arthurus4136
@arthurus4136 2 жыл бұрын
I really appreciate it! Thank you, Carlos!
@ahmedfahmy2924
@ahmedfahmy2924 2 жыл бұрын
The github repository is corrupted
@cassidymentus7450
@cassidymentus7450 3 жыл бұрын
Good video. One tip might be to zoom in a bit because people may watch these on tv screen.
@omarsinno2774
@omarsinno2774 3 жыл бұрын
The same tutorial was provided in 2018 by Susan Li on her medium article Neural Machine Translation with Python. If you did use it please reference it next time.
@madhuvarun2790
@madhuvarun2790 3 жыл бұрын
From the code, at around 13:29, you have the following code. self.lstm = nn.lstm(len(self.chars), n_hidden.......) Can anyone explain me how many lstm nodes are created in the first layer? Can anyone explain me how input is sent to the first lstm layer? pls help me. I am stuck with this for more than 2 days.
@blue3078
@blue3078 3 жыл бұрын
--------------------------------------------------------------------------- It's working okay at first but now I'm getting error.Help me out please!!! NameError Traceback (most recent call last) <ipython-input-17-386dc3f680ce> in <module>() 50 model.train() 51 ---> 52 train_classifier() <ipython-input-17-386dc3f680ce> in train_classifier() 19 running_loss = 0 20 ---> 21 for images, labels in iter(train_loader): 22 23 steps += 1 NameError: name 'train_loader' is not defined
@ievheniiierokhin1677
@ievheniiierokhin1677 3 жыл бұрын
Really nice tutorial
@abelashenafi6291
@abelashenafi6291 3 жыл бұрын
May my gratitude make your day Mr. Carlos. Thanks a million. Thank you Man
@cameroonetranslate214
@cameroonetranslate214 3 жыл бұрын
great content, thanks a lot
@NigeloWalker
@NigeloWalker 3 жыл бұрын
Great video this is awesome!
@ywk7282
@ywk7282 3 жыл бұрын
may I ask what the assert dx_dy==0is for??
@charleskangai4618
@charleskangai4618 3 жыл бұрын
It is checking that the result of the code matches what you expect the answer to be.
@saahilnayyer6865
@saahilnayyer6865 3 жыл бұрын
you may not lol
@Alex-cd2xq
@Alex-cd2xq 3 жыл бұрын
Cool tutorial! 1 way to improve your channel would be if you shared the code on the github.. The links that you put into description tend to disappear after some time. For example currently linked link to tensorflow site returns to 404 error already (after just 1 year after the video was posted). Github would also allow us to follow up the vides together with you :) Again, thank you for the effort and great video!
@nickpopis
@nickpopis 3 жыл бұрын
Hello! Great video! I have one question. How can i get the predictions of an unlabeled test set? (All test images, of custom dataset, are in the same folder and there are no labels. I need to get predictions for kaggle competition). Thank you in advance!
@AliJPC
@AliJPC 3 жыл бұрын
This has to be one of the best videos teaching about MVVM. You got a new subscriber ;)