optimization
Reproducible results for the various types of optimization techniques I have implemented
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Repository
Reproducible results for the various types of optimization techniques I have implemented
Basic Info
- Host: GitHub
- Owner: BeeGass
- License: other
- Language: Python
- Default Branch: master
- Size: 86.9 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Optimization
Jax - Julia
A collection of optimization techniques I have implemented in jax and flux with particular effort put into readability and reproducibility.
Python
Requirements For Jax
- Python >= 3.8
- jax
Installation
$ git clone https://github.com/BeeGass/Readable-Optimization.git
Usage
$ cd Readable-Optimization/vae-jax
$ python main.py
Julia
Requirements For Flux
- TODO
- TODO
Usage
``` $ cd Readable-Optimization/vae-flux $ # TBA
```
Config File Template
yaml
TBA
First Order Results
| Model | Jax/Flax | Flux | Config | Paper | Animations | Samples | |:--------------------------------------- |:--------:|:-------:|:-------:|:-------- |:----------:|:-------:| | Gradient Descent | ☐ | ☐ | ☐ | Link | TBA | TBA | | Stochastic Gradient Descent | ☐ | ☐ | ☐ | Link | TBA | TBA | | Batch Gradient Descent | ☐ | ☐ | ☐ | Link | TBA | TBA | | Mini-Batch Gradient Descent | ☐ | ☐ | ☐ | Link | TBA | TBA | | SGD w/ Momentum | ☐ | ☐ | ☐ | Link | TBA | TBA | | Nesterov's Gradient Acceleration | ☐ | ☐ | ☐ | Link | TBA | TBA | | AdaGrad(Adaptive Gradient Descent) | ☐ | ☐ | ☐ | Link | TBA | TBA | | AdaDelta | ☐ | ☐ | ☐ | Link | TBA | TBA | | RMS-Prop (Root Mean Square Propagation) | ☐ | ☐ | ☐ | Link | TBA | TBA | | Adam(Adaptive Moment Estimation) | ☐ | ☐ | ☐ | Link | TBA | TBA | | Adamw | ☐ | ☐ | ☐ | Link | TBA | TBA |
Second Order Results
| Model | Jax/Flax | Flux | Config | Paper | Animations | Samples | |:--------------------------------------- |:--------:|:-------:|:-------:|:-------- |:----------:|:-------:| | Newton's Method | ☐ | ☐ | ☐ | Link | TBA | TBA | | Secant Method | ☐ | ☐ | ☐ | Link | TBA | TBA | | Davidson-Fletcher-Powell (DFP) | ☐ | ☐ | ☐ | Link | TBA | TBA | | Broyden-Fletcher-Goldfarb-Shanno (BFGS) | ☐ | ☐ | ☐ | Link | TBA | TBA | | Limited-memory BFGS (L-BFGS) | ☐ | ☐ | ☐ | Link | TBA | TBA | | Newton-Raphson | ☐ | ☐ | ☐ | Link | TBA | TBA | | Levenberg-Marquardt | ☐ | ☐ | ☐ | Link | TBA | TBA | | Powell's method | ☐ | ☐ | ☐ | Link | TBA | TBA | | Steepest Descent | ☐ | ☐ | ☐ | Link | TBA | TBA | | Truncated Newton | ☐ | ☐ | ☐ | Link | TBA | TBA | | Fletcher-Reeves | ☐ | ☐ | ☐ | Link | TBA | TBA |
Citation
bib
@software{B_Gass_Optimization_2022,
author = {B Gass, B Gass},
doi = {10.5281/zenodo.1234},
month = {1},
title = {{Readable-Optimization}},
url = {https://github.com/BeeGass/Optimization},
version = {1.0.0},
year = {2022}
}
Owner
- Name: Bryan
- Login: BeeGass
- Kind: user
- Location: Cambridge, MA
- Company: @USArmyResearchLab
- Website: onlygass.dev
- Twitter: BeeAGass
- Repositories: 14
- Profile: https://github.com/BeeGass
Research Engineer interested in SSMs
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "B Gass" given-names: "B Gass" orcid: "https://orcid.org/0000-0000-0000-0000" title: "Optimization" version: 1.0.0 doi: 10.5281/zenodo.1234 date-released: 2022-01-08 url: "https://github.com/BeeGass/Optimization"
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0