Skip to content

mmasenheimer/VitisAINetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vitis AI Engine Neural Networks

Implementation of neural networks for Xilinx AI Engines using Vitis HLS.

Files

  • graph.h/cpp - ADF graph definition
  • layer1.h/cpp - First layer (2→8 fully connected + ReLU)
  • layer2.h/cpp - Second layer (8→4 fully connected + ReLU)
  • layer3.h/cpp - Output layer (4→1 fully connected + Sigmoid)

Requirements

  • Xilinx Vitis 2023.x or later
  • AI Engine development tools

License

MIT License - see LICENSE file

About

This repo houses three different netowrks simulated in Vitis AI for my ML research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages