Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedebenelli/adjust-sigmoid-parameters
With this WIP progam I can adjust parameters using the gradient descent method. I'll translate the comments soon, and any comment about the app is welcome!
https://github.com/fedebenelli/adjust-sigmoid-parameters
Last synced: about 2 months ago
JSON representation
With this WIP progam I can adjust parameters using the gradient descent method. I'll translate the comments soon, and any comment about the app is welcome!
- Host: GitHub
- URL: https://github.com/fedebenelli/adjust-sigmoid-parameters
- Owner: fedebenelli
- Created: 2017-02-18T23:36:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T23:25:02.000Z (over 4 years ago)
- Last Synced: 2024-10-29T08:05:05.228Z (2 months ago)
- Language: C#
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adjust-Sigmoid-Parameters
Script realizado en C#, el cual recibe mediciones experimentales cargadas ya sea durante la operación o al finalizarla.
Posteriormente ajusta los valores experimentales a una curva sigmoidea mediante el método del gradiente decresciente, utilizando como función objetivo el mínimo error cuadrado y
calcula la intersección entre las rectas correspondientes a:- El punto de inflexión de la curva.
- El valor promedio de las 3 primeras mediciones.Posteriormente a eso calcula el valor equivalente a Amilosa presente en almidón.
Este código fue utilizado en [este trabajo](https://revistas.unc.edu.ar/index.php/FCEFyN/article/view/16779/23397)
![ajuste](/imagenes/ajuste.png)
![convergencia](/imagenes/convergencia.png)