Machine Project:
1. Restaurants Searching and Suggesting Application (Individual) - Java
- The application is designed to recognize keywords and offer relevant suggestions of restaurants with address and cuisine category based on relevance.
2. Mosaic Project (Individual)
-Python
- Converting numerical pixel data (RGB) of tile image into data frame, and replacing cover image with matched pixel data.
-C++
- Implemented k-d tree algorithm to find best matching RGB and HSL data of tile image and replaced cover image with matched tile images.
Data Analysis Project:
Data Analytics of Body Statistics - Python (Group)
Link to project: https://github.com/victordashuaibi/STAT-CS-IS-207
- Analyzed human body dimension dataset through Descriptive Analytics, Inference, Linear Regression, and Logistic Regression.
- Discovered relationships by constructing single linear regression, multiple linear regression, LASSO regression; exhibited results in simple data visualization.
Data Visualization Project:
1. Visualization of Crime Dataset (Group) - Python
Link to project: https://github.com/SaketNaik99/IS-445_Final_Project
- Demonstrated relationships of crime dataset, between variables of arrestee, year arrested, the crime types and categories, punishment or resolution, in Plotly and Dash.
2. Visualization of Crashed Vehicle Dataset (Individual) - Python
Link to project: https://github.com/victordashuaibi/Deyi-IS445/blob/main/Final_Project_part1.ipynb
- Visualized locations of each crashes by using Folium on an interactive map.
- Visualized relationship between each variables by using Plotly, Matplotlib, Seaborn, and Plotnine.