今回は、CIFAR-10というデータセットを畳み込みニューラルネットワーク(CNN, Convolutional Neural Network)を用いて多値分類する方法を考案して実践してみました。 Cifar-10は50000枚の訓練データ、10000枚の学習データに分かれたデータセットであり、飛行機、鳥、猫 ...
This project is a web application that allows users to upload images of handwritten digits and predicts the digit using a Convolutional Neural Network (CNN) trained on the MNIST dataset. The ...
A Python implementation of a CNN with only numpy. All theory and formulas behind the code you can read from articles - in Russian on habr and in English on medium. Also, to check whether the numpy ...