About

Hello!

I am ved, a student from Mumbai currently pursuing Electrical Engineering.

I love exploring autonomous systems, embedded and control systems (and anything related to robotics in general :) ).

I'm also a fan of math and web-design and like to work on projects that combine the two!

Apart from all of this, I'm also a dragon ball and Bayern Munich fan!

SRA Webring
Projects
Echocore
This project demonstrates the potential of Field-Programmable Gate Arrays (FPGAs) by running two very different and complex workloads simultaneously on a single chip: a 16-QAM wireless communication pipeline and a portable Ultrasound Point-of-Care (POC) diagnostic system
[Verilog] [FPGA]
TinyNN
This project is a from-scratch implementation of a fully connected neural network written in C++, using Eigen for linear algebra with a great emphasis on model configuration and customisation.
[C++] [ML]
minic
Minic is a small compiler for a restricted subset of the C language, written in C++ and targeting LLVM IR. The project is focused on understanding compiler architecture end-to-end: lexing, parsing, semantic analysis, and code generation.
[C++] [Compiler]