Top videos

Generative AI
3,471,760 Views · 3 years ago

From scratch implementation of neural network in Python using only the numpy library. There's a lot of mathematics behind Neural Networks particularly for back-prop and I've made previous videos going through the mathematics for NN and a blog post to enable us to focus on the implementation in this video.

People often ask what courses are great for getting into ML/DL and the two I started with is ML and DL specialization both by Andrew Ng. Below you'll find both affiliate and non-affiliate links if you want to check it out. The pricing for you is the same but a small commission goes back to the channel if you buy it through the affiliate link.
ML Course (affiliate): https://bit.ly/3qq20Sx
DL Specialization (affiliate): https://bit.ly/30npNrw
ML Course (no affiliate): https://bit.ly/3t8JqA9
DL Specialization (no affiliate): https://bit.ly/3t8JqA9

GitHub Repository:
https://github.com/aladdinpers....son/Machine-Learning

✅ Equipment I use and recommend:
https://www.amazon.com/shop/aladdinpersson

❤️ Become a Channel Member:
https://www.youtube.com/channe....l/UCkzW5JSFwvKRjXABI

✅ One-Time Donations:
Paypal: https://bit.ly/3buoRYH
Ethereum: 0xc84008f43d2E0bC01d925CC35915CdE92c2e99dc

▶️ You Can Connect with me on:
Twitter - https://twitter.com/aladdinpersson
LinkedIn - https://www.linkedin.com/in/al....addin-persson-a95384
GitHub - https://github.com/aladdinpersson

PyTorch Playlist:
https://www.youtube.com/playli....st?list=PLhhyoLH6Ijf

Generative AI
3,470,570 Views · 3 years ago

Deep Learning using Matlab - In this lesson, we will learn how to train a deep neural network using Matlab. It is divided into three sections -

1) Challenges of Deep Learning (continuation of previous lecture)

2) Designing the Architecture - https://youtu.be/HSDyiCuViWg?t=371

3) Writing the code in Matlab (Implementation) - https://youtu.be/HSDyiCuViWg?t=678

You can copy the code from here - https://www.nzfaruqui.com/deep....-learning-using-matl

In the first section, the challenges of Deep Learning have been explained briefly. In the second section, the architecture of neural network has been explained. It also covered selection criteria of input nodes and output nodes, weight matrices and training data. In the third section, the implementation has been demonstrated.

In the previous lecture, we have learned details about Neural Network. That is why I didn't recap those things and directly started with the challenges of deep neural network.

Almost every new learners find it difficult to understand few things such as - how to select number of input nodes, number of output nodes, weight matrices, who data are passed into the network, how to calculate error and so on. I have explained these concept using animations and graphics.

Third section, the final section is the implementation part. Here I have implemented the concept I explained in the lecture. First I coded 'DeepLearning' function. The necessary functions - ReLU and Softmax function have been implemented as well. Then I have shown how to train a deep neural network by calling the 'DeepLearning' function. Finally I have tested the deep neural network. All of these has been shown in Matlab code.

I hope this lesson will help you to understand how to train a deep neural network in Matlab. And after completing this lecture, you will be able to train your own deep neural network to accomplish what ever you want.

Generative AI
3,466,199 Views · 3 years ago

In this deep learning with Python and Pytorch tutorial, we'll be actually training this neural network by learning how to iterate over our data, pass to the model, calculate loss from the result, and then do backpropagation to slowly fit our model to the data.

Text-based tutorials and sample code: https://pythonprogramming.net/....training-deep-learni

Linode Cloud GPUs $20 credit: https://linode.com/sentdex

Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

#pytorch #deeplearning #machinelearning

Generative AI
3,460,659 Views · 3 years ago

This is my solution to costFunction.m function in Programming assignment 2 from the famous Machine Learning course by Andrew Ng.

Github: https://github.com/AladdinPerz....on/Courses/tree/mast




Showing 11 out of 579