priyadutt-portfolio
- The dataset contains information about the company’s ad campaigns and I have analyzed the best campaigns among them.
- In this Project, I have performed Exploratory Data analysis, Feature Scaling and used clustering technique to answer the below business questions:
- How to optimize the social ad campaigns for the highest conversion rate possible. (Attain best Reach to Conversion ratios/Click to Conversion ratios)
- Finding the perfect target demographics with the appropriate clickthrough rates
- Understanding the ideal turnaround/decision making time per age group to convert and retarget future social campaigns
- Comparing the individual campaign performance so the best creative/campaign can be run again with adjusted audiences.
- Models used: Kmeans

- Emotion Recognition was done using audio of human voice by extracting features like MFCC(Mel-Frequency Cepstral Coefficient) and trained a artificial neural network model(ANN) with 99% Accuracy.

- In this Project, I have performed Exploratory Data analysis to answer below questions as a sports analyst:
- As a sports analyst, find out the most successful teams, players and factors contributing win or loss of a team.
- Suggest teams or players a company should endorse for its products.

- This project was implemented to predict whether the passengers in the titanic crash survived or not.
- The prediction was done using features like passenger class, fare, age, embarked.
- I have used hyper parameter tunning to increase the accuracy of the model and implemented on Flask framework in which user would enter the details about the passenger and based on the input, the model predicts whether the passenger survived or not.
- Models used: Logistic Regression, GaussianNB, KNeighborsClassifier.
- Deployed on Heroku Click Here .
- Accuracy achieved using logistic regression:82%.

- Estimating customer value and extrapolating the existing value into future are the sought-after problems of any business. The current problem hails from the domain of online skill-based gaming. Used different customer features of different timestamps to predict the customer value using ANN.
- Loss funcion: RMSE(Root Mean Squared Error)

- Used Collaborative Filtering algorithm to recommend items by finding the correlation between users based on users’ ratings.
- Finding if there is a market bias in the data.
- Approach Used: Collaborative filtering.
- Models Used: Singular value decomposition.
- This project was implemented to predict the prices of the house.
- Prices were predicted by taking some useful features into account like location, size of house (total square feet), No. of rooms, price per square feet etc.
- During the project, the preprocessing steps that have been performed are:1.) Dealing with missing data. 2.) Encoding categorical variables 3.) Feature Engineering 4.) Finding Correlation within independent variables using heatmap.
- Libraries used: Sklearn, Numpy, Pandas, Matplotlib, Seaborn.
- Models used: Linear Regression, Ridge.
- R2 Score achieved using RidgeCV: 99%
- In this project, I implemented an image and video object detection classifier using a pretrained yolov3 model. The approach used in the project was to consider bounding boxes that have a greater confidence level(probability) than the confidence threshold (70%) & assign the shape with one of the classes from pre-defined class names. The rectangle bounding boxes are created across the object with the assigning name of the object. The output generated was video/image having detection of the objects that are highlighted with the rectangle.
- Libraries used: NumPy, OpenCV(cv2), Tkinter

- This project was implemented to predict whether the company’s stock price increases or decreases.
- Based on the headlines of various sources about a company, I performed sentiment analysis to predict the price increase or decrease.
- Models Used: RandomForestClassifier.
- Methods Used: Count Vectorizer.
- Accuracy achieved using RandomForestClassifier: 86%

- This project was implemented to predict the prices of flights. The parameters used for prediction were Date of journey, duration, source, destination, total stops etc. Also, I have used hyper parameter tunning for better accuracy/performance of model.
- Models used: RandomForestRegressor, LinearRegression.
- Accuracy achieved by using RandomForestRegressor: 81%
