%0 Thesis %A Stinson, Derek Leigh %D 2020 %T Deep Learning with Go %U https://hammer.purdue.edu/articles/thesis/Deep_Learning_with_Go/12268691 %R 10.25394/PGS.12268691.v1 %2 https://hammer.purdue.edu/ndownloader/files/22603442 %K Go %K CUDA %K GPU %K Golang %K Deep Learning Framework %K Artificial Intelligence and Image Processing %X Current research in deep learning is primarily focused on using Python as a support language. Go, an emerging language, that has many benefits including native support for concurrency has seen a rise in adoption over the past few years. However, this language is not widely used to develop learning models due to the lack of supporting libraries and frameworks for model development. In this thesis, the use of Go for the development of neural network models in general and convolution neural networks is explored. The proposed study is based on a Go-CUDA implementation of neural network models called GoCuNets. This implementation is then compared to a Go-CPU deep learning implementation that takes advantage of Go's built in concurrency called ConvNetGo. A comparison of these two implementations shows a significant performance gain when using GoCuNets compared to ConvNetGo.
%I Purdue University Graduate School