StillerPatrick / MLP-Parameter-Counter

Calculates the number of parameters for simple multilayer perceptrons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLP-Parameter-Counter

Calculates the number of parameters for simple multilayer perceptrons.

At the moment the script is suited for mlp with same feature-size in the hidden layers. You can run it with.

python mlp_calculator.py

About

Calculates the number of parameters for simple multilayer perceptrons.


Languages

Language:Python 100.0%