Intro to the Nvidia Jetson Nano
NVIDIA graciously provided the IEEE@UCI with 15 Jetson Nano single board computers to use for educational purposes, so I held a workshop allowing people to run through the Hello AI World tutorial NVIDIA set up.…
Machine Learning Internship @ LLNL
My second summer internship at Lawrence Livermore National Laboratory (LLNL) focused on comparing machine learning inference performance on novel AI hardware accelerators from Samba Nova and Cerebras to NVIDIA GPUs. I was working with a autoencoder ……
Deep Learning Framework in C++
Github Repository Ever since I started learning PyTorch, I have been fascinated by the automatic gradient feature. In order to further understand it, I decided I would try to write my own version. At the time, I was also taking a C++ class, so I ……
Neural Networks with PyTorch Workshop
Github Repository For my first workshop for the IEEE@UCI, I wanted to talk about something I found interesting, so I decided to do a workshop on neural networks. Because of its recently growing popularity, most engineering students have heard of ……