Warning: Declaration of action_plugin_tablewidth::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/tablewidth/action.php on line 93
resources [CS545 fall 2016]

User Tools

Site Tools


resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
resources [2013/08/04 14:45]
asa
resources [2016/08/24 16:18]
asa
Line 1: Line 1:
 ====== Python and Machine Learning resources ====== ====== Python and Machine Learning resources ======
 +
 +===== ML open source software and data =====
 +
 +  * The [[http://​archive.ics.uci.edu/​ml/​index.html | UCI]] machine learning data repository.
 +  * [[http://​mloss.org/​software/​|MLOSS]]: ​ machine learning open source software repository.
 +  * [[http://​rodrigob.github.io/​are_we_there_yet/​build/​classification_datasets_results.html | Are we there yet?​]] ​ recent progress on challenging computer vision datasets.
 +  * [[http://​www.kaggle.com/​competitions | ML competitions]].
 +===== Machine Learning Societies, Journals and Conferences =====
 +
 +  * [[http://​machinelearning.org/​|The International Machine Learning Society]] and its [[http://​machinelearning.org/​icml.html|International Conference on Machine Learning]]
 +  * [[http://​jmlr.csail.mit.edu/​|Journal of Machine Learning Research]], free, on-line
 +  *  [[http://​www.mitpressjournals.org/​loi/​neco|Neural Computation]]
 +  * [[http://​onlinelibrary.wiley.com/​journal/​10.1002/​(ISSN)1098-111X|International Journal of Intelligent Systems]]
 +  * [[http://​nips.cc/​|Neural Information Processing Systems]] conference.
 +
 +
  
 ====== Python ====== ====== Python ======
  
-[[http://​www.python.org|Python ​Programming Language]], the official Python website+[[http://​www.python.org|The official ​Python ​website]]
  
 === Resources for learning python === === Resources for learning python ===
Line 9: Line 25:
   * [[http://​www.python.org/​doc/​current/​tutorial/ ​ | The official Python tutorial]]   * [[http://​www.python.org/​doc/​current/​tutorial/ ​ | The official Python tutorial]]
   * [[http://​www.greenteapress.com/​thinkpython|Think Python]], on-line book by Allen Downey   * [[http://​www.greenteapress.com/​thinkpython|Think Python]], on-line book by Allen Downey
 +  * [[http://​learnpythonthehardway.org/​book/​|Learn Python the hard way]]
   * [[http://​www.diveintopython.net/​|Dive Into Python]], on-line book by Mark Pilgrim   * [[http://​www.diveintopython.net/​|Dive Into Python]], on-line book by Mark Pilgrim
   * [[https://​portal.g-node.org/​python-summerschool-2009/​slides|Dive into Python]] slides, by Bartosz Telenczuk   * [[https://​portal.g-node.org/​python-summerschool-2009/​slides|Dive into Python]] slides, by Bartosz Telenczuk
Line 78: Line 95:
  
 Lots of tutorials and quick starts out there: Lots of tutorials and quick starts out there:
-  * [[http://​www.latex-project.org/​guides/​|LaTeX Documentation]] 
   * [[http://​tobi.oetiker.ch/​lshort/​lshort.pdf|The Not So Short Introduction to LATEX 2ε or LATEX 2ε in 157 minutes]] by Tobias Oetiker, Hubert Partl, Irene Hyna and Elisabeth Schlegl, with an excellent index useful for looking up commands   * [[http://​tobi.oetiker.ch/​lshort/​lshort.pdf|The Not So Short Introduction to LATEX 2ε or LATEX 2ε in 157 minutes]] by Tobias Oetiker, Hubert Partl, Irene Hyna and Elisabeth Schlegl, with an excellent index useful for looking up commands
   * [[http://​soundandcomplete.com/​2010/​05/​13/​emacs-as-the-ultimate-latex-editor/​|Emacs as the Ultimate LaTeX Editor]], by Piotr Kaźmierczak   * [[http://​soundandcomplete.com/​2010/​05/​13/​emacs-as-the-ultimate-latex-editor/​|Emacs as the Ultimate LaTeX Editor]], by Piotr Kaźmierczak
Line 85: Line 101:
   * [[http://​www.andy-roberts.net/​writing/​latex|Getting to Grips with LaTeX]] by Andrew Roberts   * [[http://​www.andy-roberts.net/​writing/​latex|Getting to Grips with LaTeX]] by Andrew Roberts
  
-===== IDEs =====+===== Tools for LaTex ===== 
 + 
 +There are specific editors and GUI programs to help you with LaTex (e.g. texmaker, lyx, and kile for linux, which are installed on CS machines, and miktex for windows). ​ Personally, I either do things at the commandline and use emacs/​aquamacs for editing or use one of two very good online systems: ​ ([[https://​www.overleaf.com/​ | Overleaf]] or [[https://​www.sharelatex.com/​ | ShareLatex]]). 
 + 
  
-On the computer science department'​s network, we have [[http://​www.xm1math.net/​texmaker/​|texmaker]] installed. ​ Just type 
-  > texmaker 
-at the unix prompt to get started. ​ We also have [[http://​www.lyx.org/​|LyX]],​ which you run by 
-  > lyx 
-And we have [[http://​kile.sourceforge.net/​|kile]],​ which you run by 
-  > kile 
-  ​ 
 ===== Latex on Windows and Macs ===== ===== Latex on Windows and Macs =====
  
-  * [[http://​www.latex-project.org/​ftp.html|Obtaining LaTeX]], includes links to [[http://​www.tug.org/​protext/​|ProTeXT]] for Windows, and [[http://​www.tug.org/​mactex/2011/|MacTeX]] for Macs.+  * [[http://​www.latex-project.org/​ftp.html|Obtaining LaTeX]], includes links to [[http://​www.tug.org/​protext/​|ProTeXT]] for Windows, and [[http://​www.tug.org/​mactex/​|MacTeX]] for Macs.
  
  
Line 104: Line 117:
 See the [[https://​www.cs.colostate.edu/​wiki/​Remote_Access|Remote Access]] page department wiki. See the [[https://​www.cs.colostate.edu/​wiki/​Remote_Access|Remote Access]] page department wiki.
  
-===== Machine Learning Societies, Journals and Conferences ===== 
- 
-  * [[http://​machinelearning.org/​|The International Machine Learning Society]] and its [[http://​machinelearning.org/​icml.html|International Conference on Machine Learning]] 
-  * [[http://​jmlr.csail.mit.edu/​|Journal of Machine Learning Research]], free, on-line 
-  *  [[http://​www.mitpressjournals.org/​loi/​neco|Neural Computation]] 
-  * [[http://​onlinelibrary.wiley.com/​journal/​10.1002/​(ISSN)1098-111X|International Journal of Intelligent Systems]] 
-  * [[http://​nips.cc/​|Neural Information Processing Systems]] conference. 
  
  
resources.txt · Last modified: 2016/08/24 16:43 by asa