Giter VIP home page Giter VIP logo

Alec's Projects

bias-variance icon bias-variance

Bias variance experiment from Learning from Data. Problem 2.24, p. 75.

cs50-finance icon cs50-finance

A website with a PHP/MySQL backend where users can create an account to buy, sell, and lookup stock prices.

cs50-news icon cs50-news

A searchable draggable map with a backend written in PHP and data sourced from a SQL database along with a couple of Google API’s that asynchronously displays local news stories.

cs50-spellchecker icon cs50-spellchecker

This program written in C will check a text file for spelling errors. Implemented load, check, size, and unload functions in dictionary.c. This uses string maniplulation, arrays, pointers, and a hash table.

dbscan icon dbscan

DBSCAN clustering algorithm implementation in python 3

fsm icon fsm

Finite State Machine Designer

message-passing icon message-passing

Message passing and operating system simulator project for operating systems

missionaries-and-cannibals icon missionaries-and-cannibals

Three missionaries and three cannibals are on one side of a river, along with a boat that can hold one or two people. Find a way to get everyone to the other side without ever leaving a group of missionaries in one place outnumbered by the cannibals in that place.

naive-bayes icon naive-bayes

The Naive Bayesian classifier is based on Bayes’ theorem with independence assumptions between predictors. A Naive Bayesian model is easy to build, with no complicated iterative parameter estimation which makes it particularly useful for very large datasets. Despite its simplicity, the Naive Bayesian classifier often does surprisingly well and is widely used because it often outperforms more sophisticated classification methods.

numerical-tic-tac-toe icon numerical-tic-tac-toe

Numerical tic-tac-toe is similar to normal tic-tac-toe, except instead of X's and O's, the two players are given the numbers 1 - size of game board. For a 4x4 board, the goal is to have 4 numbers in a line sum to 34 (the average of numbers 1 - 16 multiplied by 4).

parser icon parser

Recursive descent parser for compilers class

perceptron-learning icon perceptron-learning

'Pocket' version of the perceptron learning algorithm implementation and visualization

proc-fans icon proc-fans

Exercise 3.9 of UNIX Systems Programming: Communication, Concurrency and Threads: Communication, Concurrency and Threads (2nd Edition)

redistricting icon redistricting

This program provides simulates redistrictings of a 5x5 map and prints the statistics.

ridge-regression icon ridge-regression

Ridge regression with the regularization parameter estimated by 3-fold cross validation

scanner icon scanner

Scanner written for Program Translation (compilers) class

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.