Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added photos #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down