Hacker News new | ask | show | jobs
by curiousmldev 673 days ago
Looks amazing, but why did you use go instead of python? Most of ml stuff use python, some use C. Go is suitable for web apps, it’s an interesting choice.
1 comments

Hey, thanks! It's a common question that comes from the ML community. The reason is, the main aim of this project is to implement inference from scratch and without using any library. So, Python has lots of abilities to make it easier, and I need some restriction, like using another language/platform, like Go.