Introduction to Machine Learning – Vocabulary Flashcards

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

1/114

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering key terms from the lecture on biological vs. artificial neurons, machine-learning fundamentals, architectures, characteristics, and learning paradigms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

115 Terms

1
New cards

Biological Neuron

A nerve cell in the human cortex that communicates via electrical spikes; roughly 10 billion exist and each connects to thousands of other neurons.

2
New cards

Dendrites

Branch-like structures of a neuron that receive signals from other neurons.

3
New cards

Soma

The cell body of a neuron that houses essential components such as the nucleus.

4
New cards

Nucleus (Neuron)

The control center within the neuron’s soma that regulates cellular activity.

5
New cards

Axon

A neuron fiber that carries nerve impulses away from the cell body toward other neurons or muscles.

6
New cards

Axon Terminal Button

Small knobs at the end of an axon that release neurotransmitters to communicate with adjacent cells.

7
New cards

Artificial Neuron

An information-processing unit in an ANN that receives weighted inputs, applies an activation function, and produces an output.

8
New cards

Connection Weight

A numerical value that scales the signal passed between two artificial neurons, indicating connection strength.

9
New cards

Activation Function

A (typically nonlinear) function applied to a neuron’s net input to determine its output signal.

10
New cards

Learning Rule

A procedure for adjusting connection weights in an ANN to minimize error and solve a task.

11
New cards

Input Layer

The first layer of an ANN responsible for receiving external data and passing it to the network.

12
New cards

Hidden Layer

Intermediate ANN layer(s) that perform computations and transform inputs before reaching the output layer.

13
New cards

Output Layer

The final layer of an ANN that delivers the network’s predictions or decisions to the outside world.

14
New cards

Artificial Intelligence (AI)

A computer-science field focused on creating systems that think, work, and react like humans.

15
New cards

Machine Learning (ML)

A subset of AI that enables computers to learn patterns from data without explicit programming.

16
New cards

Deep Learning

A sub-field of ML that uses many layered neural networks to learn hierarchical representations of data.

17
New cards

Natural Language Processing (NLP)

Techniques that enable computers to understand, interpret, and generate human language.

18
New cards

Predictive Analytics

The use of data, statistical algorithms, and ML to identify the likelihood of future outcomes.

19
New cards

Pattern Recognition

The automated identification of regularities or patterns in data, often via ML algorithms.

20
New cards

Machine Vision

The application of computer vision techniques for automated image analysis and interpretation.

21
New cards

Robotics

The branch of technology dealing with the design and operation of robots, often leveraging AI and ML.

22
New cards

Single-Layer Network

An ANN architecture with one processing (output) layer directly connected to the inputs.

23
New cards

Multi-Layer Network

An ANN containing one or more hidden layers between the input and output layers.

24
New cards

Black Box Model

A predictive ML model whose internal workings are not easily interpretable despite high accuracy.

25
New cards

Automated Data Visualization

ML-driven tools that automatically generate visual insights from structured or unstructured data.

26
New cards

Scalability (ML Systems)

The ability of an ML system to handle growing amounts of data or complexity efficiently.

27
New cards

Ensemble Modelling

Combining multiple ML models to improve predictive performance over any single model.

28
New cards

Supervised Learning

ML paradigm where models are trained on labeled data containing input–output pairs.

29
New cards

Unsupervised Learning

ML paradigm that finds patterns or groupings in unlabeled data without predefined outputs.

30
New cards

Semi-Supervised Learning

ML approach that uses a small amount of labeled data along with a large amount of unlabeled data.

31
New cards

Reinforcement Learning

Learning paradigm in which an agent learns optimal actions through rewards obtained from interactions with an environment.

32
New cards

Cluster Analysis

An unsupervised technique that groups data points based on similarity metrics such as Euclidean distance.

33
New cards

Euclidean Distance

A common metric for measuring straight-line similarity between two points in multidimensional space.

34
New cards

Iris Data Set

A classic labeled data set containing flower measurements for three Iris species, often used to illustrate supervised learning.

35
New cards

Parallel Distributed Processors

Another term for artificial neural networks emphasizing simultaneous computation across many interconnected units.

36
New cards

Biological Neuron

A nerve cell in the human cortex that communicates via electrical spikes; roughly $10$ billion exist and each connects to thousands of other neurons.

37
New cards

Dendrites

Branch-like structures of a neuron that receive signals from other neurons.

38
New cards

Soma

The cell body of a neuron that houses essential components such as the nucleus.

39
New cards

Nucleus (Neuron)

The control center within the neuron

f
s Soma that regulates cellular activity.

40
New cards

Axon

A neuron fiber that carries nerve impulses away from the cell body toward other neurons or muscles.

41
New cards

Axon Terminal Button

Small knobs at the end of an axon that release neurotransmitters to communicate with adjacent cells.

42
New cards

Artificial Neuron

An information-processing unit in an ANN that receives weighted inputs, applies an activation function, and produces an output.

43
New cards

Connection Weight

A numerical value that scales the signal passed between two artificial neurons, indicating connection strength.

44
New cards

Activation Function

A (typically nonlinear) function applied to a neuron

f
s net input to determine its output signal.

45
New cards

Learning Rule

A procedure for adjusting connection weights in an ANN to minimize error and solve a task.

46
New cards

Input Layer

The first layer of an ANN responsible for receiving external data and passing it to the network.

47
New cards

Hidden Layer

Intermediate ANN layer(s) that perform computations and transform inputs before reaching the output layer.

48
New cards

Output Layer

The final layer of an ANN that delivers the network

f
s predictions or decisions to the outside world.

49
New cards

Artificial Intelligence (AI)

A computer-science field focused on creating systems that think, work, and react like humans.

50
New cards

