DEEP LEARNING CROSS WORD PUZZLE

12345678910111213141516171819202122232425262728
Across
  1. 6. The adversarial component in a GAN that tries to distinguish between real and generated data.
  2. 8. A popular deep learning library often used for building and training neural networks.
  3. 9. A popular activation function in neural networks, introducing non-linearity.
  4. 10. A powerful language representation model pre-trained on vast amounts of textual data
  5. 13. A type of layer in a CNN that typically follows convolutional layers and reduces spatial dimensions.
  6. 17. The type of AI responsible for creating content that may be mistaken for human-created content
  7. 18. The process of dividing an image into regions and assigning a label to each region.
  8. 21. The process of teaching a machine to perform a task through trial and error.
  9. 23. Components that process input data and produce a fixed-size representation in sequence-to-sequence tasks.
  10. 24. The layer in a neural network designed for sequential data, allowing information to persist.
  11. 27. A technique that involves using pre-trained models for tasks other than what they were originally trained for.
  12. 28. An advanced type of RNN designed to address the vanishing gradient problem and capture long-term dependencies.
Down
  1. 1. The layer in a CNN responsible for performing convolution operations on input data.
  2. 2. The mathematical operations that determine the output of a neural network layer.
  3. 3. The process of identifying and locating objects within an image.
  4. 4. The technique of expressing operations as matrix/vector operations to enhance computational efficiency.
  5. 5. A type of artificial neuron that takes multiple binary inputs and produces a binary output.
  6. 7. A type of neural network architecture that utilizes self-attention mechanisms for parallelization
  7. 11. The process of iteratively adjusting weights to minimize the difference between predicted and actual outputs.
  8. 12. A common deep learning architecture consisting of layers of interconnected nodes.
  9. 14. The process of adjusting the weights and biases in a neural network during training.
  10. 15. It is an activation function.
  11. 16. popular language model architecture known for its transformer architecture.
  12. 19. A deep learning framework often used for computer vision tasks.
  13. 20. A type of neural network used in generative tasks, consisting of a generator and discriminator.
  14. 22. A variant of RNN that incorporates gating mechanisms to control the flow of information.
  15. 25. The basic building block of a neural network that processes information.
  16. 26. A fundamental unit of computation in a neural network.