- Everyday 1 neuro network no matter what.
tf.keras.datasets.
boston_housing
module: Public API for tf.keras.datasets.boston_housing namespace.
cifar10
module: Public API for tf.keras.datasets.cifar10 namespace.
cifar100
module: Public API for tf.keras.datasets.cifar100 namespace.
fashion_mnist
module: Public API for tf.keras.datasets.fashion_mnist namespace.
imdb
module: Public API for tf.keras.datasets.imdb namespace.
mnist
module: Public API for tf.keras.datasets.mnist namespace.
reuters
module: Public API for tf.keras.datasets.reuters namespace.
- Day 0 Practical Use
- Day 1 Simple Use cases
- TensorFlow official web page
- Jupyter notebooks
- Course I recomended from rutracker
- Keggle
- Metrics:
- Time
- Countity
- Speed
- CNN per week
- Easiest way possible
traing_images.shape
(6000,28,28)
plt.imshow(tri[i],cmap=plt.cm.binary)
Flatten
- Matrix into arrayDense
- comapring data layerSoftmax
- Get total probability (typically last label)
model.compile(optimizer='adam',