Skip to content

Instantly share code, notes, and snippets.

@ixtel
ixtel / index.html
Created February 5, 2017 11:52 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/qizahim
<!DOCTYPE html>
<html>
<head>
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/knockout/2.2.1/knockout-min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
@ixtel
ixtel / dl-frameworks.rst
Created February 26, 2016 10:06 — forked from bartvm/dl-frameworks.rst
A comparison of deep learning frameworks

A comparison of Theano with other deep learning frameworks, highlighting a series of low-level design choices in no particular order.

Overview

Symbolic: Theano, CGT; Automatic: Torch, MXNet

Symbolic and automatic differentiation are often confused or used interchangeably, although their implementations are significantly different.

@ixtel
ixtel / kfpls-notebook.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/kfpls-notebook.ipynb
Kite-form PLS in IPython using Ryser.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ixtel
ixtel / nltk-notebook.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/nltk-notebook.ipynb
NLTK IPython Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ixtel
ixtel / list-colouring-notebook.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/list-colouring-notebook.ipynb
List-colouring in IPython using Vizing.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ixtel
ixtel / networkx-notebook.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/networkx-notebook.ipynb
Learning NetworkX in IPython.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ixtel
ixtel / speech-annotation.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/speech-annotation.ipynb
Speech annotation in Python using regular expressions. http://nbviewer.ipython.org/6052936
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ixtel
ixtel / gps-notebook.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/gps-notebook.ipynb
"Processing GPS data in Python" notebook for IPython. http://nbviewer.ipython.org/6279740
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ixtel
ixtel / probability-notebook.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/probability-notebook.ipynb
Notes and solutions to exercises from "Introduction to Probability" by Grinstead and Snell.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ixtel
ixtel / sudoku-notebook.ipynb
Created October 19, 2015 13:11 — forked from MHenderson/sudoku-notebook.ipynb
Modelling Sudoku puzzles with Python.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.