Saving model into json file | Let's learn - Neural networks from scratch in Go - 67

Опубликовано: 19 Февраль 2026
на канале: Roman V.
62
2

🖥️ You can support my channel: https://ko-fi.com/roman_v
📹 Main channel:    / @_romanv_  
💬 Discord:   / discord  
✉️ Contact: [email protected]
💻 Code: https://github.com/RomanVolkov/nnfs_go

So I started to build implementation to store model into JSON. JSON for education purposes, then it can be replaced with binary storage.

We study the book http://nnfs.io and implementing all the code with Golang instead of Python. The aim is to learn how neural networks are made inside and how it looks like to build is fully from the scratch without using frameworks like pytorch or tensorflow. We’ll have to find alternative in Go or reimplement some operations fully from the ground.


👀 Disclaimer:
Views and opinions are my own and do not represent or reflect the opinions of my current or past employer(s).


#learncoding #softwareengineering #neuralnetwork #machinelearning #ai #golang