About Me
Hi, I'm Ahon, a second-year Physics student at Shiv Nadar University, Greater Noida. I'm interested in machine learning, data analysis, and graphics programming. I've been programming since 2021 and am comfortable with Python, C, and Lua (for game engine scripting). In my free time, I enjoy reading and playing football. Below, you'll find a list of projects I have completed and certifications I have received.
Projects and Certifications
EDA of Spotify and YouTube Data
Conducted Exploratory Data Analysis of the top songs of a year on YouTube and Spotify using Python and data-analysis and visualization libraries (Pandas and Matplotlib). This included:
- Cleaning and normalizing the data
- Extracting useful features and removing non-usable features
- Plotting trends (e.g., views vs. song duration, views vs. likes ratio)
- Extracting meaningful relationships from the data
- Identified trends in user engagement
- Analyzed differences in audience preferences between platforms etc.
The data was sourced from here.
Machine Learning Specialization Course
Completed Andrew Ng's Machine Learning Specialization Course on Coursera and learnt the math and the fundamentals behind the following concepts:
- Main differences between Supervised and Unsupervised learning algorithms
- Linear and Polynomial Regression and associated loss function
- Logistic Regression and associated loss function
- Feed Forward Neural Networks and implementing them in Python using Tensorflow
- Decision Trees and related algorithms (XGBoost, Random Forest)
- Anomaly Detection using Normal Distributions
- K-Means Clustering
- Basics of Recommender Systems
Building my Own Neural Network
Created my own Feedforward Neural Network from scratch in Python, with only the help of mathematical libraries like Numpy. It has the following features:
- Variable number of layers
- Variable number of neurons in layers
- Multiple activation functions available for use - Linear, Sigmoid, ReLU, Leaky ReLU
- Multiple loss functions available for use
- Backpropagation (from scratch)
- Logging and graphing the learning rate
This helped strengthen my knowledge of the math behind Feed Forward Neural Networks, especially Backpropagation.
Academics
- Degree: Bachelor of Science in Physics
- Institution: Shiv Nadar University
- Year: 2022–2026
- Achievements: Dean's List, Research Projects in Machine Learning
Contact
If you'd like to get in touch, you can reach me through:
- Email: ahon.email@example.com
- Phone: +91 123 456 7890
- LinkedIn: linkedin.com/in/ahon
- GitHub: github.com/ahon