78% MNIST accuracy using GZIP in under 10 lines of code.
おもろ。GZIPで特徴量押さえられるのか。Using GZIP compression and the k-Nearest Neighbors algorithm, we explore an innovative approach to classifying the MNIST dataset with about 78% accuracy
Stop Using State for React Forms, There is a Much Better Way! | HackerNoon
Learn how to optimize the performance of react forms by replacing useState with the native feature of JavaScript.
とは言うけど、選択肢Aを選んだら追加フォームを出すとかしたいから、react使ってたりすること多くない?