Neural Networks

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

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Neurons

Cells that fire electrical impulses along axons, with firing dependent on synaptic activity.

2
New cards

Excitatory Inputs

Inputs that promote neuron firing.

3
New cards

Inhibitory Inputs

Inputs that inhibit neuron firing.

4
New cards

Dendrite

The part of a neuron that receives information, often referred to as "little hands."

5
New cards

Myelin Sheath

A gel-like substance that covers the axon of a neuron.

6
New cards

Axon

The part of a neuron along which electrical signals are fired.

7
New cards

Weighted Inputs

Inputs from presynaptic neurons that can be excitatory or inhibitory, represented by numerical weights.

8
New cards

Activation Function

A function that specifies the strength of the output signal in a neural network.

9
New cards

Binary Threshold-Activation Function

An activation function that models neurons that either fire or do not fire.

10
New cards

Sigmoid Function

A nonlinear activation function that has specific behaviors below and above certain thresholds.

11
New cards

Single-Layer Networks

The first neural networks developed, consisting of a single layer of interconnected units.

12
New cards

Mapping Functions

Functions that map items from a domain to items in a range, with each input corresponding to one output.

13
New cards

Boolean Functions

Functions that classify objects in the domain as TRUE or FALSE.

14
New cards

AND Function

A Boolean function that outputs TRUE only when both inputs are TRUE.

15
New cards

OR Function

A Boolean function that outputs TRUE when at least one input is TRUE.

16
New cards

XOR Function

A Boolean function that outputs TRUE when exactly one input is TRUE, not representable by a single-layer network.

17
New cards

Perceptron-Convergence Rule

A supervised learning algorithm for neural networks that adjusts weights and thresholds based on output error.

18
New cards

Linear Separability

The property of a function that allows it to be separated by a straight line in input space.

19
New cards

Hidden Units

Units in multilayer networks that allow for multiple weights to be assigned to inputs.

20
New cards

Feedforward

The process in which activations spread forward through the network without backward activation.

21
New cards

Backpropagation Algorithm

An algorithm that calculates error and adjusts weights in multilayer networks by propagating error backward.

22
New cards

Hebbian Learning Rule

A learning rule where a unit’s weight changes based on its inputs and outputs, often used in unsupervised learning.

23
New cards

Localist Networks

Networks where information is represented by specific, distinct units.

24
New cards

Distributed Networks

Networks where information is represented across a pattern of weights, with no single unit corresponding to a specific feature.

25
New cards

Physical Symbol System Hypothesis

The idea that information processing involves distinct rules and representations.

26
New cards

Connectionist Networks

Networks that excel in pattern recognition tasks, often modeling cognitive abilities that are difficult to represent with rules.