Federico Rossi 🕵️♂️
🚀 Software Developer | Research Fellow
Hi! I have some interesting repositories here in my profile. Check them out
? Neural networks and computer graphics
- emptyNN: a C++17 Deep Neural Network library focused on performance evaluation of computer architectures and numerical representations.
- OpenGLSceneBuilder: a rudimental scene compositor using JSON scenes and OpenGL for rendering. Texture, lighting and shadows are supported.
- TensorPosit: the ol' good, mighty Tensorflow, now with a Posit flavour.
🌍 Web Development
- coming soon...
🥼 C++ experiments
- lambdaParamPacker: simple header to achieve variable signature lambda/functors inside STL containers via parameter packing and std::any
- section in expansion
😴
🤖 Simulation
- sep8Emulator: C++ emulator of a didactic 16-bit processor. A bit outdated, still fancy. One of my first emulation projects
- QemuPPU: A qemu version with a very limited Posit Processing Unit PCI device, just for discovery purposes (but it works
🤌 ) - ppu-driver: Nothing works without a driver, am i right? So here's the driver for the PCI PPU. Working well with DMA.
🛑 May not follow all the best practices for Linux Kernel development though🛑 .