Data Science Projects

Follow Me On Linkedln and GitHub

August 25, 2023

Face Recognition Using Machine Learning

Inspired by the ability of machines to quickly adapt and learn to changes of new tasks. The accuracy of the biometric face recognition task was designed by optimizing a few parameters like principal component analysis, number of hidden neurons and a few others.While doing this project, I realised that optimizers play an important role in the learning process of deep convolutional neural networks (CNN) model (Bera and Shrivastava, 2020).

July 24, 2023

Chatbot Application

This chatbot integrated with OpenAI ChatGPT API using Python, is a conversational agent that can interact with users in natural language. It uses the power of machine learning and natural language processing to understand user inputs and generate appropriate responses. It can provide users with a personalized and natural conversational experience.

Febuary 7, 2021

Cat vs Dog Prediction

Case Study: Using Machine learning to check the prediction accuracy of a Cat vs Dog prediction.