Skip to content

Releases: modern-fortran/neural-fortran

neural-fortran-0.17.0

14 Jun 16:34
118f795
Compare
Choose a tag to compare

What's Changed

  • Proposition of API for the method network % evaluate by @jvdp1 in #182
  • Remove some unused variables and a broadcast by @jvdp1 in #180
  • Intrinsic pack replaced by pointers in get_params and get_gradients by @jvdp1 in #183

Full Changelog: v0.16.1...v0.17.0

neural-fortran-0.16.1

09 May 17:15
6dfaed0
Compare
Choose a tag to compare

What's Changed

  • Addidtion of Findneural-fortran.cmake by @jvdp1 in #178
  • Replacement of a matmul + use of merge by @jvdp1 in #181

Full Changelog: v0.16.0...v0.16.1

neural-fortran-0.16.0

19 Apr 14:19
f7b6006
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.16.0

neural-fortran-0.15.1

30 Aug 15:52
b1b2cac
Compare
Choose a tag to compare

What's Changed

  • safegaurd Box-Muller normal random number generation against u=0.0 by @dacarnazzola in #158

New Contributors

Full Changelog: v0.15.0...v0.15.1

neural-fortran-0.15.0

06 Aug 15:14
b119194
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

neural-fortran-0.14.0

26 Jul 14:19
6adc1c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

neural-fortran-0.13.0

14 Jul 16:41
e9bfbd6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

neural-fortran-0.12.0

03 Apr 20:28
d052bce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

neural-fortran-0.11.0

21 Jan 18:37
7039276
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

neural-fortran-0.10.0

22 Dec 14:20
8fb2ef3
Compare
Choose a tag to compare

This release introduces get_num_params, get_params, and set_params methods to network and layer derived types, and allow you to more easily get and set network hyperparameters from custom Fortran code or other libraries. See the example to learn how it works.

Thanks to Christopher Zapart @jvo203 for this feature contribution.

What's Changed

Full Changelog: v0.9.0...v0.10.0