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

https://github.com/tnmyk/soft-computing-solver

Soft Computing step-by-step solver
https://github.com/tnmyk/soft-computing-solver

soft-computing styled-components typescript

Last synced: about 1 month ago
JSON representation

Soft Computing step-by-step solver

Awesome Lists containing this project

README

          

# Soft Computing Step-by-step solver

Originally built for my online exams.

## Algorithms

- 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.

## Example Solutions
#### 1. Implement Table Using Perceptron
![perceptron table](https://user-images.githubusercontent.com/73903781/205184181-207b314e-7550-4811-bf00-c38afe77931d.png)

#### 2. Classify 2D input-pattern using Perceptron
![classify perceptron](https://user-images.githubusercontent.com/73903781/205184317-2957c71c-d490-45a9-9258-0f9ab57218df.png)

#### 3. Full CPN solve
![full cpn](https://user-images.githubusercontent.com/73903781/205184353-89bd39a2-f61f-45b2-bcd4-fbe34d4a3c50.png)

#### 4. Forward CPN Solver
![forward cpn](https://user-images.githubusercontent.com/73903781/205184416-6566ed53-faf6-45a4-adea-83135f642fa0.png)

#### 5. Construct art 1 network for clustering input vectors
![art 1](https://user-images.githubusercontent.com/73903781/205184446-45bf0275-d0d6-485f-bcfc-e86f617e0a9e.png)

## Contributing

Contributions are always welcome!
Check out [open-issues](https://github.com/tnmyk/soft-computing-solver/issues).

Installation:
```
yarn install
# or
npm install
```
Run the development server:
```
yarn dev
# or
npm run dev
```