Skip to content
GitLab
Projects Groups Snippets
  • /
  • 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 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.pad.basebob.pad.base
  • Merge requests
  • !33

WIP: added LDA and MLP

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Guillaume HEUSCH requested to merge pad-classifiers into master Feb 28, 2018
  • 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
Reviewers
Request review from
Time tracking
Source branch: pad-classifiers