Skip to content
View nbayindirli's full-sized avatar
🕳️
heads-down, building..
🕳️
heads-down, building..

Block or report nbayindirli

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

Popular repositories Loading

  1. ID3-classifier ID3-classifier Public

    Implementation of the ID3 decision tree learning algorithm as applied to a dataset of poisonous and edible mushrooms.

    Python 3

  2. omnichain-message-passing omnichain-message-passing Public

    Uses the LayerZero message passing protocol to update and query the application state of satellite chains (Rinkeby [Ethereum] & Mumbai [Polygon]) via a master chain (Fuji [Avalanche]).

    Solidity 1

  3. alarm-clock alarm-clock Public

    Assembly

  4. python-data-science-exercise python-data-science-exercise Public

    Classifier that can predict if a new customer will likely default on his credit card payment.

    Python 1

  5. SGD-fMRI-image-data SGD-fMRI-image-data Public

    Trains linear models using stochastic gradient descent to predict whether a human subject is viewing a picture or reading a sentence from their fMRI brain image data.

    Python

  6. gaussian_mixture_models gaussian_mixture_models Public

    Implementation of the EM algorithm for mixtures of Gaussians. Cluster means are initiated by randomly drawing from a uniform distribution and with standard deviations as a fixed fraction of the ran…