Neural Network

123456789101112
Across
  1. 3. Rectified Linear Unit
  2. 5. It is an intercept or offset from an origin or reference
  3. 6. Computational model of a neuron
  4. 10. The process that creates an improved weight value when repeated over and over
  5. 11. With more data than that you can process or compute the gradient for all data, you can compute it for a small subset of the given data and apply it in sequence
  6. 12. A function that measures the wrongness of the model
Down
  1. 1. A function that enables neural networks to learn complex, nonlinear relationships between features and the label
  2. 2. Refers to feed inputs to a model, collect its outputs, compare them with the expected outputs, and change the weights to make to correct the outputs.
  3. 4. It takes some inputs, some parameters, and produces a set of outputs
  4. 7. Train the model with every data example one have
  5. 8. It is a multiplier that controls the degree to which increases or decreases of each weight during each iteration
  6. 9. By changing the values the network become able to make it do different things