-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: SymbolicNeuralNetworks v0.1.0
UUID: aed23131-dcd0-47ca-8090-d21e605652e3 Repo: https://github.com/JuliaGNI/SymbolicNeuralNetworks.jl.git Tree: 7af609706f841181109af7cc7e905d9177da6ebe Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
011a79e
commit 1e9cfa0
Showing
5 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[0] | ||
AbstractNeuralNetworks = "0.1" | ||
KernelAbstractions = "0.9" | ||
RuntimeGeneratedFunctions = "0.5" | ||
SafeTestsets = "0.1" | ||
Symbolics = "5" | ||
julia = "1.6.0-1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[0] | ||
AbstractNeuralNetworks = "60874f82-5ada-4c70-bd1c-fa6be7711c8a" | ||
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" | ||
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" | ||
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name = "SymbolicNeuralNetworks" | ||
uuid = "aed23131-dcd0-47ca-8090-d21e605652e3" | ||
repo = "https://github.com/JuliaGNI/SymbolicNeuralNetworks.jl.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
["0.1.0"] | ||
git-tree-sha1 = "7af609706f841181109af7cc7e905d9177da6ebe" |