Deep Learning
Deep Learning
Deep learning is a field in machine learning where groups of neural units called "perceptrons" are connected together in many layers. Since information is embedded in all weights of the neural network's nodes it is considered "deep" learning. This type of machine learning is often very difficult to interpret and understand because the behavior of large neural networks acts as a complex system.
My projects in deep learning involve a recurrent neural net used to guess hangman letters, and convolutional neural networks to detect blood cells in images.