Cognitive Psychology: Neural Network Approach

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

1/20

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.

21 Terms

1
New cards

Artificial Neural Network (ANN)

Computational model inspired by biological neural networks.

2
New cards

Node

Basic unit in an artificial neural network.

3
New cards

Layer

Group of nodes; includes input, output, hidden.

4
New cards

Weight

Value that adjusts the strength of connections.

5
New cards

Activation function

Determines output based on input sum.

6
New cards

Bias

Value added to activation function to adjust output.

7
New cards

Training

Process of adjusting weights using data.

8
New cards

Testing/validation

Evaluating model performance on unseen data.

9
New cards

Perceptron

Simple model of a single neuron.

10
New cards

Axon terminal

End point of a neuron where signals transmit.

11
New cards

Synapse

Connection point between two neurons.

12
New cards

Multi-layer perceptron

ANN with multiple layers for complex tasks.

<p>ANN with multiple layers for complex tasks.</p>
13
New cards

Deep neural network

ANN with many layers for advanced learning.

14
New cards

Supervised learning

Learning from labeled training data.

15
New cards

Unsupervised learning

Learning from unlabeled data to find patterns.

16
New cards

Reinforcement learning

Learning through rewards and penalties.

17
New cards

Input database

Data set used for training the ANN.

18
New cards

Training and testing split

Dividing data for training and validation purposes.

19
New cards

Network architecture

Structure defining layers and connections in ANN.

20
New cards

Electrical brain stimulation

Modifies bias to influence neuron activity.

21
New cards

Atari Breakout

Example of unsupervised learning application.