Adding more functionality to Model class | Let's learn - Neural networks from scratch in Go - 44

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024
  • So I continue to implement Model class (well, struct in Go) that is configurable and handles whole training and prediction process. Today's progress is about invention of LayerInput, making Forward method for model and partial implementation of train flow
    We study the book 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.
    🖥️ You can support my channel, subscribe for more content or write directly to me: ko-fi.com/roman_v
    📹 Main channel: / @_romanv_
    ✉️ Contact: roman.volkov.code@gmail.com
    💻 Code: github.com/Rom...
    👀 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

Комментарии • 1

  • @_Roman_V_Code
    @_Roman_V_Code  3 месяца назад

    🖥 You can support my channel, subscribe for more content or write directly to me: ko-fi.com/roman_v
    📹 Main channel: www.youtube.com/@_RomanV_