-
-
Notifications
You must be signed in to change notification settings - Fork 83
Add basic SingleLayerPerceptron Class #220
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew-contributors-only
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew-contributors-only
Type
Projects
- StatusShow more project fieldsIn Progress
Right now, the main library lets users train their own custom Torch models by using the
Trainerclass. However, we want to give users who are not familiar with Torch the possibility to create some basic models.Taking inspiration from scikit-learn's workflow, we first want to support the creation of SLPs (Single Layer Perceptrons) for both classification and regression tasks. The model should have a simple API (please look at https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html) and should internally use our Trainers (do not write any training-related code here).
Since this issue will create a new paradigm for Fenn, please ask questions and collaborate with us while working on this. Feel free to join our Discord channel to collaborate with us!