Skip to content
View IntoTheVortex's full-sized avatar

Block or report IntoTheVortex

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. CV-Optical-Flow CV-Optical-Flow Public

    A short Python program implementing the Lucas-Kanade Optical Flow algorithm using NumPy, Matplotlib, and OpenCV-Python (cv2).

    Python

  2. Pythagoras_Tree Pythagoras_Tree Public

    Using a basic graphics library, I wrote a program to recursively draw a modified version of a Pythagoras Tree using random angles.

    C

  3. Bayesian-Classifier Bayesian-Classifier Public

    I wrote a program to classify sets of email features into spam and not-spam cases using the Spambase data set and a naive Bayesian classifier.

    Python

  4. K-C-means-clustering K-C-means-clustering Public

    I wrote a program to implement the k-means and fuzzy c-means clustering algorithms and applied them to a dataset made up of three Gaussian distributions.

    Python

  5. Midi-Worsifier Midi-Worsifier Public

    I wrote a program to convert midi files to wav files using hand-coded synthesizers with different wave types. Since these wave types are fairly simple, the resulting wav file usually sounds worse t…

    Python

  6. Exploration-in-Go Exploration-in-Go Public

    Go