Build a Neural Network with TensorFlow, Keras, and Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • This video demonstrates, how to develop and train a neural network in TensorFlow, Keras, and Python and solve a classification problem.
    The complete code used in this model can be found here:
    github.com/ras...
    If you are interested in a tutorial with a complete demonstration of a Regression problem in TensorFlow, Keras, and Python, here is the link:
    • Regression Using Tenso...
    The video on how neural networks work that mentioned in the video:
    • Neural Networks Explai...
    The video on Gradient Descent Optimizer is here:
    • Gradient Descent Expla...
    The cost functions for classification:
    • Cost Functions For Cla...
    #deeplearning #tensorflow #neuralnetworks #python #keras #datascience

ความคิดเห็น • 3

  • @rikblauer
    @rikblauer 2 วันที่ผ่านมา

    The optimizer 'adam' is not working for me and shows me the error "unexpected incident". The rest worked very well for me!

  • @anthonychow6732
    @anthonychow6732 5 หลายเดือนก่อน

    @RegnerativeToday Do you mind sharing your note book publicly so we learners can clone and play with it? Thank you in advance.

    • @regenerativetoday4244
      @regenerativetoday4244  5 หลายเดือนก่อน

      I added the notebook in the description box. Also here for you: github.com/rashida048/TensorFlow-Tutorial/blob/main/TensorFlow_NN.ipynb. Thank you!