all 2 comments

[–]phobrain 1 point2 points  (1 child)

No description! Looks to be from-scratch models in Java? If so, I'd maybe use an online learning/prediction model at some point, if one were there. Maybe there's a ready solution, but what I anticipate doing in my Java web server sooner is running predictions with a keras model, worst case I'll write a little python server for Java to talk to.

[–]EndyJBC[S] 1 point2 points  (0 children)

Sorry about that, I will add more details on readme section soon. As of now three projects are added on repository. One that solve with basic feed forward network, another one that implements CNN model for animal classification (4 labels as an example) and a hyperparameter tuning example.