wildml.com

Website:http://www.wildml.com
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (56)

1

0 Thumbs up   0 Thumbs down

Activation Function


To allow Neural Networks to learn complex decision boundaries, we apply a nonlinear activation function to some of its layers. Commonly used functions include sigmoid
Source: wildml.com

2

0 Thumbs up   0 Thumbs down

Adadelta


Adadelta is a gradient descent based learning algorithm that adapts the learning rate per parameter over time. It was proposed as an improvement over Adagrad
Source: wildml.com

3

0 Thumbs up   0 Thumbs down

Adagrad


Adagrad is an adaptive learning rate algorithms that keeps track of the squared gradients over time and automatically adapts the learning rate per-parameter. It can be used instead of vanilla SGD and [..]
Source: wildml.com

4

0 Thumbs up   0 Thumbs down

Adam


Adam is an adaptive learning rate algorithm similar to rmsprop
Source: wildml.com

5

0 Thumbs up   0 Thumbs down

Autoencoder


An Autoencoder is a Neural Network model whose goal is to predict the input itself, typically through a “bottleneck” somewhere in the network. By introducing a bottleneck, we force the network to lear [..]
Source: wildml.com

6

0 Thumbs up   0 Thumbs down

Backpropagation


Backpropagation is an algorithm to efficiently calculate the gradients in a Neural Network, or more generally, a feedforward computational graph. It boils down to applying the chain rule of differenti [..]
Source: wildml.com

7

0 Thumbs up   0 Thumbs down

Backpropagation through time


Backpropagation Through Time (paper
Source: wildml.com

8

0 Thumbs up   0 Thumbs down

Caffe


Caffe
Source: wildml.com

9

0 Thumbs up   0 Thumbs down

Caffè


Caffe
Source: wildml.com

10

0 Thumbs up   0 Thumbs down

Channel


Input data to Deep Learning models can have multiple channels. The canonical examples are images, which have red, green and blue color channels. A image can be represented as a 3-dimensional Tensor wi [..]
Source: wildml.com


To view all 56 definitions, please sign in.