Roman V. Code
Roman V. Code
  • 79
  • 16 042
Exercising with io.Reader | Let's learn - Go language - 5
🖥️ You can support my channel: ko-fi.com/roman_v
📹 Main channel: www.youtube.com/@_RomanV_
💬 Discord: discord.gg/QeVvfvFfb6
✉️ Contact: roman.volkov.code@gmail.com
So I spent some time today solving an exercise to transform one io.Reader stream intom another one
We study here go.dev website starting from Tour of Go to strength the knowledge about Go language before I can go building further things on this channel. I want to motivate people to learn new things daily by showcasing how I do that regularly.
👀 Disclaimer:
Views and opinions are my own and do not represent or reflect the opinions of my current or past employer(s).
#learncoding #softwareengineering #golang
zhlédnutí: 8

Video

Interesting interfaces in Golang | Let's learn - Go language - 4
zhlédnutí 34Před 7 hodinami
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com Let's take a look today how Go's interfaces are different from all other languages I used before We study here go.dev website starting from Tour of Go to strength the knowledge about Go language before I can go building further thing...
Maps, Closures and Methods | Let's learn - Go language - 3
zhlédnutí 43Před 9 hodinami
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com Let's continue studying Golang. Today finished with Basics chapter and going next into Methods and interfaces We study here go.dev website starting from Tour of Go to strength the knowledge about Go language before I can go building ...
Going through Pointers, Structs and Slices | Let's learn - Go language - 2
zhlédnutí 42Před 12 hodinami
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com During this video I go through Go pointers, Go structs and Go slices. We study here go.dev website starting from Tour of Go to strength the knowledge about Go language before I can go building further things on this channel. I want t...
Starting new series | Let's learn - Go language - 1
zhlédnutí 152Před 14 hodinami
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com So today I explained why I decided to go with this series before other planned and I went though several chapters og Tour of Go We study here go.dev website starting from Tour of Go to strength the knowledge about Go language before ...
The End and What's next | Let's learn - Neural networks from scratch in Go - 73
zhlédnutí 87Před dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go This is the end of Neural networks from scratch in Go series. I'm sharing briefly what's next for this channel and how I'm going to use the code from this series We study the book nnfs.io and im...
Running web server to run model inference | Let's learn - Neural networks from scratch in Go - 72
zhlédnutí 52Před dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go So the last piece if done - we have a very very simple web server that can use our model and predict type of clothes based on Fashion MNIST dataset. We study the book nnfs.io and implementing al...
Finally getting real predictions from model | Let's learn - Neural networks from scratch in Go - 71
zhlédnutí 716Před dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go Series is going to the end as here we finally used predict method (or inference) to actually use the model on unseen data to get a class prediction. We study the book nnfs.io and implementing al...
Running inference for trained model | Let's learn - Neural networks from scratch in Go - 70
zhlédnutí 100Před 14 dny
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go So finally, after 70 videos I was able to use model that I trained with all the custom code from this series and use inference to get a prediction from model We study the book nnfs.io and implem...
Saved and Loaded layer's data of Model | Let's learn - Neural networks from scratch in Go - 69
zhlédnutí 42Před 14 dny
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go I'm almost done with marshaling of model's data into json and back. Here I finished with all layers needed for FashionMNIST dataset. Meanwhile I will finish with other parts of the model and we ...
Go go go marshaling in Go + Go testing | Let's learn - Neural networks from scratch in Go - 68
zhlédnutí 43Před 21 dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go In between videos I made some progress with marshaling, I added testing framework into project (using To testing) and finally doing some progress with it. We study the book nnfs.io and implement...
Saving model into json file | Let's learn - Neural networks from scratch in Go - 67
zhlédnutí 38Před 21 dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: 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 nnfs.io and implementing all the code w...
Planning how to dump model | Let's learn - Neural networks from scratch in Go - 66
zhlédnutí 36Před 21 dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go I played with Go encoding and reflect packages to understand how I get dump the model and now I have a plan how to do that. We study the book nnfs.io and implementing all the code with Golang in...
Learning Go' marshalling | Let's learn - Neural networks from scratch in Go - 65
zhlédnutí 142Před 21 dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go So today I've been researching how I can write saving/loading for neural network model into the file, considering I used Gonum' Dense struct that has to json attributes. We study the book nnfs.i...
Researching Go' serialisation options | Let's learn - Neural networks from scratch in Go - 64
zhlédnutí 56Před 21 dnem
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/nnfs_go Today I started to investigate what options do I have to save/load model into a json or binary file. We study the book nnfs.io and implementing all the code with Golang instead of Python. The ai...
Evaluating model after training process | Let's learn - Neural networks from scratch in Go - 63
zhlédnutí 26Před 28 dny
Evaluating model after training process | Let's learn - Neural networks from scratch in Go - 63
Now I can train model in batches | Let's learn - Neural networks from scratch in Go - 62
zhlédnutí 68Před 28 dny
Now I can train model in batches | Let's learn - Neural networks from scratch in Go - 62
Training in batches implementation | Let's learn - Neural networks from scratch in Go - 61
zhlédnutí 49Před měsícem
Training in batches implementation | Let's learn - Neural networks from scratch in Go - 61
Building training in epochs | Let's learn - Neural networks from scratch in Go - 60
zhlédnutí 68Před měsícem
Building training in epochs | Let's learn - Neural networks from scratch in Go - 60
Preparing dataset before model training | Let's learn - Neural networks from scratch in Go - 59
zhlédnutí 44Před měsícem
Preparing dataset before model training | Let's learn - Neural networks from scratch in Go - 59
Load Fashion MNIST dataset | Let's learn - Neural networks from scratch in Go - 58
zhlédnutí 90Před měsícem
Load Fashion MNIST dataset | Let's learn - Neural networks from scratch in Go - 58
Decoding images with Go | Let's learn - Neural networks from scratch in Go - 57
zhlédnutí 137Před měsícem
Decoding images with Go | Let's learn - Neural networks from scratch in Go - 57
Failed to unzip dataset file somehow | Let's learn - Neural networks from scratch in Go - 56
zhlédnutí 52Před měsícem
Failed to unzip dataset file somehow | Let's learn - Neural networks from scratch in Go - 56
Writing dataset downloader with Go | Let's learn - Neural networks from scratch in Go - 55
zhlédnutí 150Před měsícem
Writing dataset downloader with Go | Let's learn - Neural networks from scratch in Go - 55
Model is done | Let's learn - Neural networks from scratch in Go - 54
zhlédnutí 175Před měsícem
Model is done | Let's learn - Neural networks from scratch in Go - 54
Finally injected categorial optimization | Let's learn - Neural networks from scratch in Go - 53
zhlédnutí 84Před měsícem
Finally injected categorial optimization | Let's learn - Neural networks from scratch in Go - 53
Fix Mean Square/Absolute error Losses | Let's learn - Neural networks from scratch in Go - 52
zhlédnutí 106Před měsícem
Fix Mean Square/Absolute error Losses | Let's learn - Neural networks from scratch in Go - 52
Messing with editor and codeoptimizations | Let's learn - Neural networks from scratch in Go - 51
zhlédnutí 138Před měsícem
Messing with editor and codeoptimizations | Let's learn - Neural networks from scratch in Go - 51
Surprisingly it works correct - again | Let's learn - Neural networks from scratch in Go - 50
zhlédnutí 197Před měsícem
Surprisingly it works correct - again | Let's learn - Neural networks from scratch in Go - 50
I launched Discord server | Let's learn - Neural networks from scratch in Go - 49
zhlédnutí 87Před měsícem
I launched Discord server | Let's learn - Neural networks from scratch in Go - 49

