I just made my first public API in Java. Any thoughts?

Yeah, I made an API. It is a simple machine learning API that lets you train, use, save, and load basic models. I just made it, so it could be very broken. I am also just a beginner, so you can expect some bugs and ugly code. Anyways, I call it Lyra. It allows you to set up custom architectures, with support for deep networks, and work with raw input data in the form of an array of doubles (as in the datatype) with a value between 0-1. Maybe I will add support for preset networks with support for numbers soon. I don't know. Feedback would definitely be appreciated. Also, don't be surprised if it does not work altogether. GitHub

Apr 13, 2025 - 10:26
 0
I just made my first public API in Java. Any thoughts?

Yeah, I made an API. It is a simple machine learning API that lets you train, use, save, and load basic models. I just made it, so it could be very broken. I am also just a beginner, so you can expect some bugs and ugly code. Anyways, I call it Lyra. It allows you to set up custom architectures, with support for deep networks, and work with raw input data in the form of an array of doubles (as in the datatype) with a value between 0-1. Maybe I will add support for preset networks with support for numbers soon. I don't know. Feedback would definitely be appreciated. Also, don't be surprised if it does not work altogether.

GitHub