Neural Networks Basics
CNNs & RNNs
Python Libraries
Miscellaneous AI FUN!
100

True or False: Neural networks are designed to mimic the way the human brain processes information.

What is true?

100

What type of data do CNNs primarily process?

What are images?

100

Which Python library is commonly used for data manipulation, especially with tables?

Pandas.

100

Used in the linear regression formula, commonly referred to as rise-over-run.

What is slope?

200

What is the term for a single pass of all training data through a neural network?

An Epoch
200

True or False: RNNs are commonly used for image classification tasks.

What is false?

200

Which library would you use in Python to create visualizations and graphs?

Matplotlib.

200

Which famous AI system defeated the world’s top Go player, Lee Sedol, in 2016?

AlphaGo.

300

In neural networks, what is the term for layers between the input and output that transform inputs through weights and biases?

Hidden layers

300

This data type is something that RNNs are useful in

What is sequential data?

300

Which Python library provides easy-to-use tools for machine learning, including algorithms for classification, regression, and clustering?

Sci-kit Learn
300

What kind of learning is it called when an algorithm is provided labeled training data?

What is supervised learning?

400

What is the term for adjusting the weights in a neural network based on the error rate of the output?

What is backpropagation? 

400

Why are CNNs preferred for image processing over regular neural networks?

They can recognize spatial hierarchies and features in images more effectively.

400

Which Python library is widely used for data analysis and scientific computing, known for its arrays?

Numpy

400

What AI technique allows computers to generate realistic images, voices, and even videos of people?

Deepfake technology.

500

What is the purpose of the loss function in a neural network?

To measure the error between the network's predictions and the actual values, guiding optimization.

500

Name common applications of CNNs and RNNs in real-world technology.

Facial recognition and self-driving cars. - CNNs

Speech recognition or language translation. - RNNs

500

Name one advantage of using Python libraries in AI and machine learning.

They offer pre-built functions and tools, reducing development time and making complex tasks easier.

500

What does "GPT" stand for in language models like GPT-3?

Generative Pre-trained Transformer.

M
e
n
u