You are here |
pythonspeed.com | ||
| | | |
testdriven.io
|
|
| | | | This article takes a look at how to speed up your Docker-based builds on CircleCI, GitLab CI, and GitHub Actions with Docker Layer Caching and BuildKit. | |
| | | |
bitjudo.com
|
|
| | | | Building Efficient Dockerfiles - Node.js Posted by David Weinstein Mar 13th, 2014 TL;DR Use the following code snippet (or a variation) after all ... | |
| | | |
ryxcommar.com
|
|
| | | | March 4, 2024 update: This blog has been updated to reflect additions to uv as of 0.1.12, specifically the --system flag. See Addendum section for more information. When I heard that Charlie Marsh, the creator of Ruff, created a fast replacement for pip called uv, I dropped everything I was doing and added it to... | |
| | | |
teddykoker.com
|
|
| | A few posts back I wrote about a common parameter optimization method known as Gradient Ascent. In this post we will see how a similar method can be used to create a model that can classify data. This time, instead of using gradient ascent to maximize a reward function, we will use gradient descent to minimize a cost function. Lets start by importing all the libraries we need: |