Arian Djahed's repositories
Change-Calculator
A short program that calculates the exact amount of change in dollar bills and coins that one would receive for a certain number of cents
Classification_Regression_and_Cross-Validation
A three-part project that does as the title suggests with different machine learning models
Collatz-Conjecture
A simple java program that demonstrates the Collatz Conjecture. Results print in terminal.
Covid19_Transfer_Learning
A larger data science project that uses a 2D Convolutional Neural Network to determine the likelyhood of having covid-19 via CT images
Crude-Wordle
The final project for my university's introductory java course. It involved us making a simple terminal-based version of wordle, and there are two versions: a simpler one that has the player choose the word and a more complex one that uses a pre-chosen word.
CSC115-4B_Final
Final project assignment for my university's introductory python course
CSC115-4B_Midterm
Midterm project assignment for my university's introductory python course
CSC322_Project
The big project I had to do for my System Programming (C and Unix) class, which synthesized various fundamental topics such as structured data, pointers, and dynamic memory allocation.
MovieReccomendationSystem
My personal summer project: a program that prompts the user to enter the desired genre(s) and keyword(s) and outputs a list of movies that matches that query; results print in terminal
Network_Router_Queue_Sim
A simulation of a network router queue (results print in separate .log file)
SearchEngine
The final project for my university's intermediate java course. The program demonstrates how a search engine effectively works on a smaller scale using data from separate files as opposed to the entire worldwide web.
Test_Game
A simple "game" I created to complete the homework assignments for my university's Intro to Game Programming course (CSC329)
ECG_Signal_Classification
Two-part project that involves detecting the R-peaks in an ECG signal to extract the individual ECG beats and making a machine learning model to classify them
HousingPricesProject
A two-part project involving making predictions using various regressors and then implementing linear regression from scratch and predicting that way
InteractiveListSorter
A short project (mostly for personal use) that allows the user to do a sort of manual bubble sort in which they choose their preferences from each combination of 2 items from a list
KMeansProject
A short two-part project that uses kmeans for clustering and image compression
MAL_SQL_Database
A SQL database made out of the data scraped in Hernan4444's repo (all credits for the dataset go to him) [made for my Database Systems' class' final project]
MLP_and_CNN
A short two-part project involving using an MLP and a CNN for ECG signal data
PCA_Project
A short two-part project that uses PCA (along with GMM in task 2); first with the fashion-NMIST dataset and then with fetch_lfw_people
TowerOfHanoi
A short python script that gives the instructions on how to optimally solve the Tower of Hanoi puzzle using a certain number of starting disks