A2NeuronalesNetzI2Praktikum/mnistVisualization.h
2025-11-18 17:45:16 +00:00

8 lines
231 B
C

#ifndef MNISTVISUALIZATION_H
#define MNISTVISUALIZATION_H
#include "imageInput.h"
void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GrayScaleImageSeries *series, const unsigned char predictions[]);
#endif