Skip to content

Commit

Permalink
Merge branch 'master' into doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
fszewczyk authored Nov 8, 2023
2 parents f315fea + 0bff0af commit f4202c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<h1>Shkyera Grad</h1>

<i>
micrograd, but in C++ and better.
micrograd, but in C++ and better.
</i>
<p></p>

![LinuxBuild](https://github.com/fszewczyk/shkyera-engine/actions/workflows/linux.yml/badge.svg)
![MacOSBuild](https://github.com/fszewczyk/shkyera-engine/actions/workflows/macos.yml/badge.svg)
![WindowsBuild](https://github.com/fszewczyk/shkyera-grad/actions/workflows/windows.yml/badge.svg)
![LICENSE](https://img.shields.io/badge/license-Beerware-yellow)
[![LinuxBuild](https://github.com/fszewczyk/shkyera-grad/actions/workflows/linux.yml/badge.svg)](https://github.com/fszewczyk/shkyera-grad/actions/workflows/linux.yml)
[![MacOSBuild](https://github.com/fszewczyk/shkyera-grad/actions/workflows/macos.yml/badge.svg)](https://github.com/fszewczyk/shkyera-grad/actions/workflows/macos.yml)
[![WindowsBuild](https://github.com/fszewczyk/shkyera-grad/actions/workflows/windows.yml/badge.svg)](https://github.com/fszewczyk/shkyera-grad/actions/workflows/windows.yml)
[![LICENSE](https://img.shields.io/badge/license-Beerware-yellow)](https://github.com/fszewczyk/shkyera-grad/blob/master/LICENSE)

</div>

Expand Down Expand Up @@ -51,6 +51,7 @@ int main() {
.add(Sigmoid32::create())
.build();


auto optimizer = Adam32(network->parameters(), 0.05);
auto lossFunction = Loss::MSE<T>;

Expand Down

0 comments on commit f4202c6

Please sign in to comment.