Pinned Repositories
bankers_algorithm
Banker's Algorithm for resource allocation in Python
caesar-shift
Simple Python String Encryptor/Decryptor based on Caesar Shift
CMSC_495_Image_Detection
UMGC CMSC 495 Current Trends Capstone Project comparing and researching Computer Vision algorithms for image detection
CNN-Cancer-Detection
Kaggle Histopathologic Cancer Detection Competition
concurrent-programming-GUI
Java Swing GUI project working with concurrent programming, Java Threads, and Runnable interface
Happy-Sad-Image-Classifier
merge_sort_benchmark_and_report
Java Benchmark of Merge Sort algorithm that counts critical operations of iterative and recursive versions and measures run-time in nanoseconds to generate output text files (recursive.txt and iterative.txt) to be analyzed by BenchmarkReport.java
Monet-DCGAN
NLP-Disaster-Tweet-Classification
weatherData
Weather Data application using Java Servlet and JSP
friedunit's Repositories
friedunit/concurrent-programming-GUI
Java Swing GUI project working with concurrent programming, Java Threads, and Runnable interface
friedunit/CMSC_495_Image_Detection
UMGC CMSC 495 Current Trends Capstone Project comparing and researching Computer Vision algorithms for image detection
friedunit/weatherData
Weather Data application using Java Servlet and JSP
friedunit/bankers_algorithm
Banker's Algorithm for resource allocation in Python
friedunit/merge_sort_benchmark_and_report
Java Benchmark of Merge Sort algorithm that counts critical operations of iterative and recursive versions and measures run-time in nanoseconds to generate output text files (recursive.txt and iterative.txt) to be analyzed by BenchmarkReport.java
friedunit/caesar-shift
Simple Python String Encryptor/Decryptor based on Caesar Shift
friedunit/CNN-Cancer-Detection
Kaggle Histopathologic Cancer Detection Competition
friedunit/Customer_Segmentation
Customer Segmentation with K-Means Clustering
friedunit/first-contributions
🚀✨ Help beginners to contribute to open source projects
friedunit/Happy-Sad-Image-Classifier
friedunit/infixExpressionEvaluator
Java Swing GUI to take an infix expression input, evaluate it, and display the result using stacks.
friedunit/introduction-to-datascience
open source textbook for DSCI 100
friedunit/Monet-DCGAN
friedunit/NLP-Disaster-Tweet-Classification
friedunit/surgical_smoke_data_input
Python GUI using TkInter for simple data entry form for OR Surgical Smoke Research Data. Connects to local MySQL Database.
friedunit/Intro_to_ml_final_project
friedunit/NYPD_Shooting_Incidents
friedunit/postfixExpression-to-infix
GUI to build expression tree, convert postfix expression to infix and generate a file that contains the three address format instructions.