AI, Machine Learning, Deep Learning, and Blockchain Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

flashcard set

Earn XP

Description and Tags

Flashcards on AI, Machine Learning, Deep Learning, and Blockchain

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

What is Artificial Intelligence (AI)?

The branch of computer science dedicated to building systems capable of performing tasks that typically require human intelligence such as reasoning, learning, understanding language, recognizing patterns, solving problems, and adapting to new situations.

2
New cards

What are the two main categories of AI?

Narrow AI (Weak AI) and General AI (Strong AI).

3
New cards

Give some real-world applications of AI.

Healthcare (diagnosis support, drug discovery), Transportation (autonomous vehicles, logistics optimization), Finance (fraud detection, algorithmic trading), Customer Service (chatbots, recommendation systems).

4
New cards

What is Machine Learning (ML)?

A subset of AI involving algorithms that allow computers to learn patterns from data without being explicitly programmed.

5
New cards

List the main types of Machine Learning.

Supervised Learning, Unsupervised Learning, Reinforcement Learning, Self-supervised Learning.

6
New cards

What is Supervised Learning?

A machine is trained on a labeled dataset meaning the data includes both the input and the correct output.

7
New cards

What is Unsupervised Learning?

A machine is given data without labels and must find patterns on its own.

8
New cards

What is Self-Supervised Learning?

A machine learning technique in which models learn by labeling unlabeled data.

9
New cards

What is Reinforcement Learning?

A machine learning method in which an agent learns to make decisions through interactions with its surrounding environment.

10
New cards

What is a 'Model' in Machine Learning?

A mathematical framework that learns to make predictions by identifying patterns in data.

11
New cards

What happens during the 'Training' process in Machine Learning?

Models learn from data, fine-tuning themselves to make accurate predictions.

12
New cards

What are 'Features' in the context of Machine Learning?

Specific measurable traits of the data that help the model understand what it is looking at.

13
New cards

What are 'Evaluation Metrics' in Machine Learning?

Standards used to judge how well a model is performing, including metrics like accuracy and precision.

14
New cards

What is 'Deployment' in Machine Learning?

Taking the trained model and using it to make predictions on new data in real-world applications.

15
New cards

What is 'Continuous Learning' in Machine Learning?

Regularly updating the model with new data to keep it relevant and effective.

16
New cards

What is a 'Loss Function' in Machine Learning?

A tool that helps the model improve by measuring how far off its predictions are from the actual results.

17
New cards

What are 'Hyperparameters' in Machine Learning?

Settings that you configure before training the model, like how fast it learns or how complex it is.

18
New cards

What is Deep Learning?

A machine learning technique that uses artificial neural networks to analyze data, learn patterns, and automate tasks requiring human intelligence.

19
New cards

What are the building blocks of a deep neural network?

Layers, consisting of neurons (nodes or units) that process data and pass it to the next layer (Input layer, hidden layers, output layer).

20
New cards

What is a Loss Function in neural networks?

It measures how well the neural network’s predictions align with the actual target values, acting as a performance metric during training.

21
New cards

Give examples of Loss Functions.

Categorical Cross-Entropy, Sparse Categorical Cross-Entropy, Binary Cross-Entropy

22
New cards

What does an Optimizer do in a neural network?

It updates the network’s weights to minimize the loss function using gradient descent-based algorithms.

23
New cards

What is Blockchain?

A distributed, unchangeable record of transactions in which data is stored in chronologically ordered sections, allowing for safe and transparent transactions without a central authority.

24
New cards

Give examples of Blockchain applications.

Cryptocurrencies (Bitcoin and Ethereum), Supply Chain Tracking, Secure Data Sharing, Healthcare Records, Tamper-proof Digital Elections, Digital Identity.