CLR
CLR copied to clipboard
CLR callback for R's keras
trafficstars
After using CLR for a bit in models written in Python, I must say CLR makes a huge difference in my work.
Now that R is well served by the keras package, I wonder if you could also write a CLR callback for the R Keras (see its API here)? That would help wonders people who for one reason or another have some models already prepared in R.
Thanks!
I implemented such a callback in https://github.com/lorenzwalthert/KerasMisc and there is an issue for linking the R implementation in the README (#10).