Learn to Implement Advanced Deep Learning Techniques with Python
Buch, Englisch, 380 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 764 g
ISBN: 978-1-4842-8019-5
Verlag: Apress
Understand how neural networks work and learn how to implement them using TensorFlow 2.0 and Keras. This new edition focuses on the fundamental concepts and at the same time on practical aspects of implementing neural networks and deep learning for your research projects.
This book is designed so that you can focus on the parts you are interested in. You will explore topics as regularization, optimizers, optimization, metric analysis, and hyper-parameter tuning. In addition, you will learn the fundamentals ideas behind autoencoders and generative adversarial networks.
All the code presented in the book will be available in the form of Jupyter notebooks which would allow you to try out all examples and extend them in interesting ways. A companion online book is available with the complete code for all examples discussed in the book and additional material more related to TensorFlow and Keras. All the code will be available in Jupyter notebook format and can be openeddirectly in Google Colab (no need to install anything locally) or downloaded on your own machine and tested locally.
You will:
• Understand the fundamental concepts of how neural networks work
• Learn the fundamental ideas behind autoencoders and generative adversarial networks• Be able to try all the examples with complete code examples that you can expand for your own projects
• Have available a complete online companion book with examples and tutorials.
This book is for:
Readers with an intermediate understanding of machine learning, linear algebra, calculus, and basic Python programming.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Betriebssysteme Linux Betriebssysteme, Open Source Betriebssysteme
- Mathematik | Informatik EDV | Informatik Informatik
- Mathematik | Informatik EDV | Informatik Daten / Datenbanken
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
Chapter 1: Optimization and Neural Networks.- Chapter 2: Hands-on with One Single Neuron.- Chapter 3: Feed Forward Neural Networks.-Chapter 4: Regularization.- Chapter 5: Advanced Optimizers.- Chapter 6: Hyperparameter Tuning.- Chapter 7: Convolutional Neural Networks.-Chapter 8: Brief Introduction to Recurrent Neural Networks.- Chapter 9: Autoencoders.- Chapter 10: Metric Analysis.- Chapter 11: General Adversarial Networks (GANs).- Appendix A: Introduction to Keras.- Appendix B: Customizing Keras