Skip to content
View aroques's full-sized avatar
Block or Report

Block or report aroques

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. aroques.github.io aroques.github.io Public

    My Jekyll Blog!

    HTML

  2. naive-bayes naive-bayes Public

    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 estimatio…

    Python

  3. numerical-tic-tac-toe numerical-tic-tac-toe Public

    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 i…

    Python 1

  4. resource-management resource-management Public

    Deadlock avoidance (resource management) project for Operating Systems class

    C 2

  5. decision-tree decision-tree Public

    CART Decision Tree

    Python

  6. missionaries-and-cannibals missionaries-and-cannibals Public

    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 mi…

    Python 3