VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Applied Deep Learning with PyTorch - Full Course

Applied Deep Learning with PyTorch - Full Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
In this course you will learn the key concepts behind deep learning and how to apply the concepts to a real-life project using PyTorch and Python. You'll learn the following: -- RNNs and LSTMs -- Sequence Modeling -- PyTorch -- Building a Chatbot in PyTorch --Requirements -- -- Some Basic High School Mathematics -- Some Basic Programming Knowledge -- Some basic Knowledge about Neural Networks --Contents -- -- (0:00:08) Recurrent Nerual Networks - RNNs and LSTMs -- (0:35:54) Sequence-To-Sequence Models -- (0:44:31) Attention Mechanisms -- (0:57:17) Introduction to PyTorch -- (1:10:02) PyTorch Tensors -- (1:28:03) Chatbot: Processing the Dataset -- (2:48:12) Chatbot: Data Preperation -- (3:33:26) Chatbot: Building the Model -- (4:53:42) Chatbot: Training the Model -PyTorch Chatbot tutorial: https://pytorch.org/tutorials/beginner/chatbot_tutorial.html Course developed by Fawaz Sammani. Check out more courses from him on Udemy: https://www.udemy.com/user/fawaz-sammani/
Date: 2022-03-14

Comments and reviews: 10


Sorry to point these out. They seemed to jump out at me. The maximum of a sigmoid is exactly 0.25. f(x) = sigmoid(x). f''(x) = sigmoid(x) ( 1 - 2 sigmoid(x) ) ( 1 - sigmoid(x) ) = 0 when sigmoid derivative is maximum. This can only happen when sigmoid(x) = 0.5. f'(x) = sigmoid(x) ( 1 - sigmoid(x)) implies the maximum derivative is 1 quarter. The worst case is not when the derivative is maximum 4 times in a row. The worst case is when the gradient is so low it is treated as zero within machine precision. The graph of the derivative of relu should not be continuous.
reply

This was amazingly done. So much information packed into an amazing lecture. Executed very passionately outstanding. I applaud all the work and effort you put into this. This knowledge will definitely help further down my programming in python for security analyst career. Much appreciated. If I could please have your contact info, to maybe help on some projects, please let me know. Have a wonderful month. -
reply

Dude! you didn't finish the video. There are 2 big training functions that should have run after your explanation. Also, you explained the problem using LSTM but you implemented GRU with a dense and confusing diagram. It makes me wonder if people who are commenting good here have even watched the video passed the introduction.
reply

Brilliant Course! The instructor has a wonderful English accent, but he speaks so fast. I would recommend watching the video at half of the speed. But still OK! Thank you FreeCodeCamp for providing such a wonderful course, and thanks for the instructor for sharing his beautiful explanations for free!
reply

Hi...video is great...however it seems as if you were being superficial during preprocessing part...i think that is the mot important aspect of process.....please be more rigorous in explaining the steps...why r u creating dictionaries in a certain format...what kind of input u r expecting....etc
reply

In 2:45:10, this means that you throw away the entire pair of sentences only because they have a word that's not frequent. Isn' this a big loss in the data. Can't we weight the the words instead?
reply

Guys can anyone help me , I finished training my model then i closed my jupyter notebook , then after restarting i lost all trained data , so can you tell me how to save the model??
reply

Learning about Graph Theory (Directed Acyclic Graphs) before learning deep learning frameworks can help you understand the -neural network- jargon (vocabulary) better.
reply

Thanks for this amazing video you ccovered most of the crirical topics thanks a ton,there arent many resources for encoder and decoder,again thanks a lot!!!
reply

The way you explained everything in great detail is just mesmerizing........No words for this speechless awesome video......Thanks a ton
reply
Add a review, comment






Other channel videos