Skip to content

Commit

Permalink
chore: Remove unhelpful external links from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbmiller committed Aug 18, 2024
1 parent f66290f commit 32d0db0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ If you need help thinking about your task, we recently created a [Discord server
1. **[Pydantic Types](#5-pydantic-types)**
1. **[FAQ: Is DSPy right for me?](#6-faq-is-dspy-right-for-me)**

#### Helpful External Links

1. **[Documentation]()**

### Analogy to Neural Networks

When we build neural networks, we don't write manual _for-loops_ over lists of _hand-tuned_ floats. Instead, you might use a framework like [PyTorch](https://pytorch.org/) to compose declarative layers (e.g., `Convolution` or `Dropout`) and then use optimizers (e.g., SGD or Adam) to learn the parameters of the network.
Expand Down

0 comments on commit 32d0db0

Please sign in to comment.