Across
- 3. Rectified Linear Unit
- 5. It is an intercept or offset from an origin or reference
- 6. Computational model of a neuron
- 10. The process that creates an improved weight value when repeated over and over
- 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
- 12. A function that measures the wrongness of the model
Down
- 1. A function that enables neural networks to learn complex, nonlinear relationships between features and the label
- 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.
- 4. It takes some inputs, some parameters, and produces a set of outputs
- 7. Train the model with every data example one have
- 8. It is a multiplier that controls the degree to which increases or decreases of each weight during each iteration
- 9. By changing the values the network become able to make it do different things
