You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic neural network classification and regression models, supporting SIGMOID and RELU activations. The demo model in Main.java shows a regression model doing basic addition. This is a template for possible applications later on.