From f032894253ef668e0b4a44ad8a4dcb7cdbf25a55 Mon Sep 17 00:00:00 2001 From: KIMJIWON08 Date: Tue, 25 Feb 2020 00:50:19 +0100 Subject: [PATCH] added photos --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7ecf85f..f2495c6 100644 --- a/README.md +++ b/README.md @@ -8,26 +8,37 @@ slide from [Rachal's TEDx](https://www.youtube.com/watch?v=LqjP7O9SxOM). * [Project Overview](#project-overview) + +* [Data](#data) + * [MNIST](#mnist) * [Algorithms](#algorithms) * [Architecture](#architecture) -* [Data](#data) - * [MNIST](#mnist) * [Library](#library) * [Pytorch](#pytorch) * [Tensorflow](#tensorflow) ## Project Overview +## Data + +### MNIST + + - Using MNIST dataset, which is bacis to machine learning, you can learn the core concepts of NLP and Computer vision. -- Generated arithmetic equations which has random length, and +- Generated arithmetic equations which has random length, [code](https://github.com/you-just-want-attention/image-captioning/blob/master/utils/dataset.py) + * SerializationDataset: Arrange the data + * CalculationDataset: Automatically make operations + * ClassificationDataset: Making data lable, which is result of arithmetic -### Architecture -## Algorithms +![](/assets/equation1.png) +![](/assets/equation2.png) +![](/assets/equation3.png) +![](/assets/equation4.png) -## Data +## Algorithms -### MNIST +### Architecture ## Library