Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evan-moon/simple-ann

간단한 인공 신경망을 D3로 시각화하는 프로젝트
https://github.com/evan-moon/simple-ann

ann react typescript

Last synced: about 1 month ago
JSON representation

간단한 인공 신경망을 D3로 시각화하는 프로젝트

Awesome Lists containing this project

README

        

# Simple Ann
> A simple artificial neural network program with visualization.

![img](./thumb.png)

[Live Demo](https://evan-moon.github.io/simple-ann/)

## Installation
```shell
git clone https://github.com/evan-moon/simple-ann.git
cd simple-ann
npm install
```

## Development
```shell
npm run dev
```

## Build
```shell
npm run build
```