The project, which was sponsored by Professor Shuhua Wu, provided me with experience using Decision Tree analysis on a dataset. The main challenge was to use a Jupyter Notebook to create a classification model that predicted an outcome variable. I needed to choose an appropriate dataset, explain the features, and then modify the algorithm by determining the best value for the minimum split. This step was essential for avoiding overfitting. I learned how to thoroughly interpret the final tree structure, particularly by analyzing the nodes with the highest and lowest probability, in order to acquire actionable insights into the feature rules that drive the prediction. Successfully identifying sample data points tested my comprehension of how Decision Trees use data to provide specific business rules.
Search Results for: --------
Pro Points Project
The project, which was sponsored by Professor Shuhua Wu, provided me with experience using Decision Tree analysis on a dataset. The main challenge was to use a Jupyter Notebook to create a classification model that predicted an outcome variable. I needed to choose an appropriate dataset, explain the features, and then modify the algorithm by determining the best value for the minimum split. This step was essential for avoiding overfitting. I learned how to thoroughly interpret the final tree structure, particularly by analyzing the nodes with the highest and lowest probability, in order to acquire actionable insights into the feature rules that drive the prediction. Successfully identifying sample data points tested my comprehension of how Decision Trees use data to provide specific business rules.
Special Purpose Calculators
For my Web Application Development Project at Temple University, sponsored by Professor Laurel Miller, I developed two special purpose web calculators (Loan repayment, Water intake) using HTML, CSS, JavaScript, jQuery, and Bootstrap. The project focused on applying front end development concepts to build functional, user friendly tools that handle both valid and invalid user input without using browser alerts or prompts. I was responsible for designing the layout, implementing the calculation logic, and testing the applications in a live server environment. Through this project, I strengthened my understanding of JavaScript event handling, DOM manipulation, and building web applications based on real academic requirements.
Gas – Distance – Cost Calculator
This project was focused on building a Gas-Distance-Cost calculator that allows a user to estimate the trip cost based on distance, fuel economy in MPG, and gas price. The goal was to create a functional and simple tool to calculate real-world travel scenarios. The result was a working calculator that outputs estimated gas cost. In this project, I learned how to effectively debug code, identify logic and syntax errors, and get hands-on practice with troubleshooting during development.
Diabetes Prediction Decision Tree
This project’s goal was to use Python and the pandas library to analyze a CSV dataset and to build a decision tree model for predicting a patient’s likelihood of having diabetes based on various inputs. I explored the data and applied a decision tree model to identify patterns within the data. The results showed that the model could make predictions based on the data, such as number of pregnancies, glucose levels, insulin levels, BMI, age, etc. Through this project, I have learned how to process real-world data, apply decision tree models, and interpret outputs.
MIS 2402 – Final Project
Using AI assistance, I created two simple special-purpose calculators with html code. The first is a basic loan repayment calculator, and the second is a monthly commute calculator. Through this project, I learned to effectively combine AI tools along with my existing coding knowledge to generate functional web applications. This experience will be useful in the future for developing more complex web tools that can support real business needs. The final results can be seen below:
Loan Repayment Calculator: https://misdemo.temple.edu/tup02990n/project/
Monthly Commute Calculator: https://misdemo.temple.edu/tup02990n/project2/
Special-purpose Calculator
For this project, I used an AI-assisted workflow to develop two interactive web applications. The first was a Loan Repayment Calculator, where I used AI to generate an initial structure. The tool allows users to enter a loan amount, term length, and APR, and it calculates the monthly payment, total amount paid, and total interest. For my original idea, I created a Restaurant Tip & Split Bill Calculator that lets users input a bill total, select a tip percentage, and specify how many people are splitting the check. The calculator returns the tip amount in dollars, the total bill with tip, and each person’s share. This project strengthened my front-end development skills and showed me how to use AI effectively as part of the coding process.
Final Project – MIS2402 – Fall 2025
What you write here will appear on your portfolio and potential employers can see it. Please write it in a way that is appropriate for that audience.
Please delete this text before submitting. You should include a description, in paragraph form, of what the activity was. Who sponsored it, what was your role, what did you learn, etc
MIS 2402 Final Project
The Student Loan Affordability and Payment Calculator is designed to help students make more informed financial decisions. It was developed using HTML and JavaScript techniques taught in the class for the final project. The tool evaluates loan affordability through debt-to-income ratio analysis and generates personalized repayment insights. It also compares the costs of traditional international bank wire transfers with USDC stablecoin transfers for expenses such as tuition, highlighting potential savings. Overall, this solution enables students to assess how much they can realistically borrow while identifying the most cost-effective method for managing cross-border education payments.
Final Web App Project
I completed the MIS2402 Final Project for Professor Laurel Miller’s Web Application Development Course. The goal of this project was to utilize AI to build two functioning web applications with HTML, JavaScript, etc. My role was to prompt an AI chat application and troubleshoot a loan repayment calculator and my own special-purpose calculator. The result was a functioning loan repayment calculator and a functioning clothing calculator that, with the inputs of price of materials (USD), hours of labor, and profit margin (%), calculates the total clothing cost and profit of an item of clothing. Through this project, I learned how to use AI to improve or create a code, and I also was able to strength my web development and creativity skills.
