Skip to content

Latest commit

 

History

History
47 lines (46 loc) · 979 Bytes

ROADMAP.md

File metadata and controls

47 lines (46 loc) · 979 Bytes

Roadmap for v0.1.1:

  • Layers:
    • ProbabilisticConv2D
    • Recurrent
    • Dropout
  • Model:
    • Callbacks
    • remove model build or refactoring
  • Losses:
    • variational_loss refactoring
  • Documentation:
    • Introduction
    • Install
    • Classes
  • Examples:
    • DQN

Roadmap for v0.1:

  • Layers:
    • Dense
    • ProbabilisticDense
    • Conv2D
  • Activations:
    • Relu
    • Softmax
  • Optimizers:
    • SGD (with momentum)
    • Adam
  • Losses:
    • Mean Squared Error
    • Binary Crossentropy
    • Categorical Crossentropy
    • Variational
  • Model fit:
    • Training progress bar
    • Validation split
  • Examples:
    • MNIST
  • Package:
    • Create setup.py
    • Continuous integration (Travis-CI)
    • Publish on pypi
  • README:
    • Code coverage badge
    • Build badge
    • License badge
    • Python version badge