Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.pad.base bob.pad.base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.pad.basebob.pad.base
  • Merge requests
  • !33

Closed
Created Feb 28, 2018 by Guillaume HEUSCH@heuschMaintainer
  • Report abuse
Report abuse

WIP: added LDA and MLP

  • Overview 11
  • Commits 13
  • Pipelines 5
  • Changes 11

Hey guys (@amohammadi @onikisins @pkorshunov @ageorge @dgeissbuhler @andre.anjos @sbhatta)

I just added two more classifiers in bob.pad.base.algorithm:

  • MLP, which relies on bob.learn.mlp
  • LDA, which is a derived class of bob.bio.base.algorithm.LDA

I made them as simple as possible ... there are still stuff missing (i.e. docstrings), but I think it may serve as a nice basis to discuss how algorithms in this package should ideally be implemented.

Let me know what you think !

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pad-classifiers