Skip to content

Commit e254e01

Browse files
committed
Update to v1.1.6
1 parent ad3beef commit e254e01

File tree

5 files changed

+138
-3
lines changed

5 files changed

+138
-3
lines changed

examples/gnn/ParallelReverseAutoDiff.GnnExample/GraphAttentionPaths/Transformer/TransformerNeuralNetwork.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace ParallelReverseAutoDiff.Test.GraphAttentionPaths.Transformer
1414
/// </summary>
1515
public class TransformerNeuralNetwork : NeuralNetwork
1616
{
17-
private const string NAMESPACE = "ParallelReverseAutoDiff.Test.GraphAttentionPaths.Transformer.Architecture";
17+
private const string NAMESPACE = "ParallelReverseAutoDiff.GnnExample.GraphAttentionPaths.Transformer.Architecture";
1818
private const string ARCHITECTURE = "Transformer";
1919

2020
private readonly IModelLayer embeddingLayer;

examples/gnn/ParallelReverseAutoDiff.GnnExample/ParallelReverseAutoDiff.GnnExample.xml

Lines changed: 132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

src/ParallelReverseAutoDiff.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>ParallelReverseAutoDiff</id>
5-
<version>1.1.5</version>
5+
<version>1.1.6</version>
66
<authors>ameritusweb</authors>
77
<owners>ameritusweb</owners>
88
<license type="expression">LGPL-2.1-only</license>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A library for parallelized reverse mode automatic differentiation in C# for custom neural network development.</description>
1313
<repository type="git" url="https://github.com/ameritusweb/ParallelReverseAutoDiff.git" commit="0a9bbd18f45c4f4434160a7c064539f29f3a3c67" />
14-
<releaseNotes>Enhance the matrix class.</releaseNotes>
14+
<releaseNotes>Add batch matrix multiply.</releaseNotes>
1515
<copyright>ameritusweb, 2023</copyright>
1616
<tags>autodiff automatic-differentiation parallel reverse-mode differentiation C# neural network</tags>
1717
<dependencies>

src/docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,9 @@ In this example, the Forward method calculates the average of the features for e
894894

895895
This level of customization allows PRAD to be a versatile tool in the field of machine learning, capable of being tailored to a wide range of tasks, datasets, and innovative architectures.
896896

897+
## Support developer
898+
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ameritusweb)
899+
897900
## Like the project?
898901

899902
Give it a :star: Star!

0 commit comments

Comments
 (0)