Skip to content

Instantly share code, notes, and snippets.

<!--
This has been generated by the overpass-turbo wizard.
The original search was:
“name=KaupShop”
-->
<osm-script output="json" timeout="125">
<!-- gather results -->
<union>
<query type="relation">
<has-kv k="admin_level" v="10"/>
@zsal
zsal / online_courses.txt
Created June 25, 2018 04:54
online courses list
https://www.econ.berkeley.edu/course/economics-202a-%E2%80%93-macroeconomic-theory-0
@zsal
zsal / gist:702155d1cac0226d6f081c2befffa438
Last active June 29, 2018 03:29
open source chatbots
https://github.com/llSourcell/tensorflow_chatbot #easy going
https://github.com/chiphuyen/stanford-tensorflow-tutorials/tree/master/assignments/chatbot #nice write up, for stanford class
https://github.com/Conchylicultor/DeepQA #google brain resident, interesting (recognizes shortcomings/future work)
https://github.com/dennybritz/chatbot-retrieval/ #just classification but tbh anything else is pretty bad as of now..
@zsal
zsal / CEMgym.py
Created June 27, 2016 02:57
John Schulman MLSS Lab 1: CartPole-v0
#Most code from John Schulman's MLSS talk on Deep Reinforcement Learning
#http://rl-gym-doc.s3-website-us-west-2.amazonaws.com/mlss/lab1.html#szitalorincz06
import numpy as np
import gym
from gym.spaces import Discrete, Box
# ================================================================
# Policies
# ================================================================