#730 · Primary category: Education & Research

TensorFlow-Tutorials

autoencoder chatbot cnn deep-learning dqn gan inception mnist neural-network rnn seq2seq tensorflow tutorial word2vec

텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다

Project last updated:01/04/23

GitHub Stars

2.1K

Forks

973

Contributors

6

License

Other

Why we included this project

Each folder in this repo is a small, self-contained example you can run and modify, which is closer to how most people actually learn TensorFlow than reading a textbook. The topics climb from linear regression and MNIST to CNN, autoencoder, GAN, RNN, seq2seq, Inception, and DQN, with scripts kept deliberately short and readable. Since every comment is in Korean, it is most obviously useful to Korean speakers starting out, though the code itself is plain Python anyone can follow. The author keeps theory light and implementation simple on purpose, so the collection reads like a survey of the major model families before you commit to learning any one deeply. One caveat: it is built for TensorFlow 1.x, so treat it as a way to grasp fundamentals, not as a codebase to drop into a current project.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category