Science Score: 31.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: torfjelde
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 117 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme License Citation

README.md

ReverseDiffDebugUtils

Stable Dev Build Status

Some utilities for debugging ReverseDiff.

Example

```julia julia> using ReverseDiffDebugUtils

julia> f(a, b) = sum(a' * b + a * b') f (generic function with 1 method)

julia> plothtml(f, randn(2, 2), randn(2, 2)) ```

results in something like

Screenshot_20230112_154728

and with GraphViz:

julia julia> plotgraphviz(f, randn(2, 2), randn(2, 2); display=true)

graph dot

Owner

  • Name: Tor Erlend Fjelde
  • Login: torfjelde
  • Kind: user
  • Company: @TuringLang

PhD student @ Computational and Biological Learning (CBL), University of Cambridge Mathematics Bsc. student at University of Edinburgh

Citation (CITATION.bib)

@misc{ReverseDiffDebugUtils.jl,
	author  = {Tor Erlend Fjelde <tor.erlend95@gmail.com> and contributors},
	title   = {ReverseDiffDebugUtils.jl},
	url     = {https://github.com/torfjelde/ReverseDiffDebugUtils.jl},
	version = {v0.1.0},
	year    = {2023},
	month   = {1}
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels