Hey everyone 👋! As the title says, I’ve recently started a small open-source Java library that allows you to work with N-Dimensional arrays in a similar manner to Numpy from Python. It’s in early days, but my plan is to keep adding features to it while I use it in another library that I am working on, a Java library for Machine Learning and Deep Learning.
You can check it out here https://github.com/bdmarius/jnum-arrays and I am happy to hear any kind of feedback 💛
hey, that’s pretty cool - a numpy-like library for java.
working with n-dimensional arrays in java like python’s numpy is useful for sure, especially for folks in machine learning and deep learning.
it’s smart to build it alongside another project, real-world testing as you go.
gonna check out jnum-arrays on github. keep us posted on how it evolves, and any specific feedback you’re looking for?