h4nek / flink-rc

A reservoir computing library for Apache Flink framework
Apache License 2.0
0 stars 0 forks source link

Gradient Descent - Optimize step size #12

Open h4nek opened 4 years ago

h4nek commented 4 years ago

Using line search, we can have an optimal step size for each iteration.

Might be too expensive in practice.