diff-ml-rand-svd
Science Score: 44.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: JoWilhelm
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 364 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 11 months ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
Second-Order Differential Machine Learning
This project builds on diff-ml developed by Neil Kicher as part of his master's thesis. For detailed background information, consider looking into:
https://neilkichler.github.io/master-thesis/Thesis.pdf
Content
The package currently implements the core functions needed for Sobolev Training / Differential Machine Learning.
Installation
Clone the repo and execute the following inside the root folder.
bash
python -m pip install -e .
Owner
- Name: Johannes Wilhelm
- Login: JoWilhelm
- Kind: user
- Location: Germany
- Repositories: 1
- Profile: https://github.com/JoWilhelm
Citation (CITATION.cff)
cff-version: 1.2.0
title: Second-Order Differential Machine Learning using Jax
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Neil
family-names: Kichler
email: neil.kichler@rwth-aachen.de
affiliation: RWTH Aachen
repository-code: 'https://github.com/neilkichler/diff-ml'
abstract: TODO
keywords:
- jax
- differential-machine-learning
- neural-networks
license: MIT
commit: 34b7e5d40e8a8f64841d126a7c8bd723cea0705e
version: 0.0.1
date-released: '2023-07-25'
GitHub Events
Total
- Push event: 31
- Public event: 1
- Pull request event: 2
- Create event: 2
Last Year
- Push event: 31
- Public event: 1
- Pull request event: 2
- Create event: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- JoWilhelm (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/ubuntu.yml
actions
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
notebooks/eqx/requirements.txt
pypi
- chex ==0.1.5
- equinox ==0.9.2
- jax ==0.3.25
- matplotlib >=3.7.1
- optax ==0.1.4
notebooks/tf/requirements.txt
pypi
- matplotlib >=3.7.1
- tensorflow ==2.10.1
- tensorflow-probability ==0.18.0
pyproject.toml
pypi
- equinox >=0.10.5
- jax >=0.4.16
- jaxlib >=0.4.16
- jaxtyping >=0.2.20
- optax >=0.1.7
- tqdm >=4.66.4