Machine Learning (ML)

A subset of AI that enables computers to learn patterns from data without explicit programming.

51
New cards

Deep Learning

A sub-field of ML that uses many layered neural networks to learn hierarchical representations of data.

52
New cards

Natural Language Processing (NLP)

Techniques that enable computers to understand, interpret, and generate human language.

53
New cards

Predictive Analytics

The use of data, statistical algorithms, and ML to identify the likelihood of future outcomes.

54
New cards

Pattern Recognition

The automated identification of regularities or patterns in data, often via ML algorithms.

55
New cards

Machine Vision

The application of computer vision techniques for automated image analysis and interpretation.

56
New cards

Robotics

The branch of technology dealing with the design and operation of robots, often leveraging AI and ML.

57
New cards

Single-Layer Network

An ANN architecture with one processing (output) layer directly connected to the inputs.

58
New cards

Multi-Layer Network

An ANN containing one or more hidden layers between the input and output layers.

59
New cards

Black Box Model

A predictive ML model whose internal workings are not easily interpretable despite high accuracy.

60
New cards

Automated Data Visualization

ML-driven tools that automatically generate visual insights from structured or unstructured data.

61
New cards

Scalability (ML Systems)

The ability of an ML system to handle growing amounts of data or complexity efficiently.

62
New cards

Ensemble Modelling

Combining multiple ML models to improve predictive performance over any single model.

63
New cards

Supervised Learning

ML paradigm where models are trained on labeled data containing input

f
output pairs.

64
New cards

Unsupervised Learning

ML paradigm that finds patterns or groupings in unlabeled data without predefined outputs.

65
New cards

Semi-Supervised Learning

ML approach that uses a small amount of labeled data along with a large amount of unlabeled data.

66
New cards

Reinforcement Learning

Learning paradigm in which an agent learns optimal actions through rewards obtained from interactions with an environment.

67
New cards

Cluster Analysis

An unsupervised technique that groups data points based on similarity metrics such as Euclidean distance.

68
New cards

Euclidean Distance

A common metric for measuring straight-line similarity between two points in multidimensional space.

69
New cards

Iris Data Set

A classic labeled data set containing flower measurements for three Iris species, often used to illustrate supervised learning.

70
New cards

Parallel Distributed Processors

Another term for artificial neural networks emphasizing simultaneous computation across many interconnected units.

71
New cards

Perceptron

The simplest type of ANN, a single-layer network that performs binary classification based on a linear decision boundary.

72
New cards

Backpropagation

An algorithm used to train feedforward neural networks by calculating the gradient of the loss function with respect to each weight and adjusting weights to minimize error.

73
New cards

Loss Function

A function that quantifies the difference between the predicted output of a model and the actual target value, guiding the learning process.

74
New cards

Feedforward Neural Network

A type of artificial neural network where connections between nodes do not form a cycle, meaning information flows only in one direction, from input to output.

75
New cards

Biological Neuron

A nerve cell in the human cortex that communicates via electrical spikes; roughly $10$ billion exist and each connects to thousands of other neurons.

76
New cards

Dendrites

Branch-like structures of a neuron that receive signals from other neurons.

77
New cards

Soma

The cell body of a neuron that houses essential components such as the nucleus.

78
New cards

Nucleus (Neuron)

The control center within the neuron’s Soma that regulates cellular activity.

79
New cards

Axon

A neuron fiber that carries nerve impulses away from the cell body toward other neurons or muscles.

80
New cards

Axon Terminal Button

Small knobs at the end of an axon that release neurotransmitters to communicate with adjacent cells.

81
New cards

Artificial Neuron

An information-processing unit in an ANN that receives weighted inputs, applies an activation function, and produces an output.

82
New cards

Connection Weight

A numerical value that scales the signal passed between two artificial neurons, indicating connection strength.

83
New cards

Activation Function

A (typically nonlinear) function applied to a neuron’s net input to determine its output signal.

84
New cards

Learning Rule

A procedure for adjusting connection weights in an ANN to minimize error and solve a task.

85
New cards

Input Layer

The first layer of an ANN responsible for receiving external data and passing it to the network.

86
New cards

Hidden Layer

Intermediate ANN layer(s) that perform computations and transform inputs before reaching the output layer.

87
New cards

Output Layer

The final layer of an ANN that delivers the network’s predictions or decisions to the outside world.

88
New cards

Artificial Intelligence (AI)

A computer-science field focused on creating systems that think, work, and react like humans.

89
New cards

Machine Learning (ML)

A subset of AI that enables computers to learn patterns from data without explicit programming.

90
New cards

Deep Learning

A sub-field of ML that uses many layered neural networks to learn hierarchical representations of data.

91
New cards

Natural Language Processing (NLP)

Techniques that enable computers to understand, interpret, and generate human language.

92
New cards

Predictive Analytics

The use of data, statistical algorithms, and ML to identify the likelihood of future outcomes.

93
New cards

Pattern Recognition

The automated identification of regularities or patterns in data, often via ML algorithms.

94
New cards

Machine Vision

The application of computer vision techniques for automated image analysis and interpretation.

95
New cards

Robotics

The branch of technology dealing with the design and operation of robots, often leveraging AI and ML.

96
New cards

Single-Layer Network

An ANN architecture with one processing (output) layer directly connected to the inputs.

97
New cards

Multi-Layer Network

An ANN containing one or more hidden layers between the input and output layers.

98
New cards

Black Box Model

A predictive ML model whose internal workings are not easily interpretable despite high accuracy.

99
New cards

Automated Data Visualization

ML-driven tools that automatically generate visual insights from structured or unstructured data.

100
New cards

Scalability (ML Systems)

The ability of an ML system to handle growing amounts of data or complexity efficiently.