login

Introduction

Puzzle
准确率:78.43%
拼图题
ID:11
点击一个图片,然后点击另一个图片进行交换
[0/1]

Goals

The core goal of language models is to enable machines to learn human language. Essentially, this involves calculating the probability of sentences/words appearing, judging whether sentences are natural, and predicting the most appropriate word based on the preceding context.

Based on Rules

N-gram

https://www.cs.cornell.edu/courses/cs4782/2026sp/demos/n-gram/

NNLM

LLM

https://bbycroft.net/llm

Word Embedding & Vector

https://projector.tensorflow.org/

RNN

Transformer

https://poloclub.github.io/transformer-explainer/

GPT

login