Neural Fortran Versions Save

A parallel framework for deep learning

v0.17.0

3 days ago

What's Changed

Full Changelog: https://github.com/modern-fortran/neural-fortran/compare/v0.16.1...v0.17.0

v0.16.1

1 month ago

What's Changed

Full Changelog: https://github.com/modern-fortran/neural-fortran/compare/v0.16.0...v0.16.1

v0.16.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/modern-fortran/neural-fortran/compare/v0.15.1...v0.16.0

v0.15.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/modern-fortran/neural-fortran/compare/v0.15.0...v0.15.1

v0.15.0

10 months ago

v0.14.0

10 months ago

v0.13.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/modern-fortran/neural-fortran/compare/v0.12.0...v0.13.0

v0.12.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/modern-fortran/neural-fortran/compare/v0.11.0...v0.12.0

v0.11.0

1 year ago

What's Changed

Full Changelog: https://github.com/modern-fortran/neural-fortran/compare/v0.10.0...v0.11.0

v0.10.0

1 year ago

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: https://github.com/modern-fortran/neural-fortran/compare/v0.9.0...v0.10.0