A distributed machine learning framework for Python.
Stars
2
Forks
0
Watchers
2
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
60
commits
Implement calculate_error and generate_population methods. Issue #13
78d5330View on GitHubFix comparison between particle fitness and pbest/gbest. Issue #13
d55d15bView on GitHubMove backpropagation algorithm into trainers package. Issue #11
f21f87eView on GitHubAllow caller to pass bias as a numeric value instead of a boolean. Issue #14
4c7f2f2View on GitHubRemove extraneous parameter from _concat_bias. Issue #9
76d5d81View on GitHubAdd ability to construct MLP networks with arbitrarily-many layers.
b53b89cView on GitHubAllow MultilayerPerceptron to accept network shape parameter instead of separate layer node counts.
2387f57View on GitHubGeneralize code in __recall to work on arbitrarily many layers.
9c892ecView on GitHub