Getting Back on Grid
21:09
4 ай бұрын
INFINITE Inference Power for AI
18:02
Better Attention is All You Need
14:29
Building an Open Assistant API
41:11
ChatGPT API in Python
35:18
Жыл бұрын
Image Editing A.I.
10:39
Жыл бұрын
ChatGPT Writes a Chatbot AI
22:15
Жыл бұрын
Open AI’s Whisper is Amazing!
25:51
$5 MILLION AI for FREE
27:25
Жыл бұрын
Пікірлер
@alessandrocoppelli3056
@alessandrocoppelli3056 22 сағат бұрын
hello,i'm trying to use PPO and A2C for my discrete-box environment. i have set negative rewards in order to teach the agent to avoid impossible operation in my environment. most of the training time is spent to learn to avoid those operations with negative rewards. Is there a method to directly "tell" the agent (inside the agent itself) to avoid those operations, instead of spend training time? thanks in advance
@Harshit-qc5ck
@Harshit-qc5ck Күн бұрын
@Harshit-qc5ck
@Harshit-qc5ck Күн бұрын
@Ukraine-0
@Ukraine-0 Күн бұрын
WTF MAN WHY DID I STUDY VERTEXES AND JOINTS AND ALL THAT STUFF?!
@Codingskills-ne2lh
@Codingskills-ne2lh Күн бұрын
Hey man looks like the command "py -3.7" is not working for me. I doo have python 3.12 installed and when I check the list of environments it shows 3.12 and 3.8. How can I add 3.7 here. Should I go and add it in the env path and downloading python 3.7?
@michaelmoore7568
@michaelmoore7568 2 күн бұрын
Is Sentdex the best Python coder in the world?
@snipplerifsky
@snipplerifsky 4 күн бұрын
4 years later and still one of the best series on the subject
@helloeveryone6614
@helloeveryone6614 4 күн бұрын
Thankyou bro❤
@Anandgamerzzz-ru8xt
@Anandgamerzzz-ru8xt 4 күн бұрын
Get an error string indices must be integers, not 'str'
@rachaelkibicho7461
@rachaelkibicho7461 5 күн бұрын
Can anyone access his python shell scripts? I'm having trouble with the input at the attribute category_slug. Were we not supposed to fill that attribute at the python shell. I feel lost
@Harshit-qc5ck
@Harshit-qc5ck 5 күн бұрын
@imad-ice
@imad-ice 5 күн бұрын
why is this resource being underrated, people nowadays import tensorflow, and PyTorch, -> say u build a neural network, but this man combined theory and lab in such a way that it is easy to understand
@Uncreeperble
@Uncreeperble 5 күн бұрын
"You won't get through this in a weekend" Challenge accepted.
@No7es-Txken
@No7es-Txken 5 күн бұрын
Loved the videos, really helped me understand Neural Networks deeper. I’m looking forward to buying the book but I also enjoy the videos that you do. Are you going to continue video support for this series or is the book my only way forward from here?
@norimashiron3635
@norimashiron3635 5 күн бұрын
for row in range(len(game)): diag1.append(game[row][row]) diag2.append(game[row][len(game)-1-row])
@souravdey1227
@souravdey1227 6 күн бұрын
Your videos always feel so grounded. Most other videos on such topics make me feel so insignificant. Also, I have a friend, Zeke, from Florida, and you two are soo uncannily similar!!!!
@namitshah9535
@namitshah9535 6 күн бұрын
That ain't a home lab it feels like a tiny datacenter
@proflead
@proflead 7 күн бұрын
Epic video! :)
@Eisenwolf.Ironwulf
@Eisenwolf.Ironwulf 7 күн бұрын
Still here ... still waiting ... with my book and my unwavering Will to wait
@DawitMengistuAbajifar
@DawitMengistuAbajifar Күн бұрын
I can't afford to buy the book? Any way you can sent it to me?
@Eisenwolf.Ironwulf
@Eisenwolf.Ironwulf Күн бұрын
@@DawitMengistuAbajifar Sorry, but i cant give my copie away, I still need it. But if you cant afford it, ask sentdex, mby he can give you a code or something. Thats far better than pirating it.
@DawitMengistuAbajifar
@DawitMengistuAbajifar Күн бұрын
@@Eisenwolf.Ironwulf alright, found it anyway.
@rajvaidya1691
@rajvaidya1691 8 күн бұрын
this is going over my head now
@GamerDevIND
@GamerDevIND 8 күн бұрын
Brain is glitching
@VyreBET
@VyreBET 8 күн бұрын
Can I Also try this on Pycharm IDE? Or do I Really need to Install SUblime?
@gamagambogam
@gamagambogam 8 күн бұрын
I just purchased your book! You are too kind
@prathyushmadhu2861
@prathyushmadhu2861 8 күн бұрын
Does anybody know about that copilot he used to speed up the decompressing process?
@randomdude5634
@randomdude5634 8 күн бұрын
hi
@gamagambogam
@gamagambogam 8 күн бұрын
bless you!
@rook451
@rook451 9 күн бұрын
Love your website. Thank you.
@sakethsaketh750
@sakethsaketh750 9 күн бұрын
Nice video
@itzkritiandjoseph6380
@itzkritiandjoseph6380 9 күн бұрын
am literally doing this just to communicate with my girl😭😭😭😭
@SUPERKK11
@SUPERKK11 9 күн бұрын
what the heck was that 35.7
@Harshit-qc5ck
@Harshit-qc5ck 9 күн бұрын
@prabhdeepsingh8726
@prabhdeepsingh8726 9 күн бұрын
For people getting error while loading the saved model, use the activation functions of keras, not of tensorflow and specify input_shape of the first layer. Following are the code changes - from keras import activations model = tf.keras.models.Sequential() model.add(tf.keras.layers.Flatten(input_shape=(28,28))) model.add(tf.keras.layers.Dense(128, activation=activations.relu)) model.add(tf.keras.layers.Dense(128, activation=activations.relu)) model.add(tf.keras.layers.Dense(10, activation=activations.softmax))
@Stafford674
@Stafford674 10 күн бұрын
This is a good course, but may I make a friendly positive comment.You need to separate out the discursive 'chat' from the Really Important Stuff. The RIS needs to be taken a little slower, and a little more carefully and with a slightly greater focus. And make sure all your code is visible on the screen.
@Harshit-qc5ck
@Harshit-qc5ck 10 күн бұрын
@Harshit-qc5ck
@Harshit-qc5ck 10 күн бұрын
@Harshit-qc5ck
@Harshit-qc5ck 10 күн бұрын
@Harshit-qc5ck
@Harshit-qc5ck 10 күн бұрын
@sinasasani1994
@sinasasani1994 10 күн бұрын
I didn't understand why you put last 5 percent for index
@irfannafiz
@irfannafiz 10 күн бұрын
I think one big issue with the model not working well, may be because of the traction and handling of the vehicle? Playing around with the vehicle using custom controls, I saw some serious handling and traction issues at high speeds, whereas vehicles like ambulances were handling really well in comparison. Just my two cents.
@anshumansinha1145
@anshumansinha1145 9 күн бұрын
were you able to follow all the previous videos and do exactly what he did? I mean, libraries and packages have upgraded.
@qwerty.mnbdudeehfurhfnvur
@qwerty.mnbdudeehfurhfnvur 11 күн бұрын
What do i do if the transposition of the weights isnt either the right shape not sure if this question makes sense i thought youd use a for loop and then make a output of the dot product for each input node for each output node
@qwerty.mnbdudeehfurhfnvur
@qwerty.mnbdudeehfurhfnvur 11 күн бұрын
Shout out daniel
@thundersepp
@thundersepp 11 күн бұрын
I think now would be a perfect time for a part 4 😁
@abhishekvs9076
@abhishekvs9076 11 күн бұрын
Jesse Pinkman if he did math instead of meth
@Luiz-fy2lz
@Luiz-fy2lz 12 күн бұрын
pls continue
@blewmyload
@blewmyload 13 күн бұрын
wow nice tactic, just stop halfway and go quiet. what you want us to buy the book? no way dude. not supporting you.
@lookIdrewstuff-sr4oc
@lookIdrewstuff-sr4oc 13 күн бұрын
love this tutorial and i followed it religiously but he said first-ith and i cried because i watched that part so much
@joemw8806
@joemw8806 13 күн бұрын
Elon watched this and was like, X is the name of training data. Twitter data is training data. Twitter is X;
@Muhammad_Abdullah_Sultan
@Muhammad_Abdullah_Sultan 13 күн бұрын
Wo what I am 8 years late
@GOBPK
@GOBPK 13 күн бұрын
Thanks sentdex. Love the videos!
@artin.a1985
@artin.a1985 14 күн бұрын
can you make a video about gradient decent optimization and backpropagation and their implemetations?