Reader small image

You're reading from  Machine Learning for Developers

Product typeBook
Published inOct 2017
Reading LevelBeginner
PublisherPackt
ISBN-139781786469878
Edition1st Edition
Languages
Right arrow
Authors (2):
Rodolfo Bonnin
Rodolfo Bonnin
author image
Rodolfo Bonnin

Rodolfo Bonnin is a systems engineer and Ph.D. student at Universidad Tecnolgica Nacional, Argentina. He has also pursued parallel programming and image understanding postgraduate courses at Universitt Stuttgart, Germany. He has been doing research on high-performance computing since 2005 and began studying and implementing convolutional neural networks in 2008, writing a CPU- and GPU-supporting neural network feedforward stage. More recently he's been working in the field of fraud pattern detection with Neural Networks and is currently working on signal classification using machine learning techniques. He is also the author of Building Machine Learning Projects with Tensorflow and Machine Learning for Developers by Packt Publishing.
Read more about Rodolfo Bonnin

View More author details
Right arrow

What this book covers

Chapter 1, Introduction - Machine Learning and Statistical Science, covers various introductory concepts in machine learning. It talks about the history, branches and general discipline concepts. It also gives an introduction to the base mathematical concepts needed to understand most of the techniques developed afterward.

Chapter 2, The Learning Process, covers all the steps in the workflow of a machine learning process and shows useful tools and concept definitions for all those stages.

Chapter 3, Clustering, covers several techniques for unsupervised learning, specially K-Means, and K-NN clustering.

Chapter 4, Linear and Logistic Regression, covers two pretty different supervised learning algorithms, which go under a similar name: linear regression (which we will use to perform time series predictions), and logistic regression (which we will use for classification purposes).

Chapter 5, Neural Networks, covers one of the basic building blocks of modern machine learning Applications, and ends with the practical step-by-step building of a neural network.

Chapter 6, Convolutional Neural Networks, covers this powerful variation of neural networks, and ends with a practical tour of the internals of a very well known architecture of CNN, called VGG16, in a practical application.

Chapter 7, Recurrent Neural Networks, covers an overview of the RNN concept and a complete depiction of all the stages of the most used architecture, the LSTM. Finally, a practical exercise in time series prediction is shared.

Chapter 8, Recent Models and Developments, covers two upcoming techniques that have engaged huge interest in the field: generative adversarial networks, and the whole reinforcement learning field.

Chapter 9, Software Installation and Configuration, It covers the installation of all the necessary software packages, for three operative systems: Linux, macOS, and Windows.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Machine Learning for Developers
Published in: Oct 2017Publisher: PacktISBN-13: 9781786469878

Authors (2)

author image
Rodolfo Bonnin

Rodolfo Bonnin is a systems engineer and Ph.D. student at Universidad Tecnolgica Nacional, Argentina. He has also pursued parallel programming and image understanding postgraduate courses at Universitt Stuttgart, Germany. He has been doing research on high-performance computing since 2005 and began studying and implementing convolutional neural networks in 2008, writing a CPU- and GPU-supporting neural network feedforward stage. More recently he's been working in the field of fraud pattern detection with Neural Networks and is currently working on signal classification using machine learning techniques. He is also the author of Building Machine Learning Projects with Tensorflow and Machine Learning for Developers by Packt Publishing.
Read more about Rodolfo Bonnin