Hi, I’m Muno —
I am a Master’s student in the Artificial Intelligence & Innovation (MSAII:SCS) program at Carnegie Mellon University (class of 2024). I completed my undergraduate degree in Electrical Engineering with a focus on Machine Learning & Controls at the University of California, San Diego (class of 2022).
My areas of interest span across different fields including artificial intelligence, product management, and business development. I am passionate about exploring AI's latest advancements and potential applications, as well as using my creativity to design and manage innovative products. I am also developing my skills in business development to identify and pursue strategic opportunities for growth and success.
Corporate Strategy and Product Management
In this course, I worked with Philips in a group of students to help them become more entrepreneurial. As part of the corporate strategy team, we evaluated new business ideas to boost their market share and revenue. This involved analyzing customer personas, market size, MAP planning, and value innovation, as well as developing skills for pitching to the C-suite.
Movie Streaming Recommendation Service
The focus of this group project is to implement, evaluate, operate and monitor a movie streaming recommendation service in production, which entails many concerns, including deployment, scaling, reliability, drift and feedback loops. The streaming service has about 1 million customers and 27,000 movies.
Attention-based Speech-to-Text Deep Neural Network
In this Kaggle competition, I learned how to build an encoder to effectively extract features from a speech signal, how to construct a decoder to sequentially spell out the transcription of the audio, and how to implement an attention mechanism between the decoder and the encoder.
Face Classification and Verification using CNNs
In this Kaggle competition, the task was to build a face classifier that can extract feature vectors from face images and a face verification system that computes the similarity between feature vectors of images. I used a CNN architecture to build this model in order to achieve high accuracy on this classification and verification task.
Frame Level Classification of Speech
In this Kaggle competition, the task was to predict the phoneme label for each frame in the test set of the speech recordings, which are raw mel spectrogram frames. I used a multi-layer perceptron model and explored various hyperparameters to improve the accuracy of the prediction of the phoneme state labels for each frame in the test set.
Language Modeling using RNNs
I implemented an RNN-based language model, text prediction and degeneration, greedy decoding, and regularization techniques for RNNs. Here, I go over these concepts and a demonstration of language modeling for machine translation (English to French).
RNNs, GRUs, and CTC (MyTorch ep.3)
I implemented RNNs, GRUs, and CTC from scratch. Here, I go over a binary sentiment prediction task using the TensorFlow IMDB dataset, give an overview of these architectures and compare RNNs, GRUs, and LSTMs.
Convolutional Neural Networks (MyTorch ep.2)
I implemented convolutional neural networks (CNN) from scratch. Here, I go over a traffic sign identification task and describe the significance of convolutional layers, pooling layers, downsampling and upsampling layers, classification layer, forward pass and backpropagation through layers.
Multi-Layer Perceptron (MyTorch ep.1)
I implemented an MLP from scratch with 0, 1, and 4 hidden layers. Here, I go over an MLP sentiment analysis task and describe the significance of linear layers, activation functions, forward inference, criterion functions (MSE and CELoss), SGD optimization, batch normalization regularization, and backpropagation.
Deep Learning and Sentiment Analysis to Forecast Stock Market Volatility
This project aims to investigate the effectiveness of using sentiment analysis techniques on data obtained from multiple news sources, namely Webull, Twitter, and Reddit, to predict stock price differences during the COVID-19 pandemic. We focus on two companies, one large-cap (Zoom) and one small-cap (AMC), to explore the correlation between market sentiment and stock price movement.
Vision-Language Navigation with ALFRED
The objective of this project is to develop a social agent that is capable of performing a wide range of tasks by accurately mapping human language instructions to actions, behaviors, and objects in interactive visual environments. To achieve this goal, we utilized the ALFRED benchmark dataset, which consists of tasks related to home automation and assistive robots for people with disabilities and the elderly.