Komentáře

  • @_Roman_V_Code
    @_Roman_V_Code Před 2 hodinami

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 3 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 4 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @thenightwolf224
    @thenightwolf224 Před 4 dny

    Let's go ❤

  • @_Roman_V_Code
    @_Roman_V_Code Před 5 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @xuchengtong2013
    @xuchengtong2013 Před 5 dny

    Hi Roman! I really enjoy your series on Neural networks from scratch in Go, but this vedio's voice is a little small, could you make it bigger in next vedio?

    • @_Roman_V_Code
      @_Roman_V_Code Před 5 dny

      Hey! thanks! You mean the volume is not high enough?

  • @brownlearner2164
    @brownlearner2164 Před 5 dny

    A web development series would be great!

    • @_Roman_V_Code
      @_Roman_V_Code Před 5 dny

      That might be an options too at some point :)

  • @Satya-fx7kp
    @Satya-fx7kp Před 6 dny

    Hey Roman, I am new to programming. Basically I only know how to solve problems(leet code) in python(not advanced problems like DP and Graphs). I have never actually built anything. I actually work as a DevOps Engineer, about 3.5 years of experience( most of my daily work is in terraform, ansible & kubernetes). I started learning RUST about a week ago and I am going through the Rust Book and planning to make a CLI tool soon, about 2-3 weeks down the line and then create a basic package manager after about 4-5 months of learning. Would you recommend me to learn Golang instead of Rust? I was basically swayed by another friend who's a software engineer and he said me to learn Golang instead of RUST, because Golang has more jobs? I am not sure. And I found your channel 3-4 days ago and saw your playlist. I immediately subbed.

    • @_Roman_V_Code
      @_Roman_V_Code Před 5 dny

      Hey and greetings to the channel! Glad to hear you decided to subscribe, I really appreciate that and hope the content I will do will benefit you. Regarding Go vs Rust. Big disclaimer so you can treat my advice here with some weight: I am not using Golang in production (yet) and I don't know Rust. I used to be a backend engineer, but it was many years ago. So I can give an estimate based on what I read and what I observe around me regarding this specific question. "because Golang has more jobs" - I think this is valid as Golang is used more often for "classic" backend stuff (like web services, infrastructure, etc) and Rust is a more wild animal and it is used in different area. So probably in quantity Golang really has more jobs. TBH, I am not sure how much intersection Go and Rust has in terms of problems to solve. Another point from what I observe is it might be easier to start with Golang comparing to Rust. Again, I'm comparing just languages, not ecosystem of libraries around and use-cases. Golang is much more straightforward language, it has not that step learning curve comparing to Rust. So Rust probably will give you more possibilities as languages, but you will spend more time learning it. But you need to think from the areas you want to work within and what type of problems you want to solve as more or less languages has some sort of niches. It might be easier for you to go into more standard backend development first considering you DevOps experience and really go with Go

    • @Satya-fx7kp
      @Satya-fx7kp Před 5 dny

      @@_Roman_V_Code Yeah I was looking to transition into a Software Engineering(backend) position. That's why I thought starting with a systems level programming language, most people learn Java but I kind of dislike java for it's boilerplate. I tried learning it while I was solving problems in leetcode but it's syntax never made any sense to me so ended up learning python instead for it's simplicity. I have plans to learn node.js later on, but a systems level programming language will introduce me to concepts like memory management, pointers, concurrency and async functions among other things, so I ended up choosing Rust. But most applications which need concurrency are written in Golang like Terraform, Kubernetes & Docker(because its simpler), so I have been leaning towards learning Golang instead of Rust. Btw I think I have made up my mind I will learn Golang now and follow your videos. I will push back Rust for later on when I have a Software Engineering Job, as right now Transitioning my position is more important. Anyways Thank you for your response. I look forward to your videos.

    • @_Roman_V_Code
      @_Roman_V_Code Před 5 dny

      Thanks! I think if you just started I would not advise to go with Java. Sure there are places where it's still needed, but I think there are more better alternatives for the future. Even if you want to stay in JVM world - Kotlin is better. I hope that my series about Golang will help you too, I'm learning it as well

  • @_Roman_V_Code
    @_Roman_V_Code Před 6 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @thenightwolf224
    @thenightwolf224 Před 6 dny

    Let's go ❤

    • @_Roman_V_Code
      @_Roman_V_Code Před 6 dny

      wow, first comment in just 1 minute! That is something new :) thanks!

  • @theredditbandit
    @theredditbandit Před 6 dny

    Thank you so much for making this series. I was planning on doing this myself anyway but having this series to code along with makes my approach it so much easier and structured. Finally youtube is recommending the good stuff to me ha!

    • @_Roman_V_Code
      @_Roman_V_Code Před 6 dny

      wow wow wow, thank you very much! I really glad it helps you, means that posting this series on YT was a correct decision :) btw, I will post soon a video about this series on this channel youtube.com/@_romanv_ you're welcome there too and I would be glad to see you at discord server, seems like right now we have people coming from this series with similar interests again, thanks very much, really appreciate the words

  • @_Roman_V_Code
    @_Roman_V_Code Před 10 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 11 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 12 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @kirakira160
    @kirakira160 Před 13 dny

    Keep going sir 🎉

    • @_Roman_V_Code
      @_Roman_V_Code Před 13 dny

      Thanks! I will, but this series is coming to an end :) just few pieces left and I will start something new btw, you can check my another channel youtube.com/@_romanv_

  • @_Roman_V_Code
    @_Roman_V_Code Před 19 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 20 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 21 dnem

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 23 dny

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 25 dny

    🖥 Support my channel, subscribe for more content or DM me: ko-fi.com/roman_v 🎥 Don't forget to check other videos bit.ly/RomanV 📹 Coding channel: bit.ly/RomanV_Code 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 26 dny

    🖥 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_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 27 dny

    🖥 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_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před 28 dny

    🖥 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_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 Support my channel, subscribe for more content or DM me: ko-fi.com/roman_v 🎥 Don't forget to check other videos bit.ly/RomanV 📹 Coding channel: bit.ly/RomanV_Code 💬 Discord: discord.gg/QeVvfvFfb6

  • @gamerfighter9024
    @gamerfighter9024 Před měsícem

    Interesting video man, thx i learned way more here than in college

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      thank you very much! such comments give me strength to continue recordings :) If you interested in more content - please check my main YT channel: www.youtube.com/@_RomanV_ And you can join Discord server, currently the party there is small and cozy :D discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 Support my channel, subscribe for more content or DM me: ko-fi.com/roman_v 🎥 Don't forget to check other videos bit.ly/RomanV 📹 Coding channel: bit.ly/RomanV_Code 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 Support my channel, subscribe for more content or DM me: ko-fi.com/roman_v 🎥 Don't forget to check other videos bit.ly/RomanV 📹 Coding channel: bit.ly/RomanV_Code 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 Support my channel, subscribe for more content or DM me: ko-fi.com/roman_v 🎥 Don't forget to check other videos bit.ly/RomanV 📹 Coding channel: bit.ly/RomanV_Code 💬 Discord: discord.gg/QeVvfvFfb6

  • @makervishal1
    @makervishal1 Před měsícem

    hey, please make a 3-4 hour video about building nueral net with go and I am sure it will blow up. With so many videos its very hard to follow

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      Hey! yes, I will do some follow up videos after I'm done with the book and I think I'm very close to the end of it, basically what is left is to use the code with real dataset. The main ideas of this series is actually to show that with consistency you can learn anything, even something like building a neural network from the ground (and the programming language actually does not matter really). You can see that I record 6 videos per week about ~40m on average (with exceptions of 2 weeks).

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @loabrasumente2283
    @loabrasumente2283 Před měsícem

    seems like discord link has expired

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      thanks! I forgot to disable expiration for that link, created new one discord.gg/QeVvfvFfb6 Feel free to join :)

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @divyv20
    @divyv20 Před měsícem

    Hey Roman ! I loved this video . I work with entrepreneurs like you who have under 1k subscribers to help them to grow to 50k subscribers in under 12 months with proper systems . I actually helped Chirag to achieve 92k subscribers in under 11 months . Could I do a free audit to see if I can help you do the same ? I just think it's really important that more people see your content and want to help you on that mission .

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      Hey! Thanks for the offering :) Currently I just posting video on regular basis and not searching for rapid grow

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @NATAR160
    @NATAR160 Před měsícem

    Very difficult to see ur code. My recommendation: increase the font size of ur text editor. U picked an interesting n rarely treated topic n yet i cant get to enjoy it n give u a thimbs up for such a great job. May it not come to u as bashing ur effort but as a constructive criticism. Seems like everyone needs some constructive criticism to challenge us to do better. Thanks for ur effort.

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      Hey! all good, that's a good feedback. I usually increasinf font size before recording in my terminal, but it's configured in a way that once I close and open it again: it saves my whole terminal session via tmux, but font size gets back to default. As the one for video recording is too big for normal usage :) But I will keep an eye on this and will find a way to always have bigger font for recording👌🏻

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      btw, if you curious - I have another youtube channel about tech and stuff www.youtube.com/@_RomanV_ Maybe you will find it useful too

    • @NATAR160
      @NATAR160 Před měsícem

      @@_Roman_V_Code Thanks so much.

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @CODEACCELO
    @CODEACCELO Před měsícem

    awesome stuff

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      thanks! don't forget to check main channel www.youtube.com/@_RomanV_ and discord.gg/ArhVwxnX :)

  • @_Roman_V_Code
    @_Roman_V_Code Před měsícem

    🖥 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_ 💬 Discord: discord.gg/ArhVwxnX

  • @BananaBreakdown
    @BananaBreakdown Před měsícem

    Keep at it :) Earned another one, your channel deserves way WAY more subs!

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      Hey, thanks! Much appreciate it :) If you want you can check my first channel too www.youtube.com/@_RomanV_

  • @Unaimend
    @Unaimend Před měsícem

    Ahh damn, I deviated from the code structure in the book and now I am screwed because the activation is just an instance method of my layer class ..... thus its not possible for them to have specific backwards methods 😢 seems like I have to refactor quite a bit

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      Yeah. But keep in mind that in chapter 18 you will refactor it once more:) I currently at this chapter for probably 4-5 videos already It’s where you will create Model class

    • @Unaimend
      @Unaimend Před měsícem

      @@_Roman_V_Code Thanks for the warning :)

  • @Unaimend
    @Unaimend Před měsícem

    Did not really like how the book explains this stuff. At least the math part until 22:00 was not that well explained I think

    • @_Roman_V_Code
      @_Roman_V_Code Před měsícem

      Yeah, as you could see in the video I had troubles with this chapter too. I think several examples gave more confusion than explanation, but I think once you pass this chapter and read next ones - information from that chapter starts to make more sense

    • @Unaimend
      @Unaimend Před měsícem

      @@_Roman_V_Code I really liked this one czcams.com/video/VMj-3S1tku0/video.html&pp=iAQB. He explains the backprop. pretty well. But let's see how the next chapters will be. My rust version is still at the implementation of the loss function... 🥲