Description
Deep Learning is a new area of Machine Learning research that has been gaining significant media interest owing to the role it is playing in artificial intel…
Summary
- Deep Learning is a new area of Machine Learning research that has been gaining significant media interest owing to the role it is playing in artificial intelligence applications like image recognition, self-driving cars and most recently the AlphaGo vs. Lee Sedol matches.
- The first step is to teach the neural network what the correct, or ideal, output should have been for that input.
- Where you would have different layers in a regular neural network, you apply the same layer to the input at each timestep in an RNN, using the output, i.e.
- the state of the previous timestep as input.
- Word Embedding Similar to the way a painting might be a representation of a person, a word embedding is a representation of a word, using real-valued numbers.