Skip to content

Commit

Permalink
LpPool
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanLumerico committed May 26, 2024
1 parent bc45f7c commit 523fcb6
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 8 deletions.
9 changes: 7 additions & 2 deletions docs_pending.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"inheriting": "Layer"
},
{
"name": "LeNet series",
"name": "LeNets",
"script": "luma.neural.network",
"inheriting": ["Estimator", "Supervised", "NeuralModel"]
},
Expand All @@ -46,14 +46,19 @@
"inheriting": ["Estimator", "Supervised", "NeuralModel"]
},
{
"name": "VGGNet series",
"name": "VGGNets",
"script": "luma.neural.network",
"inheriting": ["Estimator", "Supervised", "NeuralModel"]
},
{
"name": "InceptionBlock",
"script": "luma.neural.block",
"inheriting": "Sequential"
},
{
"name": "GlobalAvgPoolND",
"script": "luma.neural.layer",
"inheriting": "Layer"
}
]
}
2 changes: 1 addition & 1 deletion luma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Lumerico's Universal Machine-learning Assistant
-----------------------------------------------
Luma is a comprehensive, user-friendly Python module designed for both beginners
Luma is a comprehensive, user-friendly Python library designed for both beginners
and advanced users in the field of machine learning and data science. It provides
a wide range of tools and functionalities to streamline the process of data analysis,
model building, evaluation, and deployment.
Expand Down
Loading

0 comments on commit 523fcb6

Please sign in to comment.