Cantitate/Preț
Produs

Introduction to Deep Learning and Neural Networks with Python™: A Practical Guide

Autor Ahmed Fawzy Gad, Fatima Ezzahra Jarmouni
en Limba Engleză Paperback – 25 noi 2020
Introduction to Deep Learning and Neural Networks with Python™: A Practical Guide is an intensive step-by-step guide for neuroscientists to fully understand, practice, and build neural networks. Providing math and Python™ code examples to clarify neural network calculations, by book’s end readers will fully understand how neural networks work starting from the simplest model Y=X and building from scratch. Details and explanations are provided on how a generic gradient descent algorithm works based on mathematical and Python™ examples, teaching you how to use the gradient descent algorithm to manually perform all calculations in both the forward and backward passes of training a neural network.

  • Examines the practical side of deep learning and neural networks
  • Provides a problem-based approach to building artificial neural networks using real data
  • Describes Python™ functions and features for neuroscientists
  • Uses a careful tutorial approach to describe implementation of neural networks in Python™
  • Features math and code examples (via companion website) with helpful instructions for easy implementation
Citește tot Restrânge

Preț: 68619 lei

Preț vechi: 87677 lei
-22% Nou

Puncte Express: 1029

Preț estimativ în valută:
13132 13692$ 10914£

Carte tipărită la comandă

Livrare economică 14-28 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780323909334
ISBN-10: 0323909337
Pagini: 300
Dimensiuni: 152 x 229 x 20 mm
Greutate: 0.4 kg
Editura: ELSEVIER SCIENCE

Cuprins

1. Preparing the Development Environment2. Introduction to ANN3. ANN with 1 Input and 1 Output4. Working with Any Number of Inputs5. Working with Hidden Layers6. Using Any Number of Hidden Neurons7. ANN with 2 Hidden Layers8. ANN with 3 Hidden Layers9. Any Number of Hidden Layers10. Generic ANN11. Speeding Neural Network using Cython and PyPy12. Deploying Neural Network to Mobile Devices