Skip to content

Commit 0047ca4

Browse files
committed
initial commit
0 parents  commit 0047ca4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.pyc
2+
*~
3+
*#

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Machine Learning
2+
3+
## Overview
4+
This repository holds code I have written for STAT 37700 Machine Learning with Professor Kondor.
5+
It's ugly, slow, and possibly incorrect. Read at your own risk.
6+
7+
## Contents
8+
9+
* **ada.py** An implementation of AdaBoost with decision stumps as weak learners
10+
* **gauss.py** Gaussian Processes regression with a Gaussian kernel

0 commit comments

Comments
 (0)