- Видео 10
- Просмотров 12 555
deeplearning castle
США
Добавлен 19 апр 2019
Deep learning tutorials
Optimizers - Gradient Descent, SGD, Momentum, RMSprop and Adam
In this video we discuss optimisers. These are the algorithms used during training to update our learnable parameters.
Просмотров: 216
Видео
Let's Build and Train a simple Artificial Neural Network with TensorFlow
Просмотров 191Месяц назад
In this video we'll prepare data, Build a neural network and Train the model with TensorFlow
The Back in Backpropagation Explained Mathematically
Просмотров 742 месяца назад
Backpropagation Explained Mathematically: ruclips.net/video/iTWr1goxTNA/видео.html
Backpropagation Explained Mathematically
Просмотров 5262 месяца назад
Backpropagation Explained Mathematically
Training an Artificial Neural Network (Loss Functions, SGD and Backpropagation)
Просмотров 1273 месяца назад
Neural Network Parameters: ruclips.net/video/vt9JGvM9QrE/видео.html
Neural Network Parameters (Weights, Bias, Activation function, Learning rate)
Просмотров 9 тыс.3 года назад
Neural Network Parameters (Weights, Bias, Activation function, Learning rate)
Building an Artificial Neural Network with TensorFlow
Просмотров 2574 года назад
Download atom: atom.io/
Introduction to Artificial Neural Networks
Просмотров 2574 года назад
Thank you guys for watching. Leave a comment if you have a question or suggestion
Installing TensorFlow with Anaconda
Просмотров 1,3 тыс.4 года назад
Download Anaconda here: www.anaconda.com/products/individual
Introduction to Deep Learning with TensorFlow
Просмотров 1764 года назад
Thank you guys for watching. Leave a comment if you have a question or suggestion
Great topic, thanks 👍
Great video, you are good at making educational videos. Keep going. Thanks a lot.
what an insane video! this has helped me lock in so many pieces of knowledge I was a bit weak on. you deserve lots more subs ❤
Glad you enjoyed it!
Thank you for making this! Clear explanations, and great follow-up videos to dive deeper
Man I loved this video it made my day
Hey bro are you South African?
@nitaibaboolal1929 that's a close guess, I’m actually from Lesotho
Excellent teaching
Please upload full videos for complete beginners with easy step by step maths behind it. Thank you sir
Amazing video man
Bro can I get your contact details?
Thanks for such a simple explanation. Good job bro.
such a simple explanation. thanks
Very helpful 👌
You made is so simple. Thank you!
thanks for easy explanation
Make more videos bro, this is one of the best I've found, explained so succinctly
nice video with clear explanation ❤
bro where are other videos ?
nice video, but tensor doesent appear, what can i do?
I still have tensorflow 1.14.0, I followed everything
Hi Razin, try running pip install --upgrade tensorflow==2.0.0-rc1 In anaconda prompt to upgrade your tensorflow version. Make sure your python version is above 3.4 and you might want to upgrade your pip version as well
@@deeplearningcastle9225 I have uninstalled everything and when I am installing everything as new, means it has python version 3.8. However, creating a new environment it only shows python 3.8 version not other 3.7, 3.6, 3.5 or 3.4 version. what is happening?
If you don't specify the python version when creating the environment it will install the latest python version in the environment which is currently 3.8
Hey nice video I have a problem...I m able to import tensoflow but for other commands I have to use tf.compact.v1. I have checked my version it's 2.0 still for everything I have use v1 commands how should I get to use 2.3 commands??
Hi Kishlaya, sorry for the late reply, try creating a separate environment for tensorflow 2 and using that python environment instead. I'm guessing you might have had v1 tensorflow installed in the environment your using. Let me know if that helps