Machine Learning, Deep Learning, and Neural Networks

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

1/15

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts in machine learning, deep learning, and neural networks, providing definitions for essential terms and theories.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Optimisation problems

Problems that involve finding the best solution from a set of alternatives.

2
New cards

Combinatorial optimisation problems (COP)

Problems that require finding the best combination of discrete values from a given set.

3
New cards

Travelling Salesman Problem (TSP)

A classic combinatorial optimisation problem (COP) where a salesperson must visit several cities, minimizing the travel distance.

4
New cards

Brute force approach

A straightforward method of solving a problem by trying every possible combination. (entails a combinatorial explosion)

5
New cards

Combinatorial explosion

A rapid increase in complexity when the number of possible combinations becomes too large to handle.

6
New cards

Curse of dimensionality

The phenomenon where an increase in data dimensions leads to an exponential increase in computational effort.

7
New cards

Heuristics

Clever shortcuts in the search process used to find good enough solutions when optimal ones are hard to compute.

8
New cards

Symbolic AI

An approach to artificial intelligence that uses logical reasoning and knowledge representation.

9
New cards

Connectionist AI

An approach to AI that mimics neural structures to create systems that learn through experience.

10
New cards

Deep learning

A subset of machine learning involving neural networks with many layers for modeling complex data.

11
New cards

Neural networks

Computational models inspired by biological neural networks, consisting of interconnected nodes (neurons).

12
New cards

Backpropagation algorithm

A method used in neural networks to minimize the error by adjusting the weights of connections.

13
New cards

Artificial Neural Network

A computational system modeled after the human brain, designed to recognize patterns and learn from data.

14
New cards

Reinforcement learning

A type of machine learning where agents learn to make decisions by receiving rewards or penalties.

15
New cards

Large Language Models (LLMs)

Mathematical functions designed to predict the next word in a sequence of text.

16
New cards

Deep reinforcement learning

A combination of deep learning and reinforcement learning techniques to solve complex tasks.