machine learning – Machine Learning

Hands-on: implement a spatial transformer network by yourself

Blog of Feeling Responsive Spatial transformer networks understand how to rotate, translate a image. How does it learn to do it? Read More ›

c++

Hello World Template Metaprogramming

Learn what a meta function is in C++ Read More ›

codility · python – Codility

Codility GenomicRangeQuery Solution (Python) Explained with Illustration

Blog of Feeling Responsive How to solve GenomicRangeQuery problem with prefix sum? Read More ›

machine learning – Machine Learning

Should We Still Use Softmax As The Final Layer?

Blog of Feeling Responsive Softmax layer is commonly used as the last layer to generate probabilities, but it can lead to instability. Why? Read More ›