Introduction to Deep Learning and Neural Networks with Python (TM): A Practical Guide is an intensive step-by-step guide for neuroscientists to fully understand, practice, and build neural networks. Providing math and Python (TM) 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 (TM) 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.
Sprache
Verlagsort
Verlagsgruppe
Elsevier Science & Technology
Zielgruppe
Maße
Höhe: 229 mm
Breite: 152 mm
Gewicht
ISBN-13
978-0-323-90933-4 (9780323909334)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Klassifikation
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.
Autor*in
Researcher and Assistant Lecturer, Menoufia University, Egypt
Ecole Nationale Superieure d'Informatique et d'Analyse des Systemes, Rabat, Morocco
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