Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Releases: JuliaML/LearningStrategies.jl

Updates for Julia 0.7/1.0

08 Aug 12:41
Compare
Choose a tag to compare

Replace deprecated syntax and functions.

update

13 Apr 17:30
Compare
Choose a tag to compare

Update so that the README is current with the released version

API Updates

18 Oct 23:21
Compare
Choose a tag to compare
  • pre_hook -> setup!
  • iter_hook -> hook
  • post_hook -> cleanup!
  • make_learner -> strategy
  • Add Verbose type. A LearningStrategy shouldn't print unless wrapped in Verbose.
  • Make learn! work with any individual LearningStrategy
  • Replace offline learn! loop with Offline iterator
  • Other internal renaming

v0.1.0

06 Jul 21:35
Compare
Choose a tag to compare
remove incorrect post_hook for Converged

v0.0.1

24 Feb 16:12
Compare
Choose a tag to compare
badges