Morgan McKinney's repositories

Binary-Trees

Traversal of binary trees using symmetric and postorder traversal.

Language:C++Stargazers:1Issues:1Issues:0

Deck-of-Dequeues

Turn-based card game, in which the goal is to have the lightest deck in terms of weight.

Language:C++Stargazers:1Issues:1Issues:0

Genealogy

Builds family tree based on user input.

Language:C++Stargazers:1Issues:1Issues:0

Learning-Decision-Tree

Machine learning decision tree that classifies, trains, and tests on a given .csv file. The resulting best decision tree is then visualized.

Language:PythonStargazers:1Issues:1Issues:0

Linear-Polynomial-Regression

Machine learning linear regression that uses gradient descent to predict, train, and test on a given .csv file. The resulting best polynomial model is then graphed.

Language:PythonStargazers:1Issues:1Issues:0

Multilayer-Perceptrons

Machine learning binary classification using multilayer perceptron on the MNIST dataset. Outputs the accuracy of the model alongside network architecture.

Language:PythonStargazers:1Issues:1Issues:0

Socket-Client-and-Server

Basic TCP/IP client and server network that allows the client to upload files to the server.

Language:C++Stargazers:1Issues:1Issues:0

Text-Generation

Machine learning generation of Shakespearean text using a recurrent neural network.

Language:PythonStargazers:1Issues:1Issues:0

Word-Counter

Calculates the frequency of words in text files and then sorts by alphabetical order.

Language:C++Stargazers:1Issues:1Issues:0

crawl

Dungeon Crawl: Stone Soup official repository

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

K-D-Tree

Creates, populates, and displays a k-d tree given the number of points and probes.

Language:C++Stargazers:0Issues:0Issues:0

RSA-Cryptosystem

Implementation of the components of the RSA cryptosystem

Language:PythonStargazers:0Issues:1Issues:0