deeplearning castle
deeplearning castle
  • Видео 10
  • Просмотров 12 555

Видео

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

Комментарии

  • @frankdearr2772
    @frankdearr2772 12 дней назад

    Great topic, thanks 👍

  • @jorganfreeman
    @jorganfreeman Месяц назад

    Great video, you are good at making educational videos. Keep going. Thanks a lot.

  • @Delicioushashbrowns
    @Delicioushashbrowns Месяц назад

    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 ❤

  • @tom.kremer
    @tom.kremer 2 месяца назад

    Thank you for making this! Clear explanations, and great follow-up videos to dive deeper

  • @josecarlosbermudezcastro4920
    @josecarlosbermudezcastro4920 2 месяца назад

    Man I loved this video it made my day

  • @nitaibaboolal1929
    @nitaibaboolal1929 2 месяца назад

    Hey bro are you South African?

    • @deeplearningcastle9225
      @deeplearningcastle9225 2 месяца назад

      @nitaibaboolal1929 that's a close guess, I’m actually from Lesotho

  • @senthilmuruganr234
    @senthilmuruganr234 3 месяца назад

    Excellent teaching

  • @senthilmuruganr234
    @senthilmuruganr234 4 месяца назад

    Please upload full videos for complete beginners with easy step by step maths behind it. Thank you sir

  • @hrushik10
    @hrushik10 4 месяца назад

    Amazing video man

  • @benjaminhlophe
    @benjaminhlophe 5 месяцев назад

    Bro can I get your contact details?

  • @brjkumar
    @brjkumar 8 месяцев назад

    Thanks for such a simple explanation. Good job bro.

  • @aazzrwadrf
    @aazzrwadrf 10 месяцев назад

    such a simple explanation. thanks

  • @sangeetadattatri5858
    @sangeetadattatri5858 11 месяцев назад

    Very helpful 👌

  • @raviv5109
    @raviv5109 Год назад

    You made is so simple. Thank you!

  • @nileshpawar885
    @nileshpawar885 Год назад

    thanks for easy explanation

  • @billynitrus
    @billynitrus Год назад

    Make more videos bro, this is one of the best I've found, explained so succinctly

  • @curtezyt1984
    @curtezyt1984 Год назад

    nice video with clear explanation ❤

  • @curtezyt1984
    @curtezyt1984 Год назад

    bro where are other videos ?

  • @kevinjiro7124
    @kevinjiro7124 4 года назад

    nice video, but tensor doesent appear, what can i do?

  • @razinahmed6143
    @razinahmed6143 4 года назад

    I still have tensorflow 1.14.0, I followed everything

    • @deeplearningcastle9225
      @deeplearningcastle9225 4 года назад

      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

    • @razinahmed6143
      @razinahmed6143 4 года назад

      @@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?

    • @deeplearningcastle9225
      @deeplearningcastle9225 4 года назад

      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

  • @kishlayamourya3141
    @kishlayamourya3141 4 года назад

    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??

    • @deeplearningcastle9225
      @deeplearningcastle9225 4 года назад

      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