Benchmarking deep learning algorithms on many-core systems

Deep learning is a branch of machine learning that aims to extract multiple simple features from data and then combining the simple features and deriving increasingly more high level features to extract abstract data representations. In this study, we will be investigating a particular algorithm...

Full description

Saved in:
Bibliographic Details
Main Author: Oh, Jeremy Yit San
Other Authors: He Bingsheng
Format: Final Year Project
Language:English
Published: 2016
Subjects:
Online Access:http://hdl.handle.net/10356/66556
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Deep learning is a branch of machine learning that aims to extract multiple simple features from data and then combining the simple features and deriving increasingly more high level features to extract abstract data representations. In this study, we will be investigating a particular algorithm of deep learning known as a CNN (Convolutional Neural Network) for image and text classification. Specifically, this study is to note how different values for the parameters of the CNN will affect its training time and accuracy. We will also be training CNNs on different devices like the Nvidia GeForce 840M and Tesla K40 Graphic Processing Units (GPU) and seeing how they fare with different data sets. Comparisons between tensor manipulation libraries like Theano and TensorFlow will be made too, to see which is better and why. We discovered an interesting method that may make training a CNN made in Keras to be faster, and the results will be discussed in the following chapters.