Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MichalDanielDobrzanski/DeepLearningPython
/ types & classes
Types & classes
8 in github.com/MichalDanielDobrzanski/DeepLearningPython
⨍
Functions
52
◇
Types & classes
8
↓ 2 callers
Class
ConvPoolLayer
Used to create a combination of a convolutional and a max-pooling layer. A more sophisticated implementation would separate the two, but for
network3.py:185
↓ 1 callers
Class
FullyConnectedLayer
network3.py:236
↓ 1 callers
Class
Network
network3.py:81
↓ 1 callers
Class
Network
network2.py:68
↓ 1 callers
Class
SoftmaxLayer
network3.py:270
Class
CrossEntropyCost
network2.py:42
Class
Network
network.py:22
Class
QuadraticCost
network2.py:26