TensorFlow: A Guide to Build Artificial Neural Networks using Python
Ahmed F. Gad
Broschiertes Buch

TensorFlow: A Guide to Build Artificial Neural Networks using Python

Build artificial neural networks using TensorFlow library with detailed explanation of each step and line of code

Versandkostenfrei!
Versandfertig in 6-10 Tagen
33,99 €
inkl. MwSt.
PAYBACK Punkte
17 °P sammeln!
This guide assumes you know nothing about TensorFlow and takes you from the beginning until understanding the basics of a TensorFlow program including Variables, Placeholders, dataflow graphs, TensorFlow Core API, and TensorBoard for visualization. Because artificial neural networks (ANNs) are in the heart of deep learning models, it is recommended to start learning how they work and implemented programmatically. This guide covers in details all steps required for creating your first ANN using TensorFlow starting by reading input data then building neural networks layers (input, hidden, output...