Difference between revisions of "Machine Learning"

From sshcWiki
Jump to navigation Jump to search
(Created page with "Machine Learning Meetups @ SSH")
 
m (Bot: Cosmetic changes)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Machine Learning Meetups @ SSH
+
== Machine Learning Meetups @ SSH ==
 +
 
 +
=== Meetings: ===
 +
Day/Time: Currently concurrent with tuesday evening coding hours (TECH), Tuesdays 7pm-8pm (we occasionally decide to reschedule so if you're thinking of coming, it's probably a good idea to email the SSH group list to make sure of the day/time).
 +
 
 +
Location: SSH space at Mana Contemporary
 +
 
 +
The deal: we meet to talk about Machine Learning related stuff and work on projects. In the past we have submitted entries to [http://www.kaggle.com/ Kaggle] competitions. We also have fairly frequent talks on Machine Learning topics. Feel free to just show up! Right now it's mostly an informal hack session / discussion session when people show up.
 +
 
 +
Just to be clear, [http://en.wikipedia.org/wiki/Machine_learning this] is what we mean by machine learning.
 +
 
 +
=== Current projects ===
 +
 
 +
A few of us are working on this project: [http://www.kaggle.com/c/forest-cover-type-prediction], classifying forest cover types using machine learning.
 +
 
 +
We have also been going through the Elements of Statistical Learning [http://www.amazon.com/Elements-Statistical-Learning-Prediction-Statistics/dp/0387848576/].
 +
 
 +
=== Talks ===
 +
 
 +
Past:
 +
# Vasa: Lasso (5/05/2014)
 +
# Jerry: Decision Trees and Random Forests (04/27/2014)
 +
# Jen: [[File:DeepLearning.pdf|Deep Learning]] (04/20/2014)
 +
# Phebe: Overview of Machine Learning (04/13/2014)
 +
 
 +
 
 +
 
 +
=== Useful Machine Learning Resources: ===
 +
 
 +
* Andrew Ng’s Machine Learning Coursera class: https://www.coursera.org/course/ml [Really good introduction to basics of machine learning.]
 +
 
 +
* Getting started with Python for data science: https://www.kaggle.com/wiki/GettingStartedWithPythonForDataScience
 +
 
 +
* Sci-kit learn: http://scikit-learn.org/stable/ [Insanely useful Python library.]
 +
 
 +
* Flow chart http://peekaboo-vision.blogspot.com/2013/01/machine-learning-cheat-sheet-for-scikit.html
 +
 
 +
Useful things to do before coming to meetup:
 +
 
 +
1. Get your python install set up
 +
* Get python
 +
* Get packages: scikit-learn, numpy
 +
2. Install Dropbox

Latest revision as of 22:19, 27 February 2017

Machine Learning Meetups @ SSH

Meetings:

Day/Time: Currently concurrent with tuesday evening coding hours (TECH), Tuesdays 7pm-8pm (we occasionally decide to reschedule so if you're thinking of coming, it's probably a good idea to email the SSH group list to make sure of the day/time).

Location: SSH space at Mana Contemporary

The deal: we meet to talk about Machine Learning related stuff and work on projects. In the past we have submitted entries to Kaggle competitions. We also have fairly frequent talks on Machine Learning topics. Feel free to just show up! Right now it's mostly an informal hack session / discussion session when people show up.

Just to be clear, this is what we mean by machine learning.

Current projects

A few of us are working on this project: [1], classifying forest cover types using machine learning.

We have also been going through the Elements of Statistical Learning [2].

Talks

Past:

  1. Vasa: Lasso (5/05/2014)
  2. Jerry: Decision Trees and Random Forests (04/27/2014)
  3. Jen: File:DeepLearning.pdf (04/20/2014)
  4. Phebe: Overview of Machine Learning (04/13/2014)


Useful Machine Learning Resources:

Useful things to do before coming to meetup:

1. Get your python install set up

  • Get python
  • Get packages: scikit-learn, numpy

2. Install Dropbox