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
Artificial Neural Networks for Java This package provides Object oriented Neural Networks for making Explainable Networks. Object Oriented Network structure is helpful for observing each and every element the model. This package is developed for XAI research and development.
This repository provides a set of lightweight Java utility packages designed to simplify common programming tasks. Instead of repeatedly writing boilerplate code, these utilities allow developers to work more efficiently and keep their projects clean and readable. The focus is on providing beginner-friendly components that can be easily integrated.
🔢 A Custom Polynomial Library for Univariate Polynomials in Java, that performs basic Operations such as Addition, Subtraction, Multiplication, Division, Evaluation and Differentiation. More features will be added as time progresses.