Algoverse Research AI Lecture 1

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

25 Terms

1
New cards

Artificial Intelligence (AI)

The field concerned with creating machines capable of intelligent behavior, including learning from experience.

2
New cards

Machine Learning (ML)

A subset of AI where algorithms learn from and make predictions based on data.

3
New cards

Language Model (LM)

A type of machine learning model designed to understand and generate human language.

4
New cards

Generative Models

Models that learn the underlying distribution of data and can generate new data points.

5
New cards

Autoregressive Models

A specific type of generative model that predicts the next item in a sequence based on previous items.

6
New cards

Weights

Numerical parameters in a model that are adjusted during training to improve predictions.

7
New cards

Training

The process of optimizing a model's weights using labeled data.

8
New cards

Inference

Using a trained model to make predictions on new data.

9
New cards

Overfitting

When a model learns the training data too well, including noise, leading to poor generalization.

10
New cards

Underfitting

When a model fails to capture the underlying patterns in the data, resulting in poor performance.

11
New cards

Neural Networks (NNs)

A class of models inspired by the human brain, consisting of layers of interconnected nodes.

12
New cards

Transformers

A type of neural network architecture particularly effective for language tasks.

13
New cards

Classification

A task where the output variable is categorical (e.g., spam vs. not spam).

14
New cards

Regression

A task where the output variable is continuous (e.g., predicting house prices).

15
New cards

Literature Review

The process of reviewing existing research to identify gaps and formulate new research questions.

16
New cards

Benchmark

A standard dataset and metric used to evaluate model performance.

17
New cards

Baseline

An existing method used as a comparison point for new methods.

18
New cards

Ablations

Experiments that systematically remove parts of a model or method to evaluate their contribution.

19
New cards

Prompting

Providing a specific input (or prefix) to guide a language model's output.

20
New cards

Abstract

A concise summary of a research paper's content and findings.

21
New cards

Introduction

The section of a paper that motivates the research problem and outlines the approach.

22
New cards

Methods

Describes the techniques or algorithms used in the research.

23
New cards

Experimental Setup

Explains the datasets, benchmarks, and evaluation metrics used.

24
New cards

Results

Summarizes the findings and outcomes of experiments.

25
New cards

Discussion

A section that reflects on the findings, limitations, and potential future work.