MachineLearning Running a Keras / TensorFlow Model in Golang Today we're looking at running inference / forward pass on a neural network model in Golang. If you're a beginner like me, using a framework like Keras, makes writing deep learning
MachineLearning Deep Learning - Bottom Up Deep Learning with neural networks is something I initially started Googling about but could never find a good enough article that started with the foundations. If like me, you started finding articles online that compared NN's with brain synapses and the like; I found
Algorithms Solving A 2D Maze Game Using a Genetic Algorithm and A* Search - Part 1 There's a lot of material out there on genetic algorithms and A * Search. I decided to just make a little 2D maze and approach the problem two different ways to better understand both algorithms without introducing too much complexity, get familiar with Scala and