Pinned Repositories
BloomFilter
A basic implementation of Bloom Filter in C.
code247
code247.github.io
Personal website
Coursera-Bioinformatics
700+ line Java code from Bioinformatics starter course on Coursera
Coursera-MachineLearning
Miscellaneous code from courses on Coursera
Coursera-RProgramming
Code from exercises from R Programming course on Coursera
GraphEmbedding-RecommenderSystems
A Recommender System using DeepWalk
Microshell
Terminal like Microshell designed to carry out basic shell tasks like I/O redirection, piping, execvp
Music-Recommender-System
Data and IPython notebook of a Music Recommendation System implemented in Spark using ALS.
Threading-Library
A Non-preemptive User Level Threading package with Semaphores
code247's Repositories
code247/Music-Recommender-System
Data and IPython notebook of a Music Recommendation System implemented in Spark using ALS.
code247/GraphEmbedding-RecommenderSystems
A Recommender System using DeepWalk
code247/BloomFilter
A basic implementation of Bloom Filter in C.
code247/code247
code247/code247.github.io
Personal website
code247/Coursera-Bioinformatics
700+ line Java code from Bioinformatics starter course on Coursera
code247/Coursera-MachineLearning
Miscellaneous code from courses on Coursera
code247/Coursera-RProgramming
Code from exercises from R Programming course on Coursera
code247/Microshell
Terminal like Microshell designed to carry out basic shell tasks like I/O redirection, piping, execvp
code247/Threading-Library
A Non-preemptive User Level Threading package with Semaphores
code247/CSC541-SearchTrees
Data structure for a text editor using Binary Search Trees
code247/datasciencecoursera
code247/datasharing
The Leek group guide to data sharing
code247/fpl-api-graphql
A GraphQL node wrapper for the Fantasy Premier League (fantasy.premierleague.com) REST apis.
code247/Greedy-AStar-Uniform
Implementation of various search techniques on a map of US cities.
code247/MeasureTree
A fully dynamic data structure to maintain the measure of union of n intervals.
code247/openwhisk
Apache OpenWhisk is an open source serverless cloud platform
code247/openwhisk-runtime-python
Apache OpenWhisk Runtime Python supports Apache OpenWhisk functions written in Python
code247/oppia
Tool for collaboratively building interactive lessons.
code247/private-kit
Private Kit, an open source privacy preserving system for using personal information
code247/ProgrammingAssignment2
Repository for Programming Assignment 2 for R Programming on Coursera
code247/ramdisk
Basic FUSE Implementation of an in-memory file system
code247/Sentiment-Analysis
Twitter Sentiment Analysis using Apache Kafka streaming service
code247/Sentiment-Analysis-NaiveBayes-Logistic
Sentiment Analysis using Naive Bayes and Logistic Regression of scikit-learn