Pinned Repositories
100-Days-Of-ML-Code
100 Days of ML Coding
adx
Experiment in self-authenticating data structures for a federated social network
backwardChaining
Inference engine for FOL using backward chaining in Python
bayesianSpamFIlter
botkit
Botkit is a toolkit for making bot applications
container-diff
container-diff: Diff your Docker containers
graphSearch
AI assignment for graph search using DFS, BFS and UCS
mancala
Implementation of mancala game using Greedy, Minimax, and Alpha - Beta pruning algorithm
perceptronSpamFilter
Implementing a spam filter using perceptrons
restClient
OO Python connecting to rest service
mayanand's Repositories
mayanand/restClient
OO Python connecting to rest service
mayanand/100-Days-Of-ML-Code
100 Days of ML Coding
mayanand/adx
Experiment in self-authenticating data structures for a federated social network
mayanand/backwardChaining
Inference engine for FOL using backward chaining in Python
mayanand/bayesianSpamFIlter
mayanand/botkit
Botkit is a toolkit for making bot applications
mayanand/container-diff
container-diff: Diff your Docker containers
mayanand/docker-base
Just enough to get process supervision and startup mechanisms
mayanand/go-common
common go things.
mayanand/go-marathon
A GO API library for working with Marathon
mayanand/gradio
Create UIs for your machine learning model in Python in 3 minutes
mayanand/graphSearch
AI assignment for graph search using DFS, BFS and UCS
mayanand/hackSC
A node JS app to play with its functionalities
mayanand/java-container
mayanand/Learn_Machine_Learning_in_3_Months
This is the code for "Learn Machine Learning in 3 Months" by Siraj Raval on Youtube
mayanand/mancala
Implementation of mancala game using Greedy, Minimax, and Alpha - Beta pruning algorithm
mayanand/ml5-library
Friendly machine learning for the web! 🤖
mayanand/nn-zero-to-hero
Neural Networks: Zero to Hero
mayanand/perceptronSpamFilter
Implementing a spam filter using perceptrons
mayanand/PyTorch-Mini-Tutorials
Minimal tutorials for PyTorch
mayanand/titanic
Playing with titanic dataset on Kaggle using Scikit