Skip to content

Instantly share code, notes, and snippets.

View oxinabox's full-sized avatar
🐂

Frames White oxinabox

🐂
View GitHub Profile
@oxinabox
oxinabox / SVD error.ipynb
Last active June 1, 2017 14:48
TensorFlow SVD vs LAPACK SVD
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / tmp.ipynb
Created May 21, 2017 04:45
FieldNames example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / Untitled1.ipynb
Created May 16, 2017 07:13
Lorenz_function.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / backticks.txt
Last active April 26, 2017 08:08
how to use backticks
```julia
@everywhere function par(i, u)
a=Dict{Int64, Array{Tuple{Int64,Int64},1}}()
dum_a = Array{Tuple{Int64,Int64}}(0)
# for i in 1:10
for j in 1:10
for k in 1:u
push!(dum_a,(j,k))
@oxinabox
oxinabox / SlidingWindowIter.jl
Created March 9, 2017 16:10
An Iterator for Sliding Windows. Probably originally based on something from Word2Vec.jl
type SlidingWindow
ws::Any #Normally a word stream
lsize::Int64
rsize::Int64
end
Base.iteratorsize(::Type{SlidingWindow}) = Base.SizeUnknown()
window_length(window) = window.lsize + 1 + window.rsize
@oxinabox
oxinabox / HereWeGo.ipynb
Created February 24, 2017 16:46
GamePlanner
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / HereWeGo.ipynb
Created February 24, 2017 16:19
GamePlanner
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / tmo.ipynb
Created February 15, 2017 12:26
String Reps
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / LSTM.ipynb
Last active January 26, 2017 04:40
ColoringNames/src/LSTM.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.