this post was submitted on 25 Aug 2025
67 points (98.6% liked)

Open Source

40998 readers
150 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

I would classify this as a matlab alternative. Plot stuff. Do Matrix calculations with direct (syntax) support in the programming language.

you are viewing a single comment's thread
view the rest of the comments
[–] sobchak@programming.dev 10 points 1 month ago* (last edited 1 month ago)

Used it for a ML MOOC a long time ago. Switched to Python/Numpy for better general programming features. Numpy has pretty good syntax for matrix computation, IMO.