Tag: algorithms

  • Image generation

    I managed to avoid COVID until last week but it caught up with me. I’ve made a couple of attempts at writing something more complicated but it’s a bit much right now. My suggestion is to go off and watch this video on image generation by neural networks. It takes the idea of predicting just…

  • Algorithms are great, minimax

    There are problems that are hard to solve. There are problems that are easy to solve if you don’t care about speed. At university the algorithms course was one of my favourites. Finding the right algorithm can mean being able to solve the problem much faster. Maybe you’ll have to discover it yourself but there…