AI Portfolio
  • Page Overview
  • Linear Regression
    • Basic Information
    • Simple Example using Python
    • Boston house price Dataset
  • CNN
    • Basic Information
    • Neural Network Implementation
    • Creating CNN Layer
    • CNN MNIST Classification
  • Autoencoder
    • Basic Information
    • AutoEncoder fashion MNIST
  • RNN
    • Basic Information
    • Creating Simple RNN
    • Sentimental Classification
  • Sequence-to-Sequence
    • Basic Information
    • Eng-Fra Translator
    • Attention Decoder
    • Kor-Eng Translator
  • GAN
    • Basic Information
    • MNIST Generation
Powered by GitBook
On this page

Was this helpful?

  1. Sequence-to-Sequence

Kor-Eng Translator

앞서 만든 seq2seq를 이용하여, 이번에는 한영 번역기를 만들어보고자 한다.

PreviousAttention DecoderNextBasic Information

Last updated 3 years ago

Was this helpful?