Releases: sylvaticus/BetaML.jl
Releases · sylvaticus/BetaML.jl
v0.10.1
v0.10.0
BetaML v0.10.0
v0.9.7
BetaML v0.9.7
Closed issues:
v0.9.6
BetaML v0.9.6
Merged pull requests:
- add test for plotting a tree using
TreeRecipe
(#47) (@roland-KA)
v0.9.5
BetaML v0.9.5
- new function
match_known_derivatives
to set corresponding manual derivatives for well known activation or loss functions in NN and its implementation as default of the derivatives instead ofnothing
(i.e. AD) - new ConvLayer and PoolLayer. while very flexible (any dimension, any function) they are way too slow for any practical work, even if the convolution ids are cached. A pitty!
v0.9.4
v0.9.3
v0.9.2
v0.9.1
BetaML v0.9.1
- cleaned up "old" deprecated v1 api
- started implementation (forward pass) of a generic n-dimensional ConvLayer
- printing of Decision Trees (@roland-KA )
- improved documentation
- new dependency on StaticArrays
- changed verbosity in MLJ models
Closed issues:
Merged pull requests:
- CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) (#45) (@github-actions[bot])
- Adapt to new
AbstractTrees.AbstractNode
type (#46) (@roland-KA)
v0.9.0
BetaML v0.9.0
- clean up of old functions deemed deprecated: either removed the code or unexported in favour of API v2
- added some optimisations and support for
LoopVectorization
- renamed
shuffle
toconsistent_shuffle
to avoid type piracy - completed documentation of MLJ models
Closed issues:
- Error during precompilation (ERROR: LoadError: InitError: Evaluation into the closed module
Perceptron
...) (#42)
Merged pull requests:
- JuliaCall from PythonCall.jl (#41) (@PallHaraldsson)