Arian Djahed (Winterwind)

Winterwind

User data from Github https://github.com/Winterwind

Location:Miami Beach, FL, USA

GitHub:@Winterwind

Arian Djahed's repositories

Hnefatafl

My final project/game for my university's Intro to Game Programming course (CSC329) and my largest programming project to date

Language:C#Stargazers:1Issues:1Issues:0

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

Language:PythonStargazers:0Issues:1Issues:0

Classification_Regression_and_Cross-Validation

A three-part project that does as the title suggests with different machine learning models

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Collatz-Conjecture

A simple java program that demonstrates the Collatz Conjecture. Results print in terminal.

Language:JavaStargazers:0Issues:1Issues:0

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

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

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.

Language:JavaStargazers:0Issues:1Issues:0

CSC115-4B_Final

Final project assignment for my university's introductory python course

Language:PythonStargazers:0Issues:1Issues:0

CSC115-4B_Midterm

Midterm project assignment for my university's introductory python course

Language:PythonStargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

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

Language:PythonStargazers:0Issues:1Issues:0

Network_Router_Queue_Sim

A simulation of a network router queue (results print in separate .log file)

Language:TeXStargazers:0Issues:1Issues:0

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.

Language:JavaStargazers:0Issues:1Issues:0

Test_Game

A simple "game" I created to complete the homework assignments for my university's Intro to Game Programming course (CSC329)

Language:C#Stargazers:0Issues:0Issues:0

DogSim

An incomplete terminal-based game where the user could interact with a dog. Chances of me coming back to finish this are very low and it was just meant to be a fun exercise in python

Language:PythonStargazers:0Issues:1Issues:0

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

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Elevator

A text-based program that simulates an elevator. Results print in terminal.

Language:PythonStargazers:0Issues:1Issues:0

Hangman

A simple python script that generates a hangman game using a word randomly chosen from a separate txt file. Results print in terminal.

Language:PythonStargazers:0Issues:1Issues:0

HousingPricesProject

A two-part project involving making predictions using various regressors and then implementing linear regression from scratch and predicting that way

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

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

Language:PythonStargazers:0Issues:1Issues:0

KMeansProject

A short two-part project that uses kmeans for clustering and image compression

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

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]

Language:PythonStargazers:0Issues:0Issues:0

MLP_and_CNN

A short two-part project involving using an MLP and a CNN for ECG signal data

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

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

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

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

Language:PythonStargazers:0Issues:1Issues:0

UDP_Sim

Simulations of the Stop-and-Wait & Go-Back-N UDP protocols (results print in terminal from the client files)

Language:TeXStargazers:0Issues:1Issues:0