Lavoisier S.A.S.
14 rue de Provigny
94236 Cachan cedex
FRANCE

Heures d'ouverture 08h30-12h30/13h30-17h30
Tél.: +33 (0)1 47 40 67 00
Fax: +33 (0)1 47 40 67 02


Url canonique : www.lavoisier.fr/livre/medecine/introduction-to-deep-learning-and-neural-networks-with-python/descriptif_4427807
Url courte ou permalien : www.lavoisier.fr/livre/notice.asp?ouvrage=4427807

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

Langue : Anglais

Auteurs :

Couverture de l’ouvrage Introduction to Deep Learning and Neural Networks with Python™
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.
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
Dr. Gad is a data neuroscientist who is passionate about artificial intelligence, machine learning, deep learning, computer vision, and Python with over 7 projects in the fields. He is a researcher at both the University of Ottawa, Canada and Menoufia University, Egypt and also serves in a teaching capacity as an Assistant Lecturer. He has contributed to over 80 original articles and additional tutorials in addition to his previous 3 books. He hopes to continue adding value to the neural data science community by sharing his writings, recorded tutorials, and consultation with new trainees in the field.
Fatima Ezzahra Jarmouni is an M.Sc. junior data scientist interested in statistics, data science, machine learning, and deep learning. Currently enrolled in a PhD program in machine learning at ENSIAS. She codes with Python and has experience in Python data science libraries including NumPy, Scikit-Learn, TensorFlow, and Keras.
  • 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