Artificial Intelligence
Skills for certificate:
Deep Learning
Artificial Intelligence
Data Science
Data Visualisation
Neural Networks
Keras
Pandas
NumPy
Matplotlib
Seaborn
Scikit Learn
Jupyter Notebooks
OpenAI
Replicate AI
Computer Vision
Artificial Intelligence
This is the page displaying all the material related to Artificial Intelligence. This can include projects, blogs, certificates, university modules and work experience along with sub-skills.
Material
Magician AI
A SaaS platform that leverages AI to enable users to generate various media types and have conversations. Developing this project allowed me to explore Stripe, Clerk authentication, and unique AI APIs.
Quizmify AI
A platform for dynamic quiz generation. Users can test their knowledge with multiple-choice or fill-in-the-gap questions across various topics. With immediate feedback and score tracking, users enhance their understanding.
Symphony CobaGPT Bot
A Symphony bot which interfaces with the Azure OpenAI API to generate text based on user input. This bot improves the workflow of users by providing quick responses to common questions and completing simple or repetitive tasks. This bot is a result of Commerzbank's initiative towards automation using AI.
Handwritten Digit Classifier
A handwritten digit classifier using built using a Convolutional Neural Network (CNN). Used various techniques such as data augmentation, batch normalisation, and dropout to improve the model's performance.
Adult Income Prediction
Comparing various classification algorithms to predict whether an adult earns more than $50,000 a year. Emphasis is on feature engineering, data preprocessing with One-Hot Encoding, and model optimization through hyperparameter tuning.
House Price Prediction
Comparing various regression algorithms to predict house prices in relation to the distance from the coast. Emphasis is on feature engineering, data preprocessing with One-Hot Encoding, and model optimization through hyperparameter tuning.
Custom Neural Network Classifier
Built a neural network from scratch to teach a Pacman agent. Used various techniques such as batch normalisation, dropout, momentum, learning rate decay and more to improve performance.
Machine Learning Algorithms
Practicing various algorithms and techniques. This includes supervised, unsupervised, and reinforcement learning algorithms, as well as feature engineering, data preprocessing, and hyperparameter tuning.
Reinforcement Learning Lab
Practicing various Reinforcement Learning algorithms and techniques. This includes Q-Learning, Deep Q-Learning, and Asynchronous Advantage Actor-Critic (A3C) algorithms.
Custom Q-Learning Agent
A custom Q-Learning agent learns to play Pacman. Required foundational Mathematics knowledge and understanding of the Q-Learning algorithm.
Machine Learning Assignment 1
Implementing algorithms from scratch such as the Nearest Neighbours algorithm. Requires an understanding of the Mathematics behind the algorithms and the ability to implement them.
Machine Learning Assignment 2
Be able to use and implement algorithms, with the Lasso and inductive conformal prediction algorithms as examples.
Machine Learning Assignment 3
Be able to use and implement algorithms, with the SVM, neural networks, and cross-conformal prediction algorithms as examples.
Machine Learning Labs
Implemented various algorithms and techniques learnt during the course, such as Nearest Neighbours, Conformal Prediction, Regression algorithms, data preprocessing, kernels, Neural Networks, SVMs, etc.
Computational Finance Assignment
Exploring valuation of options using methods like Black-Scholes, binomial trees, and Monte Carlo. Also includes theoretical aspects of put-call parity and financial arbitrage opportunities.
Machine Learning & Data Science Lab
Focusing on learning generative models, using third-party models and using advanced techniques. This includes techniques such as transfer learning, LLM Agents, and Generative Models.
Markov Decision Agent
Pacman agent plays to win the game while handling stochasticity in the movement of agent and ghosts. Uses Markov Decision Processes, Value Iteration and other enhancements.
Computer Vision Image Segmentation
Segmenting images using various techniques. Specifically, used models of biological vision systems such as Simple and Complex cells, and Gabor filters.
Computer Vision Quizzes
Solutions to quizzes where various low-level and mid-level vision techniques were covered. These techniques include edge detection, image segmentation, and image filtering.