Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 6 6
Lines 590 1221 +631
==========================================
+ Hits 590 1221 +631 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bio Transformations v0.0.5 Release Notes
We're excited to announce the release of Bio Transformations v0.0.5, featuring substantial improvements to the core components of the library. This release introduces several new biologically inspired mechanisms and enhances existing ones to provide a more powerful and flexible toolkit for neural network modifications.
Major New Features
New Distribution Strategies for Learning Rates
BASELINE: No variability (all parameters = 1.0)UNIFORM: Uniform distribution around 1.0NORMAL: Normal distribution centered at 1.0LOGNORMAL: Log-normal with mean 1.0 (skewed, all positive values)GAMMA: Gamma distribution (positive, skewed)BETA: Beta distribution scaled to [1-nu, 1+nu]LAYER_ADAPTIVE: Layer-dependent variability (decreases with depth)WEIGHT_ADAPTIVE: Weight-dependent scaling (smaller weights get more variability)TEMPORAL: Evolves over timeACTIVITY: Based on neuron activation patternsActivity-Dependent Learning
Dynamic Learning Rate Evolution
update_fuzzy_learning_ratesmethod to allow learning rates to evolve during trainingImprovements to Existing Features
Enhanced Weight Rejuvenation
rejuvenate_weights_oldfor backward compatibilityRefined Weight Splitting
last_module_tokeninstead ofweight_splitting_skip)Optimized Dale's Principle Implementation
Code Quality and Documentation
Configuration Enhancements
fuzzy_lr_minandfuzzy_lr_max)fuzzy_lr_update_freq,fuzzy_lr_decay)API Changes
update_fuzzy_learning_rates: Updates learning rates during trainingrejuvenate_weights_old: Legacy implementation preserved for backward compatibilityBioConverter.from_dictfor easier configuration from dictionariesupdate_configmethod for updating configuration parametersDocumentation Improvements
This release represents a significant advancement in bio-inspired neural network modifications, bringing more biological realism and flexibility to artificial neural networks. We encourage users to explore the new distribution strategies and dynamic learning rate capabilities.
For detailed usage instructions, please refer to our updated documentation including the tutorials and advanced usage guides.