Build a Neural Network with TensorFlow, Keras, and Python

Поделиться
HTML-код
  • Опубликовано: 7 сен 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

Комментарии • 2

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

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

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

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