项目作者: avikbag

项目描述 :
Understanding the underlying concepts of Machine Learning and testing results on raw datasets
高级语言: Python
项目地址: git://github.com/avikbag/MachineLearning.git
创建时间: 2017-01-20T15:41:09Z
项目社区:https://github.com/avikbag/MachineLearning

开源协议:

下载


Machine Learning

This repository contains my implementations of various machine learning algorithms, each of which are organized by it’s corresponding folders. These have been implemented in python using libraries such as numpy, scipy, matplotlib and scikit-learn. Some of these algorithms, like PCA, gradient descent, etc have been scripted from scratch using their concepts. However, binary support vector machine was implemented in part from scikit-learn. Feel free to take a look.