Science Score: 54.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
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.5%) to scientific vocabulary
Keywords
Repository
An NLPModels Interface to Knet
Basic Info
Statistics
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 9
- Releases: 6
Topics
Metadata Files
README.md
KnetNLPModels : An NLPModels Interface to Knet
| Documentation | Linux/macOS/Windows | Coverage | DOI |
|:-----------------:|:-------------------------------:|:------------:|:-------:|
|
|
|
|
|
⚠️ Deprecated Package
This package is currently deprecated and no further maintenance or updates are planned. If you are interested in reviving or maintaining this package, feel free to reach out — we’d be happy to discuss or support such efforts.
How to Cite
If you use KnetNLPModels.jl in your work, please cite using the format given in CITATION.bib.
Compatibility
Julia ≥ 1.6.
How to install
This module can be installed with the following command:
julia
pkg> add KnetNLPModels
pkg> test KnetNLPModels
Synopsis
KnetNLPModels is an interface between Knet.jl's classification neural networks and NLPModels.jl.
A KnetNLPModel gives the user access to:
- the values of the neural network variables/weights w;
- the value of the objective/loss function L(X, Y; w) at w for a given minibatch (X,Y);
- the gradient ∇L(X, Y; w) of the objective/loss function at w for a given minibatch (X,Y).
In addition, it provides tools to:
- switch the minibatch used to evaluate the neural network;
- change the minibatch size;
- measure the neural network's accuracy at the current w.
How to use
Check the tutorial.
How to Cite
If you use KnetNLPModels.jl in your work, please cite using the format given in CITATION.bib.
Bug reports and discussions
If you think you found a bug, feel free to open an issue. Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.
If you want to ask a question not suited for a bug report, feel free to start a discussion here. This forum is for general discussion about this repository and the JuliaSmoothOptimizers, so questions about any of our packages are welcome.
Owner
- Name: JSO-Boneyard
- Login: JSO-Boneyard
- Kind: organization
- Repositories: 7
- Profile: https://github.com/JSO-Boneyard
Citation (CITATION.bib)
@Misc{raynaud2022,
author = {Jean Bigeon and Dominique Orban and Paul Raynaud},
title = {{KnetNLPModels.jl}: An {NLPModels} Interface to {Knet}},
month = {June},
howpublished = {\url{https://github.com/JuliaSmoothOptimizers/KnetNLPModels.jl}},
year = {2022},
DOI = {10.5281/zenodo.6984500}
}
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite
- JuliaRegistries/TagBot v1 composite
- actions/cache v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- peter-evans/create-pull-request v3 composite