Skip to content

Instantly share code, notes, and snippets.

View daanklijn's full-sized avatar
👨‍🚀
Ready for take-off!

Daan Klijn daanklijn

👨‍🚀
Ready for take-off!
View GitHub Profile
@daanklijn
daanklijn / net.py
Last active December 21, 2020 18:20
Basic net
input = Input(shape=1)
output = Dense(100, activation="softmax", kernel_initializer='zeros')(input)
model = Model(inputs=input, outputs=output)
class Python < Formula
desc "Interpreted, interactive, object-oriented programming language"
homepage "https://www.python.org/"
url "https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz"
sha256 "fb799134b868199930b75f26678f18932214042639cd52b16da7fd134cd9b13f"
head "https://github.com/python/cpython.git"
bottle do
sha256 "25e0099852136c4ef1efd221247d0f67aa71f7b624211b98898f8b46c612f40d" => :mojave
sha256 "b65fecb4bb8350359488d6ca4c0a5a343f658f424d101a45e28d5a72de7f455c" => :high_sierra