ML Data Versioning With DVC: How to manage machine learning data πŸ—ƒ

Recently I wrote a post about DVC at my company’s, Appsilon blog. DVC is like a git, but for data, models and experiments. It also allows for creating an automated experiments pipelines. As a teaser I’ll just say that, having prepared scripts for model training and evaluating, when new data is added to the repo, the whole training is run automatically. Metrics are saved to appropriate files alongside with parameters, same with plots.
Read more β†’

Speed of Traversing Matrix β†’ vs ↓

Today I would like to mention a low-level peculiarity I was taught in highschool, but passed over during my studies. Why it differs whetter matrix is traversed by rows or columns? # Even though we think of a matrices as a two dimensional creatures, inside a computer they have to be stored as a sequence of numbers. Therefore there are two schemas one can follow, row-first and column-first. Historically they are called C-style and Fortran-style respectively.
Read more β†’

The Leuven Ring Problem β—‹

During my studies, I spent one semester at KU Leuven. There is one interesting mathematical problem from those times I’d like to share. This Belgian city has a topology of a big circle with a city inside. One early, cold, damp, and windy morning (as it is in Belgium) when I was coming back from some trip I had to go from the railway station (right side of the ring) to my dormitory (bottom of the ring).
Read more β†’

Pizza Twice as Big πŸ•

One morning I was standing in a queue in my local bakery, and I’ve seen a woman buying one of those small quasi-pizzas. Pizzas ~20cm in diameter. Immediately I thought about how profitable it is when compared to the full-size 42cm pizza. Since the area of a larger pizza is 4 times bigger, of course, it’s not worth buying smaller pizzas. Then I thought about fitting smaller pizzas inside the bigger one.
Read more β†’

Comparing fractions of fractions on COVID case 😷

I had a little argue recently with one anti-vaxxer and I thought it will make an interesting blog content. I tried to convince them that vaccinating is good because people are at least not dieing and what I’ve heard was: Ohh, vaccines are not helping at all. A friend of mine is working at the hospital at says that 50% of covid patients were already vaccinated. I decided not to argue nor check the data source, but rather give it a try.
Read more β†’

My First Post!

Hello, my name is Pasza /ˈpaΚƒa/ and I welcome you to my blog. My plan is to share with you many insights I find on interesting topics. Some will be probably understandable for primary school kids and some will require university level math. This is however my blog and I can do what I want ^^. You can find more about me in related pages. As for now you can check out useful materials.
Read more β†’