Skip to content

Instantly share code, notes, and snippets.

View sasagawa888's full-sized avatar

kenichi sasagawa sasagawa888

View GitHub Profile
# for CNN test for Fashion-MNIST
defnetwork init_network9(_x) do
_x
# |> visualizer(1,1)
|> f(5, 5, 1, 12, {1, 1}, 1, 0.1, 0.001)
|> pooling(2, 2)
|> f(3, 3, 12, 12, {1, 1}, 1, 0.1, 0.001)
|> f(2, 2, 12, 12, {1, 1}, 1, 0.1, 0.001)
|> pooling(2, 2)
|> f(3, 3, 12, 12, {1, 1}, 0, 0.1, 0.001)
defmodule Midi do
@moduledoc """
Documentation for `Midi`.
"""
@doc """
Tarai function music.
## Examples