By: Ole Kröger
Re-posted from: https://opensourc.es/blog/2021-10-25-tsp-1tree-and-greedy/index.html
An introduction to the most simple TSP heuristic as well as a more sophisticated lower bound. More coming soon!
By: Ole Kröger
Re-posted from: https://opensourc.es/blog/2021-10-25-tsp-1tree-and-greedy/index.html
An introduction to the most simple TSP heuristic as well as a more sophisticated lower bound. More coming soon!
By: Logan Kilpatrick
Re-posted from: https://towardsdatascience.com/working-with-flux-jl-models-on-the-hugging-face-hub-b95af2b80a47?source=rss-2c8aac9051d3------2
How to use the Julia Deep Learning library to interact with models from Hugging Face
By: Ole Kröger
Re-posted from: https://opensourc.es/blog/2021-10-11-matrix-multiplication-performance/index.html
A deep dive into the performance we can obtain by thinking about cache lines and parallel code. An example step by step guide on optimizing dense matrix multiplication.