> For the complete documentation index, see [llms.txt](https://ml.jaehong21.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ml.jaehong21.com/master.md).

# Page Overview

This gitbook page is written by jaehong21(https\://github.com/jaehong21)

## 1. AI\_Tutorial

1. [**Linear Regression**](https://jaehong21.gitbook.io/ai-jaehong/linear-regression/explanation-and-example)\
   **>** Boston House Price Dataset
2. [**CNN**](https://jaehong21.gitbook.io/ai-jaehong/cnn/basic-information)\
   **>** MNIST Classification
3. [**AutoEncoder**](https://jaehong21.gitbook.io/ai-jaehong/autoencoder-1/basic-information)\
   **>** fashion MNIST
4. [**RNN**](https://jaehong21.gitbook.io/ai-jaehong/rnn/basic-information)\
   **>** Sentimental Classification
5. [**Sequence-to-Sequence**](https://jaehong21.gitbook.io/ai-jaehong/sequence-to-sequence/seq2seq)\
   **>** Eng-Fra Translator\
   **>** Attention Decoder
6. [**GAN**](https://jaehong21.gitbook.io/ai-jaehong/gan/basic-information)

## 2. AI\_Papers (Next Things To Do)

{% hint style="info" %}
["How to Select and Read AI Papers" guideline](https://github.com/HYU-AILAB/ai-seminar/wiki/%EB%85%BC%EB%AC%B8-%EC%84%A0%EC%A0%95-%EB%B0%8F-%EC%9D%BD%EB%8A%94-%EB%B0%A9%EB%B2%95)

[NLP: https://github.com/andrewt3000/DL4NLP](https://github.com/andrewt3000/DL4NLP)\
[Computer Vision: https://github.com/kjw0612/awesome-deep-vision](https://github.com/kjw0612/awesome-deep-vision)
{% endhint %}

### NLP(Natural Language Processing)

* [ ] **ELMo**
* [ ] **Attention is all you need(Transformer)**
* [ ] **GPT - 1**
* [ ] **BERT**
* [ ] **GPT - 2**
* [ ] **Transformer - XL**
* [ ] **RoBERTa**
* [ ] **ALBERT**
* [ ] **ELECTRA**
