Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Deep Learning Cookbook: Practical Recipes to Get Started Quickly

Posted By: IrGens
Deep Learning Cookbook: Practical Recipes to Get Started Quickly

Deep Learning Cookbook: Practical Recipes to Get Started Quickly by Douwe Osinga
English | June 23, 2018 | ISBN: 149199584X | PDF | 252 pages | 11.6 MB

Deep learning doesn’t have to be intimidating. Until recently, this machine-learning method required years of study, but with frameworks such as Keras and Tensorflow, software engineers without a background in machine learning can quickly enter the field. With the recipes in this cookbook, you’ll learn how to solve deep-learning problems for classifying and generating text, images, and music.

Each chapter consists of several recipes needed to complete a single project, such as training a music recommending system. Author Douwe Osinga also provides a chapter with half a dozen techniques to help you if you’re stuck. Examples are written in Python with code available on GitHub as a set of Python notebooks.

You’ll learn how to:

Create applications that will serve real users
Use word embeddings to calculate text similarity
Build a movie recommender system based on Wikipedia links
Learn how AIs see the world by visualizing their internal state
Build a model to suggest emojis for pieces of text
Reuse pretrained networks to build an inverse image search service
Compare how GANs, autoencoders and LSTMs generate icons
Detect music styles and index song collections
IT