johnsenaakoto
ML Engineer pursuing an MS in Computer Science at Texas Tech University. I am interested in exploring and investigating data using code
Texas Tech UniversityLubbock, TX
Pinned Repositories
Flix
Flix app that shows the top 20 movies on The Movie Database
google_foobar_challenge_lvl1
Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world. And it is known that several developers at Google are hired by this process. The challenge consists of five levels with a total of nine questions, with the level of difficulty increasing at each level.
google_foobar_challenge_lvl2
Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world. And it is known that several developers at Google are hired by this process. The challenge consists of five levels with a total of nine questions, with the level of difficulty increasing at each level. In this repo, I will chronicle my experience with the first level
google_foobar_challenge_lvl3
Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world. And it is known that several developers at Google are hired by this process. The challenge consists of five levels with a total of nine questions, with the level of difficulty increasing at each level. In this repo, I will chronicle my experience with the first level
grocery-3
grocery-3 is a c project. This project sets up C code to handle basic tasks at a simple grocery store. This project uses a simplistic hash table to manage inventory in the store
InstagramClone
This is a clone of Instagram
MixerProject
This is the repo for the student led app dev course, offered via CodePath.
Music_Genre_Classification
This repository contains notebooks that outline the building of a music genre classifier.
WeatherApp
This is a python weather app that gives the weather for any input city.
winery-multivariate-classification
In this notebook, I am going to classify wines using 13 features. There are 178 wines with corresponding 13 features. We are going to classify each wine based on which winery it was made from. There are 3 wineries/classes/labels. I will divide this into a training set of 130 points and a test set of 48 points.
johnsenaakoto's Repositories
johnsenaakoto/Flix
Flix app that shows the top 20 movies on The Movie Database
johnsenaakoto/MixerProject
This is the repo for the student led app dev course, offered via CodePath.
johnsenaakoto/google_foobar_challenge_lvl1
Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world. And it is known that several developers at Google are hired by this process. The challenge consists of five levels with a total of nine questions, with the level of difficulty increasing at each level.
johnsenaakoto/google_foobar_challenge_lvl2
Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world. And it is known that several developers at Google are hired by this process. The challenge consists of five levels with a total of nine questions, with the level of difficulty increasing at each level. In this repo, I will chronicle my experience with the first level
johnsenaakoto/google_foobar_challenge_lvl3
Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world. And it is known that several developers at Google are hired by this process. The challenge consists of five levels with a total of nine questions, with the level of difficulty increasing at each level. In this repo, I will chronicle my experience with the first level
johnsenaakoto/grocery-3
grocery-3 is a c project. This project sets up C code to handle basic tasks at a simple grocery store. This project uses a simplistic hash table to manage inventory in the store
johnsenaakoto/WID
WID
johnsenaakoto/InstagramClone
This is a clone of Instagram
johnsenaakoto/Music_Genre_Classification
This repository contains notebooks that outline the building of a music genre classifier.
johnsenaakoto/WeatherApp
This is a python weather app that gives the weather for any input city.
johnsenaakoto/winery-multivariate-classification
In this notebook, I am going to classify wines using 13 features. There are 178 wines with corresponding 13 features. We are going to classify each wine based on which winery it was made from. There are 3 wineries/classes/labels. I will divide this into a training set of 130 points and a test set of 48 points.
johnsenaakoto/AVL-tree-implementation
Implementation of an AVL tree (self balancing binary tree)
johnsenaakoto/Binary-Search-Tree-implementation
Implementation of a binary search tree (BST) in C
johnsenaakoto/Conway_Game_of_Life
A python program which performs a cellular automaton
johnsenaakoto/grocery-2
This is a system that stores customer loyalty accounts at a grocery store, then processes basic orders for said customers.
johnsenaakoto/Hash-table-implementation
Implementation of a chained hash table
johnsenaakoto/hello-world
Just another repository
johnsenaakoto/johnsenaakoto-portfolio
My Portfolio Website
johnsenaakoto/mlp
Multilayer Perception (MLP) Neural Network using tensorflow
johnsenaakoto/multilayerperceptron
Multilayer Perception Neural Network, which I built from scratch
johnsenaakoto/regression-analysis
In this notebook, I will generate regression models that can be used to predict the progression of diabetes based on 11 features.
johnsenaakoto/Secure-Messaging-Program
Designed a multi-threaded end-to-end encrypted messaging program. The messaging program has integrity, non-repudiation, and confidentiality services.
johnsenaakoto/SimpleTodo
Simple Todo app for CodePath prework
johnsenaakoto/SimpleTweet
johnsenaakoto/ToDo-App
To-do list: Codepath prework project
johnsenaakoto/winery-bivariate-classification
In this notebook, I explore winery data with the two-dimensional Gaussian by varying the covariance matrix, drawing random samples from the resulting distribution, and plotting contour lines of the density