Skip to content

Commit

Permalink
Slight formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelltaylor committed Apr 4, 2024
1 parent d592660 commit aa5f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ opam install ocamlgraph ctypes-foreign alcotest
```

## Usage
camlgrad makes it easy to define an MLP and perform forward and backward passes. As illustrated in the code snippet below, we can simply:
**camlgrad** makes it easy to define an MLP and perform forward and backward passes. As illustrated in the code snippet below, we can simply:
- Define an MLP containing a single layer with sigmoid activation
- Define arbitrary input and target
- Perform a forward pass on the MLP model
Expand Down

0 comments on commit aa5f826

Please sign in to comment.