Originally built for my online exams.
- Implement table using Perceptron
- Classify 2D input-pattern using Perceptron
- Full CPN
- Forward CPN
- Construct ART 1 network for clustering input vectors
Contribute to add more.
Contributions are always welcome! Check out open-issues.
Installation:
yarn install
# or
npm install
Run the development server:
yarn dev
# or
npm run dev