We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 0047ca4Copy full SHA for 0047ca4
.gitignore
@@ -0,0 +1,3 @@
1
+*.pyc
2
+*~
3
+*#
README.md
@@ -0,0 +1,10 @@
+# Machine Learning
+
+## 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