Skip to content

Commit 2c5e2ab

Browse files
authored
Update README.md
1 parent 4e234ea commit 2c5e2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A PyTorch-like machine learning library built from scratch with NumPy. Train neural networks with automatic differentiation, no dependencies beyond NumPy.
44

5-
[Documentation](https://fit.readthedocs.io/) | [Examples](examples/)
5+
[Documentation](https://fit-ml.readthedocs.io/) | [Examples](examples/)
66

77
## Why FIT?
88

@@ -126,4 +126,4 @@ for epoch in range(50):
126126
print(f"Epoch {epoch}, Loss: {loss.data:.4f}")
127127
```
128128

129-
Perfect for learning how neural networks work under the hood, or when you need a lightweight ML library without the complexity of PyTorch.
129+
Perfect for learning how neural networks work under the hood, or when you need a lightweight ML library without the complexity of PyTorch.

0 commit comments

Comments
 (0)