Ai Crash Course

12345678910111213141516
Across
  1. 4. The number of hidden layers in a neural network can influence its ability to find more complex patterns.
  2. 6. An algorithm used in linear regression to adjust parameters to minimize the difference between observed and predicted values.
  3. 8. The specific mathematical operation performed by each neuron in a neural network to combine input values.
  4. 9. The mathematical function used to measure the difference between the predicted output and the actual output in a neural network.
  5. 12. The part of a neural network that receives input data represented as numbers.
  6. 14. A large-scale dataset used for training and testing various machine learning algorithms, including neural networks.
  7. 15. A program that imitates one neuron.
  8. 16. The type of data used to train a neural network, consisting of input-output pairs.
Down
  1. 1. A danger in training neural networks where the model fits too closely to the training data, resulting in poor performance with new data.
  2. 2. An algorithm used in optimization to adjust the weights of a neural network in order to minimize error.
  3. 3. An architecture in neural networks responsible for combining input data in more complex ways to solve complicated problems.
  4. 5. A method used to prevent overfitting by simplifying the neural network architecture.
  5. 7. Method used to adjust neuron weights in neural networks to minimize error during training.
  6. 10. A type of learning where a neural network adjusts its internal parameters based on input-output pairs.
  7. 11. the process of finding the best combination of weights for a neural network architecture.
  8. 13. popular large-scale dataset used for training and testing image recognition algorithms.