Рет қаралды 369
🖥️ You can support my channel: ko-fi.com/roman_v
📹 Main channel: / @_romanv_
💬 Discord: / discord
✉️ Contact: roman.volkov.code@gmail.com
💻 Code: github.com/Rom...
Today I finally got back to recordings after being sick and I started to implement the layer. I faced an issue of how to properly structure the output to connect it with previous layers. Or maybe I should not?
Here I continue to dive into neural networks area, now with implementation of Convolutional Neural Networks. I use the foundation from Neural networks from scratch series to build new Layers and other things for CNN. Again, all the code will be written in Golang instead of Python, but we will use Python code as references
The goal 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