How to Build a Neural Network with TensorFlow and Keras in 10 Minutes

preview_player
Показать описание
This is a short tutorial on How to build a Neural Network in Python with TensorFlow and Keras in just about 10 minutes

Full TensorFlow Tutorial below

How to build a Neural Network in Python with TensorFlow and Keras for Data Science and Machine Learning
Рекомендации по теме
Комментарии
Автор

I would be nice to see the visual side of this.

FPChris
Автор

This is really good, thanks for covering the why's, Why are we choosing these layers and values. great Job

striderQED
Автор

Thank you so much! Do you know why I made exactly the same code but my model is only fitting with 1875 images (instead of 60000)?

davidegalletta
Автор

While splitting the dataset you did not mention the proportion in which the data is split in the code, how did the software recognize the split ration ?

mudassirahmedi
Автор

Why did you use 128 neurons in your first dense layer ??

domillima
Автор

Hello kindly explain this code for
import tensorflow as tf
from tensorflow import keras

brayannngetich
Автор

Im using visual studio to build, but tensorflow as tf doesn't exist.

HomeRunRealEstate-xirm
Автор

all the links in the description and you couldnt leave a link for this code....

ilyesbenmoussa
Автор

I got stuck with ImportError: cannot import name 'tensor' from 'tensorflow.python.framework' . Anybody else at the same point? Running the code on macos

plavali_znaem