Skip to content

Instantly share code, notes, and snippets.

View ozanarkancan's full-sized avatar

Ozan Arkan Can ozanarkancan

View GitHub Profile
@ozanarkancan
ozanarkancan / wvec.jl
Last active December 20, 2017 17:08
Use wvec
module WordVec
using PyCall
global const word2vec = PyCall.pywrap(PyCall.pyimport("gensim.models.word2vec"))
type Wvec
model
end
importall ReinforcementLearning
using Knet, ArgParse
type ReinforceAgent <: AbsAgent
weights
prms
states
actions
rewards
γ