Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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로 시각화하는 프로젝트
- Host: GitHub
- URL: https://github.com/evan-moon/simple-ann
- Owner: evan-moon
- Created: 2018-08-16T14:38:21.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T17:06:57.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:42:19.433Z (7 months ago)
- Topics: ann, react, typescript
- Language: TypeScript
- Homepage: https://evan-moon.github.io/simple-ann/
- Size: 6.76 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```