- Deep Learning with Keras
- Antonio Gulli Sujit Pal
- 271字
- 2021-07-02 23:58:00
What this book covers
Chapter 1, Neural Networks Foundations, teaches the basics of neural networks.
Chapter 2, Keras Installation and API, shows how to install Keras on AWS, Microsoft Azure, Google Cloud, and your own machine. In addition to that, we provide an overview of the Keras APIs.
Chapter 3, Deep Learning with ConvNets, introduces the concept of convolutional networks. It is a fundamental innovation in deep learning that has been used with success in multiple domains, from text to video to speech, going well beyond the initial image processing domain where it was originally conceived.
Chapter 4, Generative Adversarial Networks and WaveNet, introduces generative adversarial networks used to reproduce synthetic data that looks like data generated by humans. And we will present WaveNet, a deep neural network used for reproducing human voice and musical instruments with high quality.
Chapter 5, Word Embeddings, discusses word embeddings, a set of deep learning methodologies for detecting relationships between words and grouping together similar words.
Chapter 6, Recurrent Neural Networks – RNN, covers recurrent neural networks, a class of network optimized for handling sequence data such as text.
Chapter 7, Additional Deep Learning Models, gives a brief look into the Keras functional API, regression networks, autoencoders, and so on.
Chapter 8, AI Game Playing, teaches you deep reinforcement learning and how it can be used to build deep learning networks with Keras that learn how to play arcade games based on reward feedback.
Appendix, Conclusion, is a crisp refresher of the topics covered in this book and walks the users through what is new in Keras 2.0.
- 網絡服務器配置與管理(第3版)
- Android NDK Game Development Cookbook
- INSTANT Wijmo Widgets How-to
- 計算機維修與維護技術速成
- 筆記本電腦維修不是事兒(第2版)
- The Deep Learning with Keras Workshop
- 筆記本電腦維修300問
- 固態存儲:原理、架構與數據安全
- Spring Cloud微服務和分布式系統實踐
- STM32自學筆記
- 單片微機原理及應用
- 單片機原理與技能訓練
- Arduino項目案例:游戲開發
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)
- 分布式存儲系統:核心技術、系統實現與Go項目實戰