-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ce761d
commit 3006f59
Showing
15 changed files
with
154 additions
and
407 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
## Change Logs | ||
- Removed `ei_balance`. It will automatically balanced such that all weights add up to 1. | ||
- Added Multi Layer Perceptron (MLP) model. | ||
- Removed `allow_negative` | ||
- Renamed `use_dale` as `positivity_constraint`, support list definition. | ||
- Renamed `new_synapses` as `sparsity_constraint`. | ||
- Remove auto E/I balance. Potentially move it to a separate function. | ||
## Verson 1.0.3 Change Logs | ||
1. Removed `ei_balance`. It will automatically balanced such that all weights add up to 1. | ||
2. Added Multi Layer Perceptron (MLP) model. | ||
3. Removed `allow_negative` | ||
4. Renamed `use_dale` as `positivity_constraints`, support list definition. | ||
5. Renamed `new_synapses` as `sparsity_constraints`. | ||
6. Remove auto E/I balance. Potentially move it to a separate function. | ||
7. Removed `spectral_radius`, this will be redesigned in future versions. | ||
|
||
|
||
## TODO | ||
- [x] Change `use_dale` to `positivity_constraint` | ||
- [x] Change `new_synapses` to `sparsity_constraint` | ||
## TODOs | ||
- [x] Change `use_dale` to `positivity_constraints` | ||
- [x] Change `new_synapses` to `sparsity_constraints` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Verson 1.1.0 Change Logs | ||
|
||
## TODOs | ||
- [ ] Put initialization to structures, i.e., the distribution of weights, biases, etc. | ||
- [ ] Add custom controls to the update speeds of different parts of the network. |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.