Pinned Repositories
aio_sandbox
Sandbox Container for Python AIO Things
blockchain
Go server that creates and adds to a Blockchain. And you can see in browser :)
DijkstraAlgorithm
First attempt at implementing Dijkstra's Algorithm in Java!
Minesweeper
Minesweeper
newsfeed
Get News Stuff
overlapping_communities
Node-centric approach to community detection + greedy approach to modularity gain for detecting community overlap
vision
Computer Vision Playground Container
sordonia120446's Repositories
sordonia120446/overlapping_communities
Node-centric approach to community detection + greedy approach to modularity gain for detecting community overlap
sordonia120446/aio_sandbox
Sandbox Container for Python AIO Things
sordonia120446/blockchain
Go server that creates and adds to a Blockchain. And you can see in browser :)
sordonia120446/DijkstraAlgorithm
First attempt at implementing Dijkstra's Algorithm in Java!
sordonia120446/newsfeed
Get News Stuff
sordonia120446/vision
Computer Vision Playground Container
sordonia120446/angular-tour-of-heroes
sordonia120446/classification_basics
Tensorflow Classification Sandbox
sordonia120446/community
A Python implementation of Girvan-Newman community detection algorithm for weighted graphs
sordonia120446/cs223_project
HMM gene detection
sordonia120446/cs251a-cobra
This repository is for the CS 251a class for Team Cobra.
sordonia120446/cs251Afinal
sordonia120446/cs256_deep_learning
CS 256 Deep Learning Homework & Projects
sordonia120446/cs256_hw3
Dense, multi-layer DNN for classification of Alien DNA Stickiness
sordonia120446/cs256_hw4
CNN vs SVM Comparison for Image Classification
sordonia120446/Data-Compiler-and-Aggregator
sordonia120446/FoodTracker
Ever want to keep track of your favorite restaurants and meals? Here's an app that'll help you keep track of exactly those moments! Add a picture of your favorite meal!
sordonia120446/gallery
From the battery to the gallery, it's the kind of thing you only see in scented glossy magazines.
sordonia120446/hackedu_fa2016
sordonia120446/Hangman
Hangman game in Java.
sordonia120446/hashing
basic hashtable + hopscotch_hashing (collision resolution approach to dynamic key injection)
sordonia120446/reactathon
React & D3 things
sordonia120446/redux-practice
React-Redux Toy Example
sordonia120446/SearchSortSuite
A suite of sorting and searching algorithms.
sordonia120446/southwest_checkin
Automated checkin to a Southwest flight with nightmare.js
sordonia120446/SumOfAllFears
Class SearchMachine iterates through an ArrayList of Integers searching for a pair of elements that add up to a user-designated sum. If no match, just prints out a failure message. Search solution is O(n).
sordonia120446/tensorflow_demo
Tensorflow Demo for my TF in 5 Min Video on Youtube
sordonia120446/tensorflow_MNIST_tutorial
sordonia120446/Tic-Tac-Toe
sordonia120446/yolo_v3_pytorch_better
YOLO v3 on Pytorch