Explore >> Select a destination


You are here

blog.christianposta.com
| | platformengineering.org
1.3 parsecs away

Travel
| | LLMs have the potential to change the way we work for the better. Here are some use cases and considerations we should start thinking about now.
| | callmephilip.com
2.6 parsecs away

Travel
| | Notes for Jeremy Howard's video A Hackers' Guide to Language Models
| | simonwillison.net
2.0 parsecs away

Travel
| | OpenAI promised this at DevDay a few weeks ago and now it's here: their Chat Completion API can now accept audio as input and return it as output. OpenAI still ...
| | www.paepper.com
10.6 parsecs away

Travel
| [AI summary] This article explains how to train a simple neural network using Numpy in Python without relying on frameworks like TensorFlow or PyTorch, focusing on the implementation of ReLU activation, weight initialization, and gradient descent for optimization.