Complete Design-Flow for Video Lectures on Machine Learning with FPGAs

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 11

  • @Abdulbuzdar1
    @Abdulbuzdar1 Před 5 měsíci +2

    Thanks sharing this tutorial. Please make more videos on explaining the code in detail and VHDL basics tutorial.

    • @marcowinzker3682
      @marcowinzker3682  Před 5 měsíci +1

      For explaining the code in detail, please have a look at the other videos in the playlist, e.g.:
      Circuit Architecture and FPGA Implementation
      Advanced VHDL Implementation
      Sigmoid Function and Exercises
      A VHDL basics tutorial is not the scope of this channel. I regret.

  • @nguyendat3335
    @nguyendat3335 Před 2 měsíci +1

    Dear proffesor, when increase the hidden layer, do we need to change the delay of the luminance level?
    I ran with two hidden layers, networkStructure is [3 7 7 2] and change connection[ ] to correspond to the output of NN but the result is not correct

    • @marcowinzker3682
      @marcowinzker3682  Před 2 měsíci

      Yes, you have to adapt the delay of the luminance. The neuron has a delay of 4 (?) cycles, so an additional layer increases the delay of the neural network by this number of cycles.
      I made a question mark behind the "4", because I have not verified this number. I'm 90% sure, but it could be 1 cycle more or less.

  • @edbertkwesi4931
    @edbertkwesi4931 Před 4 měsíci +1

    really amazing

  • @ostrov11
    @ostrov11 Před 5 měsíci +1

    спасибо, хорошая работа

  • @vardhitveeramachaneni8173
    @vardhitveeramachaneni8173 Před 16 hodinami

    Amazing, I plan to implement on Max10 FPGA. Will the computational resources be sufficient?

    • @marcowinzker3682
      @marcowinzker3682  Před 2 hodinami +1

      Best thing to do: Try it out by downloading the code and doing FPGA synthesis. The check computational resources, you can make a test run without pin constraints.

  • @DuongNguyen-wz6uc
    @DuongNguyen-wz6uc Před 2 měsíci

    Sir, I have a few question about machine learning on fpga , can I connect with you by using email ? Thank you , Sir

    • @marcowinzker3682
      @marcowinzker3682  Před 2 měsíci

      I regret, I can not provide individual tuition or consulting. Nevertheless, I try to answer specific question to the video lectures.