Linux Workshop (Part 2)
Github Repository Check out the first Linux workshop here Rerunning last year’s workshop, I realized that I did not write down any information on what I said last year. So this year, I have made a powerpoint presentation to go with the ……
Computer Vision with the Jetson Nano Workshop
Github Repository Since we still had those 15 Jetson Nanos (thanks NVIDIA!), we should probably do something more with them. And what better to do with them than computer vision. This workshop covers the following concepts: Convolution-based image ……
Linux Dotfiles Workshop (Part 2)
Github Repository Check out the first dotfiles workshop here For the second time around, I’ve added some more information on topics I feel would be useful for engineering students who have to sign into the servers for our assignments. The ……
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.…
Linux Command Line Workshop
Github Repository All engineers will eventually have to use the Linux command line either on the job or in classes; however, the command line is barely taught in classes. While a rudimentary understanding of the command line is needed to get most ……
Linux Dotfiles Workshop
Github Repository Everyone in engineering has to use a Linux terminal once in a while. Why not customize your experience? This workshop was conceived as a fast, easy workshop to run during midterms while also giving useful information on how to ……
Python Scripts for Parsing SPICE Output: A Workshop
Github Repository Python is particularly useful for writing quick scripts. I find myself reaching for Python whenever I need to parse output into more readable/processable forms like csv files or pandas DataFrames. Engineering students at UCI ……
MPI Workshop
Github Repository After my internship at Lawrence Livermore National Laboratory, I decided to write on workshop on MPI for parallel programming. As large servers become more ubiquitous in most computer science workplaces, being able to write and ……
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 ……