Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 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 31 1

Deep Learning from Scratch: Building with Python from First Principles

Posted By: Underaglassmoon
Deep Learning from Scratch: Building with Python from First Principles

Deep Learning from Scratch: Building with Python from First Principles
O'Reilly Media | English | 2019 | ISBN-10: 1492041416 | 252 pages | PDF | 9.18 MB

by Seth Weidman (Author)

With the resurgence of neural networks in the 2010s, deep learning has become essential for machine learning practitioners and even many software engineers. This book provides a comprehensive introduction for data scientists and software engineers with machine learning experience. You’ll start with deep learning basics and move quickly to the details of important advanced architectures, implementing everything from scratch along the way.

Author Seth Weidman shows you how neural networks work using a first principles approach. You’ll learn how to apply multilayer neural networks, convolutional neural networks, and recurrent neural networks from the ground up. With a thorough understanding of how neural networks work mathematically, computationally, and conceptually, you’ll be set up for success on all future deep learning projects.

This book provides:

Extremely clear and thorough mental models—accompanied by working code examples and mathematical explanations—for understanding neural networks
Methods for implementing multilayer neural networks from scratch, using an easy-to-understand object-oriented framework
Working implementations and clear-cut explanations of convolutional and recurrent neural networks
Implementation of these neural network concepts using the popular PyTorch framework

About the Author
Seth Weidman is a data scientist who has applied and taught machine learning concepts for several years. He started out as the first data scientist at Trunk Club, where he built lead scoring models and recommender systems, and currently works at Facebook, where he builds machine learning models for their infrastructure team. In between he taught data science and machine learning for the bootcamps and on the corporate training team at Metis. He is passionate about explaining complex concepts simply, striving to find the simplicity on the other side of complexity