https://github.com/cossio/restrictedboltzmannmachineshdf5.jl

https://github.com/cossio/restrictedboltzmannmachineshdf5.jl

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary

Keywords from Contributors

projection archival optim interactive generic sequences profiles rbm genomics observability
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cossio
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 36.1 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 7
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

RestrictedBoltzmannMachinesHDF5 Julia package

[!WARNING] This package is deprecated. Its functionality has been incorporated in the RestrictedBoltzmannMachines package.

Save and load Restricted Boltzmann machine objects as HDF5 files.

Installation

This package is registered. Install with:

julia import Pkg Pkg.add("RestrictedBoltzmannMachinesHDF5")

Example

julia using RestrictedBoltzmannMachines: RBM, Binary # from https://github.com/cossio/RestrictedBoltzmannMachines.jl using RestrictedBoltzmannMachinesHDF5: save_rbm, load_rbm # from this package rbm = RBM(Binary(; θ=randn(2,3)), Binary(; θ=randn(4)), randn(2,3,4)) # create an RBM path = save_rbm(tempname(), rbm) # save RBM to a temporary path loaded_rbm = load_rbm(path) # load RBM from saved file

Related

RestrictedBoltzmannMachines.jl package, which defines the RBM object.

Owner

  • Name: Jorge Fernandez-de-Cossio-Diaz
  • Login: cossio
  • Kind: user

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 1
Last Year
  • Delete event: 1
  • Issue comment event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 38
  • Total Committers: 3
  • Avg Commits per committer: 12.667
  • Development Distribution Score (DDS): 0.263
Past Year
  • Commits: 6
  • Committers: 2
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Jorge Fernandez-de-Cossio-Diaz c****o 28
dependabot[bot] 4****] 7
Jorge FdCD j****d@i****m 3

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 29
  • Average time to close issues: less than a minute
  • Average time to close pull requests: 15 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 3.0
  • Average comments per pull request: 0.76
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 29
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 months
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • JuliaTagBot (1)
Pull Request Authors
  • dependabot[bot] (42)
Top Labels
Issue Labels
Pull Request Labels
dependencies (42)