Skip to content
View fritzwill's full-sized avatar

Block or report fritzwill

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

Machine Learning project that predicts whether a company's stock will go up or down based on tweet sentiment analysis

Python 1 Updated Feb 14, 2019
Python 1 Updated Jan 10, 2021

Contains sample implementations in python of the following numerical methods: Euler's Method, Midpoint Euler's Method, Runge Kuttta Method of Order 4, and Composite Simpson's Rule

Python 5 Updated Dec 17, 2018

A client and server model written in C/C++. The server hosts multiple concurrent clients. The clients can choose to message everyone in the chat or direct message certain users.

C 2 Updated Mar 26, 2019

Implementation of the classic game 'Pong' in C/C++. The game is played over a network, all that is needed is the binary 'netpong' on each machine

C++ 1 2 Updated Mar 26, 2019

The Apriori algorithm detects frequent subsets given a dataset of association rules. This Python 3 implementation reads from a csv of association rules and runs the Apriori algorithm

Python 2 1 Updated Mar 26, 2019

Utilizing root-finding methods such as Bisection Method, Fixed-Point Method, Secant Method, and Newton's Method to solve for the roots of functions

Python 12 5 Updated Dec 17, 2018

Python 3 implementation of decision trees using the ID3 and C4.5 algorithms. ID3 uses Information Gain as the splitting criteria and C4.5 uses Gain Ratio

Python 10 10 Updated Mar 26, 2019

Uses C sockets to create a simple file transfer protocol (ftp) server and client

C 2 Updated Dec 17, 2018

Creates a Convolutional Neural Net that recognizes the genre of music by analyzing slices of a song's spectrogram

CSS 1 Updated Mar 26, 2019
Python 3 Updated Feb 28, 2017

Simple implementation of working flask app with a database. Utilizes docker for each microservice

Python 2 1 Updated Sep 12, 2018