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

https://github.com/sudo-arash/sinmatlabneuralnetwork

A neural network designed to do the same as the sin function
https://github.com/sudo-arash/sinmatlabneuralnetwork

matlab neural-network

Last synced: 11 months ago
JSON representation

A neural network designed to do the same as the sin function

Awesome Lists containing this project

README

          

# Sin Function
Hey there! I have managed to make a neural network in which allows you to calculate the sin with a very very low error.

Images containing training stats:
![](https://raw.githubusercontent.com/sudo-arash/SinMatLabNeuralNetwork/refs/heads/main/stats/errors.png)
![](https://raw.githubusercontent.com/sudo-arash/SinMatLabNeuralNetwork/refs/heads/main/stats/gradient.png)
![](https://raw.githubusercontent.com/sudo-arash/SinMatLabNeuralNetwork/refs/heads/main/stats/mu.png)
![](https://raw.githubusercontent.com/sudo-arash/SinMatLabNeuralNetwork/refs/heads/main/stats/output_targets.png)
![](https://raw.githubusercontent.com/sudo-arash/SinMatLabNeuralNetwork/refs/heads/main/stats/performance.png)
![](https://raw.githubusercontent.com/sudo-arash/SinMatLabNeuralNetwork/refs/heads/main/stats/validation.png)

**This only works for angles lowers than pi*10.**