Deep Learning with Keras (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
318
Utgivningsdatum
2017-04-26
Förlag
Packt Publishing Limited
Medarbetare
Pal, Sujit
Illustrationer
black & white illustrations
Dimensioner
235 x 190 x 17 mm
Vikt
549 g
Antal komponenter
1
Komponenter
3:B&W 7.5 x 9.25 in or 235 x 191 mm Perfect Bound on White w/Gloss Lam
ISBN
9781787128422

Deep Learning with Keras

Implementing deep learning models and neural networks with the power of Python

Häftad,  Engelska, 2017-04-26
677
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Get to grips with the basics of Keras to implement fast and efficient deep-learning models About This Book * Implement various deep-learning algorithms in Keras and see how deep-learning can be used in games * See how various deep-learning models and practical use-cases can be implemented using Keras * A practical, hands-on guide with real-world examples to give you a strong foundation in Keras Who This Book Is For If you are a data scientist with experience in machine learning or an AI programmer with some exposure to neural networks, you will find this book a useful entry point to deep-learning with Keras. A knowledge of Python is required for this book. What You Will Learn * Optimize step-by-step functions on a large neural network using the Backpropagation Algorithm * Fine-tune a neural network to improve the quality of results * Use deep learning for image and audio processing * Use Recursive Neural Tensor Networks (RNTNs) to outperform standard word embedding in special cases * Identify problems for which Recurrent Neural Network (RNN) solutions are suitable * Explore the process required to implement Autoencoders * Evolve a deep neural network using reinforcement learning In Detail This book starts by introducing you to supervised learning algorithms such as simple linear regression, the classical multilayer perceptron and more sophisticated deep convolutional networks. You will also explore image processing with recognition of hand written digit images, classification of images into different categories, and advanced objects recognition with related image annotations. An example of identification of salient points for face detection is also provided. Next you will be introduced to Recurrent Networks, which are optimized for processing sequence data such as text, audio or time series. Following that, you will learn about unsupervised learning algorithms such as Autoencoders and the very popular Generative Adversarial Networks (GAN). You will also explore non-traditional uses of neural networks as Style Transfer. Finally, you will look at Reinforcement Learning and its application to AI game playing, another popular direction of research and application of neural networks. Style and approach This book is an easy-to-follow guide full of examples and real-world applications to help you gain an in-depth understanding of Keras. This book will showcase more than twenty working Deep Neural Networks coded in Python using Keras.
Visa hela texten

Passar bra ihop

  1. Deep Learning with Keras
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 867 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Övrig information

Antonio Gulli is a software executive and business leader with a passion for establishing and managing global technological talent, innovation, and execution. He is an expert in search engines, online services, machine learning, information retrieval, analytics, and cloud computing. So far, he has been lucky enough to gain professional experience in four different countries in Europe and managed people in six different countries in Europe and America. Antonio served as CEO, GM, CTO, VP, director, and site lead in multiple fields spanning from publishing (Elsevier) to consumer internet (Ask.com and Tiscali) and high-tech R&D (Microsoft and Google). Sujit Pal is a technology research director at Elsevier Labs, working on building intelligent systems around research content and metadata. His primary interests are information retrieval, ontologies, natural language processing, machine learning, and distributed processing. He is currently working on image classification and similarity using deep learning models. Prior to this, he worked in the consumer healthcare industry, where he helped build ontology-backed semantic search, contextual advertising, and EMR data processing platforms. He writes about technology on his blog at Salmon Run.

Innehållsförteckning

  1. Neural Networks Foundations
  2. Keras Installation and API
  3. Deep Learning with ConvNets
  4. Generative Adverserial Networks and Wavenet
  5. Word Embeddings
  6. Recurrent Neural Network - RNN
  7. Additional Deep Learning models
  8. AI Game Playing
  9. Conclusion