Functors.jl provides tools to express a powerful design pattern for dealing with large/ nested structures, as in machine learning and optimization. For large machine learning models, it can be cumbersome or inefficient to work with parameters as one big, flat vector, and structs help manage complexity; but it is also desirable to easily operate over all parameters at once, e.g. for changing precision or applying an optimizer update step.
Features
- Functors.jl provides fmap to make those things easy
- It is also possible to implement functor by hand when greater flexibility is required
- Documentation available
- Examples available
- Easily operate over all parameters at once
- Express a powerful design pattern for dealing with large/ nested structures
Categories
Data VisualizationLicense
MIT LicenseFollow Functors.jl
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Functors.jl!