Skip to main content

How to implement a degrowth solidarity finance network

 This is the result of a join effort between multiple members of the IDN and external members to design a job guarantee and basic income program based on mutual aid finance.


The following link give access to the document:


https://docs.google.com/presentation/d/1kaZ2qKaUyc8VDAPisYVaNxP2g-bbvhsz/edit?usp=sharing&ouid=101614978500350071712&rtpof=true&sd=true




Comments

Popular posts from this blog

FastAI Deep Learning Journey Part 7: Calculating crowd size using image regression, a potential application for train use

In the previous post we show how to use a more general approach for the case when images may have one, multiple or any label at all. In this post, we will show how very little changes are required to implement computer vision deep learning methods for regression problems. To make things less theoretical, we picked a very interesting data set, containing 2000 images from people in a shooping mall. Each picture has been carefully labeled, where we can find between 12 to 60 people. This could be a very interesting application for example for public transport usage, as the extension of monthly tickets may very hard to track the usage of each train/bus or other service in real life. We will show that with only 3 epochs /1GPU we managed to get ~2 MAE (mean absolute error) or in order words, get the counting wrong 2+/- person, which is really not a lot considering we can have 60 people in the image. Let see in detail what needs to be changed and explain a potential usage for public transport ...