Tacuma Solomon (Tacuma)

Tacuma

Geek Repo

Company:TIDAL

Location:Washington DC

Home Page:www.tacumasolomon.com

Github PK Tool:Github PK Tool


Organizations
squareup

Tacuma Solomon's repositories

Infix-to-Expression-Tree

Program that inserts an expression in Infix notation to a binary tree. In addition to the above requirement, it implements an evaluation of the expression tree. (C++)

Language:C++Stargazers:10Issues:2Issues:0

Matrix-Multiplication-Using-Threads

Given two matrices, A and B, where matrix A contains M rows and K columns, and matrix B contains K rows and N columns, calculate the matrix C, with each element of C in a separate worker thread. (Java)

Language:JavaStargazers:8Issues:1Issues:0

POSIX-Message-Passing

This Project consists of using POSIX message queues for communicating temperatures between each of four external processes and a central process. This project was completed on Ubuntu-Linux. (C)

Language:CStargazers:4Issues:1Issues:0

Bison-Processor

A Simulation of a Stack-based CPU with a mini Kernel for running batch programs written in the Stack-based ISA. (Hexadecimal format in a .exe file - ISA provided in Documentation) (Java)

Language:JavaStargazers:2Issues:1Issues:0

Hex-Comparison

Takes two hexadecimal numbers as input, and determines if the first number is greater, less, or equal. (MIPS-Assembly Language)

Language:AssemblyStargazers:1Issues:1Issues:0

Infix-to-Prefix-Converter

A C++ source code/program that will convert an expression in infix notation to to the equivalent expression in prefix (polish) notation. (C++)

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

Naive-Bayes-Classifier

Implementation of the Naive Bayes Classifier Algorithm in Octave (Octave)

Language:MATLABStargazers:1Issues:1Issues:0

Sorts

Programs in C++ that sorts 1,000 random unique numbers, using a sort algorithm. (Contains Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Quick Sort, and Radix Sort.) (C++)

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

Thesis-Code

This repository has the R Code, Oracle SQL code, and Documentation of my thesis.

Language:RStargazers:1Issues:1Issues:0

airflow

Apache Airflow

Language:PythonLicense:Apache-2.0Stargazers:0Issues:1Issues:0

City-Adjacency-List

Program that reads a data file and constructs an adjacency list. It then finds if there is any two-legged path (route) between two cities. (C++)

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

ClapBackApp

App for Affective Computing - 'Bout that Clapback action boss.

Stargazers:0Issues:5Issues:0

Community-Binary-Search-Tree

This program involves modeling a community of people to be able to answer certain questions about the community and its members. (C++)

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

dc_doh_hackathon

Repository for the DC DOH Hackathon on September 23rd, 2017

Stargazers:0Issues:1Issues:0

Explosion

This program prints all of the paths from one node to another in an acyclic graph. The program also prints out the graph, showing the hierarchy of elements.

Language:JavaStargazers:0Issues:1Issues:1

Famous-Infamous

Computer guesses player's famous or infamous person. The questions are stored in a Binary Search Tree Structure. (C++)

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

how_to_deploy_a_keras_model_to_production

This is the code for the "How to Deploy a Keras Model to Production" by Siraj Raval on Youtube

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Kaggle-MNIST

Testing Different Algorithms for MNIST dataset - C5.0 Decision Tree, Boosting, SVM, and Random Forest with 10x 10-fold cross validation and grid search (caret)

Language:RStargazers:0Issues:1Issues:0

Kaggle-Titanic

My First Kaggle Data Project. Based on the Manifest of the HMS Titanic, recording who lived, and who died in the disaster. I played with C5.0 Decision Tree, rpart Decision Tree, Imputation of missing values using a decision tree model, Random Forest, and Conditional Inference Trees.

Language:RStargazers:0Issues:1Issues:0

Linear-Regression

Uses the Linear Regression algorithm to determine the relationship between sets of data (Octave)

Language:MATLABStargazers:0Issues:1Issues:0

LinearRegression

Simple Linear Model for fitting Data

Language:JavaStargazers:0Issues:1Issues:0

Logistic-Regression

Simple hand coded linear regression model that is trained on NFL field goal attempts in 2003. Predicts the probability of a field goal being a success.

Language:JavaStargazers:0Issues:1Issues:0

Matrix-Multiplcation-Using-Pthreads

Given two matrices, A and B, where matrix A contains M rows and K columns, and matrix B contains K rows and N columns, calculate the matrix C, with each element of C in a separate worker thread. (C)

Language:CStargazers:0Issues:1Issues:0

MNISTFlaskApp

Flask app for digit recognition. Draw in a number, and click on a button to generate a prediction. This was basically an exercise to learn Python, Sklearn, Google Cloud Platform, git in terminal, glt, working with resizing and flattening image data, and flask.

Language:PythonStargazers:0Issues:1Issues:0

Recursive-Array-Addition

Program that first prompts the user to enter a value between 1 and 10. The program then uses this integer as a parameter to a recursive function that computes the sum of the N integers in the array. (C++)

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

Reverse-Print-via-Recursion

The Program prints the contents of a linked list in reverse using recursion. (C++)

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

Simple-Text-Parser

A simple C program parses a select number of words from a text file. (C)

Language:CStargazers:0Issues:1Issues:0

TournamentPredictor

The Tournament predictor's purpose is help reduce branch penalties in Instruction Level Parallism by predicting whether an assembly language branch instruction is taken or not taken. Different parameters are used, with the prediction accuracies recorded. (JAVA)

Stargazers:0Issues:1Issues:1

Tumblr-User-Retention

What started as a take-home exam, that sort of ended up as a full blown practice project for me.

Language:RStargazers:0Issues:1Issues:0

VRGame

A fun side project that I'm doing in Unity and Google Cardboard. I'm making a game!

Stargazers:0Issues:1Issues:0