{"id":16599974,"url":"https://github.com/dirmeier/clad","last_synced_at":"2025-03-08T10:59:13.283Z","repository":{"id":40381527,"uuid":"472291074","full_name":"dirmeier/clad","owner":"dirmeier","description":"Reverse-mode autodiff for Clojure","archived":false,"fork":false,"pushed_at":"2022-05-11T20:40:28.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T06:45:46.653Z","etag":null,"topics":["autodiff","autograd","reverse-mode-autodiff"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirmeier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-21T10:38:58.000Z","updated_at":"2024-02-15T18:48:55.000Z","dependencies_parsed_at":"2022-08-09T18:51:28.581Z","dependency_job_id":null,"html_url":"https://github.com/dirmeier/clad","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fclad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fclad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fclad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fclad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirmeier","download_url":"https://codeload.github.com/dirmeier/clad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242538980,"owners_count":20145882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autodiff","autograd","reverse-mode-autodiff"],"created_at":"2024-10-12T00:13:10.958Z","updated_at":"2025-03-08T10:59:13.254Z","avatar_url":"https://github.com/dirmeier.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clad\n\n[![Project Status](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)\n[![Build status](https://github.com/dirmeier/clad/workflows/ci/badge.svg)](https://github.com/dirmeier/clad/actions)\n\n\u003e Reverse-mode autodiff for Clojure\n\n## Introduction\n\nThis package implements a proof-of-concept of reverse-mode autodiff in Clojure. It is mainly thought for learning Clojure, \nhence it offers minimal functionality, lacks (code) quality, and is probably buggy. \n\n```{clojure}\n(require '[clad.core :refer [grad]])\n\n(defn f [x y]\n  (/ (- 1.0 (Math/exp (- x)))\n     (+ 1.0 (Math/exp (- y)))))\n     \n(def g ((grad f 0) 2.0 1.0))\n\ng\n=\u003e 0.0989\n```\n\n## Author\n\nSimon Dirmeier \u003ca href=\"mailto:sfyrbnd @ pm me\"\u003esfyrbnd @ pm me\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirmeier%2Fclad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirmeier%2Fclad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirmeier%2Fclad/lists"}