I decided to build a program that can learn. Technically, it is a 2 layer neural network that is able to take a set of inputs and desired outputs, and learn how to predict those outputs. I'm already 3 months into the Deep Learning Nanodegree at Udacity, so I've already built this a few times. … Continue reading Building A Program That Actually Learns
Tag: neural network
Art, By A Neural Network
Udacity's Deep Learning Nanodegree foundations course has finally begun. One of the first things we got to do was make art with a neural network. Using Logan Engstrom's Fast Style Transfer, I input different pictures into a trained neural network. The network then output that picture, but made in the style of a famous artist. For example, … Continue reading Art, By A Neural Network