- 52
- 251 641
Marco Winzker (Professor)
Germany
Приєднався 3 січ 2018
Learn about image processing with an FPGA. Video lectures explain algorithm and implementation of different image processing applications. Real hardware is available as a remote-lab.
The FPGA Vision Remote Lab is Open Education.
The FPGA Vision Remote Lab is Open Education.
News and Status 2024 - FPGA Remote-Lab
We have an new FPGA in our remote-lab!
Since end of May 2024 a Cyclone 10 is available and it allows the implementation of much larger digital designs. Compared to our Cyclone IV it is about five times larger, compared to our Cyclone V three to four times larger. Also, the Cyclone 10 is manufactured in a low-power process.
The video explains experiments for the new FPGA.
Since end of May 2024 a Cyclone 10 is available and it allows the implementation of much larger digital designs. Compared to our Cyclone IV it is about five times larger, compared to our Cyclone V three to four times larger. Also, the Cyclone 10 is manufactured in a low-power process.
The video explains experiments for the new FPGA.
Переглядів: 492
Відео
Complete Design-Flow for Video Lectures on Machine Learning with FPGAs
Переглядів 1,5 тис.6 місяців тому
The video lecture demonstrates the complete design flow for the video lecture on FPGA implementation of a machine learning application. The application is color detection in video signals and is intended as an educational example. 0:00 Introduction 1:40 Installing the software 5:39 Code download from Github 7:48 Training with Octave 12:40 Simulation with Questa/Modelsim 14:42 Setting up simulat...
Spiking Neural Network on FPGA - FPGA Implementation
Переглядів 4,2 тис.Рік тому
Lecture 3. Remote Lecture on design and FPGA implementation of a spiking neural network (SNN). Project page with access to the remote lab: www.h-brs.de/de/fpga-vision-lab Source code available at: github.com/Marco-Winzker/Spiking_NN_RGB_FPGA
Spiking Neural Network on FPGA - Training and Normalization
Переглядів 1,9 тис.Рік тому
Lecture 2. Remote Lecture on design and FPGA implementation of a spiking neural network (SNN). Project page with access to the remote lab: www.h-brs.de/de/fpga-vision-lab Source code available at: github.com/Marco-Winzker/Spiking_NN_RGB_FPGA
Spiking Neural Network on FPGA - Introduction and Overview
Переглядів 5 тис.Рік тому
Lecture 1. Remote Lecture on design and FPGA implementation of a spiking neural network (SNN). Project page with access to the remote lab: www.h-brs.de/de/fpga-vision-lab Source code available at: github.com/Marco-Winzker/Spiking_NN_RGB_FPGA
Pattern Recognition with NN on FPGA - Suggestions for Experiments
Переглядів 9722 роки тому
Video 5. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 5 of a project to implement a neural network for pattern recognition on an FPGA. Video lectures explain training of the network and FPGA implementation with VHDL. Project Homepage: www.h-brs.de/fpga-vision-lab Source files available on GitHub: github.com/Marco-Winzker/NN_Pattern_FPGA Please note: Typo at minute...
Pattern Recognition with NN on FPGA - FPGA Implementation and Result
Переглядів 1,6 тис.2 роки тому
Video 4. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 4 of a project to implement a neural network for pattern recognition on an FPGA. Video lectures explain training of the network and FPGA implementation with VHDL. Project Homepage: www.h-brs.de/fpga-vision-lab Source files available on GitHub: github.com/Marco-Winzker/NN_Pattern_FPGA
Pattern Recognition with NN on FPGA - Circuit Architecture and VHDL Design
Переглядів 2,8 тис.2 роки тому
Video 3. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 3 of a project to implement a neural network for pattern recognition on an FPGA. Video lectures explain training of the network and FPGA implementation with VHDL. Project Homepage: www.h-brs.de/fpga-vision-lab Source files available on GitHub: github.com/Marco-Winzker/NN_Pattern_FPGA
Pattern Recognition with NN on FPGA - Training of Neural Network
Переглядів 4,8 тис.2 роки тому
Video 2. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 2 of a project to implement a neural network for pattern recognition on an FPGA. Video lectures explain training of the network and FPGA implementation with VHDL. Project Homepage: www.h-brs.de/fpga-vision-lab Source files available on GitHub: github.com/Marco-Winzker/NN_Pattern_FPGA
Pattern Recognition with NN on FPGA - Introduction
Переглядів 2,1 тис.2 роки тому
Video 1. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 1 of a project to implement a neural network for pattern recognition on an FPGA. Video lectures explain training of the network and FPGA implementation with VHDL. Project Homepage: www.h-brs.de/fpga-vision-lab Source files available on GitHub: github.com/Marco-Winzker/NN_Pattern_FPGA
Invitation to Educon 2021: Multipurpose Use of Quizzes in Teaching
Переглядів 2823 роки тому
At IEEE Educon 2021 we will present research about use of quizzes in university education. Due to Covid-19 we can not travel, but this does not hinder us from exchanging ideas with our colleagues from IEEE region 8, Europe, Middle East, Africa, and from around the world. We hope to see you online April 21st-23rd, 2021: www.educon-conference.org/current/ #educon21 Research was partly funded by Q...
Machine Learning on FPGAs: Demonstration of HLS4ML Framework
Переглядів 12 тис.3 роки тому
This lecture video covers high-level design of machine learning algorithms for FPGA implementation. Now, at the beginning of the year 2021 these frameworks are still in development. But in the future they will be a good choice for the design of FPGAs. Therefore, this video gives you a demonstration of such a framework.
Machine Learning on FPGAs: Sigmoid Function and Exercises
Переглядів 3,6 тис.3 роки тому
This video is part of the lecture series about implementing a small neural network on an FPGA. It explains the FPGA implementation of the sigmoid function as ROM. And it gives you ideas about exercises, so that you can make experiments with the sigmoid implementation. Project Homepage: www.h-brs.de/fpga-vision-lab Source Code available at: github.com/Marco-Winzker/NN_RGB_FPGA
Machine Learning on FPGAs: Exercises
Переглядів 2,7 тис.3 роки тому
Several lecture videos show how to implement a small neural network on an FPGA. This video gives you ideas about exercises, so that you can work with the design. Project Homepage: www.h-brs.de/fpga-vision-lab Source Code available at: github.com/Marco-Winzker/NN_RGB_FPGA
Video Streaming for FPGA Remote Lab
Переглядів 3,9 тис.3 роки тому
We introduce video streaming as a new feature in our remote lab. Demonstration of this option is done with the machine learning implementation for detecting colors. Project Homepage: www.h-brs.de/fpga-vision-lab
Improving First-Year Teaching with Project-Based Learning and Support of STEM Modules
Переглядів 2904 роки тому
Improving First-Year Teaching with Project-Based Learning and Support of STEM Modules
Machine Learning on FPGAs: Advanced VHDL Implementation
Переглядів 13 тис.4 роки тому
Machine Learning on FPGAs: Advanced VHDL Implementation
Machine Learning on FPGAs: Circuit Architecture and FPGA Implementation
Переглядів 43 тис.4 роки тому
Machine Learning on FPGAs: Circuit Architecture and FPGA Implementation
Machine Learning on FPGAs: Training the Neural Network
Переглядів 15 тис.4 роки тому
Machine Learning on FPGAs: Training the Neural Network
Machine Learning on FPGAs: Introduction
Переглядів 28 тис.4 роки тому
Machine Learning on FPGAs: Introduction
dghd2020 - Analyse digitaler Lehrangebote durch Auswertung von Nutzungsdaten
Переглядів 1894 роки тому
dghd2020 - Analyse digitaler Lehrangebote durch Auswertung von Nutzungsdaten
FPGA FIR Filter: Tasks for Experiments
Переглядів 8464 роки тому
FPGA FIR Filter: Tasks for Experiments
FPGA FIR Filter: Self-Checking Testbench
Переглядів 1,8 тис.4 роки тому
FPGA FIR Filter: Self-Checking Testbench
FPGA FIR Filter: Verification with VHDL Testbench
Переглядів 3,9 тис.4 роки тому
FPGA FIR Filter: Verification with VHDL Testbench
FPGA FIR Filter: Circuit Architecture and VHDL Design
Переглядів 10 тис.4 роки тому
FPGA FIR Filter: Circuit Architecture and VHDL Design
FPGA FIR Filter: Application and Algorithm
Переглядів 7 тис.4 роки тому
FPGA FIR Filter: Application and Algorithm
FPGA Vision - State of the Remote Lab 2019
Переглядів 7705 років тому
FPGA Vision - State of the Remote Lab 2019
Image Generator for DE10-Lite FPGA Evaluation Board
Переглядів 8 тис.5 років тому
Image Generator for DE10-Lite FPGA Evaluation Board
Digitaltechnik - VHDL-Simulation mit ModelSim
Переглядів 7705 років тому
Digitaltechnik - VHDL-Simulation mit ModelSim
Digitaltechnik - Moore-Automat zur Entprellung
Переглядів 1,1 тис.5 років тому
Digitaltechnik - Moore-Automat zur Entprellung