ML Club Video: Recurrent Neural Networks
When I think of Recurrent Neural Networks (RNNs), only one concept comes to mind: time series. What is a time series? Stock price values over the year, music notes in a symphony, and, yes, even sen...
Welcome to my blog! I'm a student passionate about machine learning, coding, and sharing what I learn. Here you'll find ML Club lectures, tutorials, and snapshots from my journey in computer science and beyond.
Explore my lecture videos and travel photos using the tabs in the sidebar. Scroll down for blog posts. Thanks for visiting!
When I think of Recurrent Neural Networks (RNNs), only one concept comes to mind: time series. What is a time series? Stock price values over the year, music notes in a symphony, and, yes, even sen...
Every ML model has something in common – numbers! Every weight, bias, neuron activation – from the inputs given to the final prediction – all them are represented as floating point numbers, often b...
Numpy is a Python library that serves as the backbone for Machine Learning. Machine Learning can be described as the confluence of three giant fields of mathematics – Calculus, Statistics, and Line...
In this ML Club session, we do a walk-through of how to code a simple neural network in the Python programming language. We will be using a deep-learning library called PyTorch to code a neural net...
When you look at a face, what do you see? You see eyes, ears, a nose, and other facial features. When a computer normally looks at a photo of a face, it sees pixels – individual blocks of color arr...
Update: There is a new video on this topic from 2024. Please refer to the new video here as it is updated with more info. In this ML Club session, we’ll learn how to visualize 1000-dimensional ...
I enjoy reading the news – I read both the Wall Street Journal and the New York Times daily. But when it came to Machine Learning content, I was looking for a news site that provided the same, dail...
Update: There is a new video on this topic from 2024. Please refer to the new video here as it is updated with more info. In this ML club session, we go from Linear Regression to Neural Network...