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

This is an old revision of the document!



Warning: Declaration of syntax_plugin_fontsize2::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/fontsize2/syntax.php on line 19

Warning: Declaration of syntax_plugin_fontsize2::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/fontsize2/syntax.php on line 19

Warning: Declaration of syntax_plugin_comment::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/comment/syntax.php on line 30

Warning: Declaration of syntax_plugin_comment::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/comment/syntax.php on line 30

Warning: Declaration of syntax_plugin_tablewidth::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/tablewidth/syntax.php on line 57

Warning: Declaration of syntax_plugin_tablewidth::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/tablewidth/syntax.php on line 57

Warning: Declaration of syntax_plugin_mathjax_protecttex::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/mathjax/syntax/protecttex.php on line 157

Machine Learning and Python resources

Machine Learning Groups, Societies, Journals and Conferences

Remote Access to CS Department Machines

See the Remote Access page in the Department of Computer Science. Most useful is the description of using VNC.

Python

Python Programming Language, the official Python website

Resources for learning python

book by Allen Downey

Python resources

IPython

IPython main site

Video tutorial on using ipython, in five parts by Jeff Rush

Video: IPython in-depth: high-productivity interactive and parallel python, at 1:22 this video summarizes the IPython Notebook.

Python on ...

... MS Windows

... Macs

Python in ...

.. in Spyder

Spyder, stands for Scientific PYthon Development EnviRonment

.. in Eclipse

.. in Emacs

A Guided Tour of Emacs, helps answer the question “Why emacs?”

Here is a two page Emacs Reference Card.

numpy, matplotlib, scipy

The NumPy Array: A Structure for Efficient Numerical Computation, by Stéfan van der Walt, S. Chris Colbert, and Gaël Varoquaux

Python Tools for Science, by Bartosz Telenczuk

Some links provided by Brian Kraus:

Introducing Numpy Arrays, video.

Many other related vides can be found here.

For installing on MS Windows, see Installing SciPy / Windows. See the first sentence and follow the “Download” link.

Matplotlib

Save and edit the customization file described here to modify how matplotlib makes plots.

Here is a nice short tutorial on how to combine matplotlib plots within a gui application based on wxWidgets and wxPython.

LaTeX

Lots of tutorials and quick starts out there:

IDEs

On the computer science department's network, we have texmaker installed. Just type

> texmaker

at the unix prompt to get started. We also have LyX, which you run by

> lyx

And we have kile, which you run by

> kile

Latex on Windows and Macs

Matrices

Don't Invert that Matrix, by John Cook

The Matrix Cookbook, by Kaare Brandt Petersen and Michael Syskind Pedersen

resources.1375232707.txt.gz · Last modified: 2016/08/09 10:25 (external edit)