Fertisch aber HolladieWaldfee

This commit is contained in:
Benedikt Sopp 2025-11-25 10:51:12 +01:00
parent c6f9776cd7
commit 943525ef8b
14 changed files with 41 additions and 9 deletions

View File

@ -132,3 +132,5 @@ void clearSeries(GrayScaleImageSeries *series)
free(series);
}
}
//HolladieWaldfee

View File

@ -21,3 +21,5 @@ GrayScaleImageSeries *readImages(const char *path);
void clearSeries(GrayScaleImageSeries *series);
#endif
//HolladieWaldfee

View File

@ -170,3 +170,5 @@ int main()
return UNITY_END();
}
//HolladieWaldfee

2
main.c
View File

@ -66,3 +66,5 @@ int main(int argc, char *argv[])
return exitCode;
}
//HolladieWaldfee

View File

@ -64,3 +64,4 @@ else
rm -f *.o mnist runMatrixTests runNeuralNetworkTests runImageInputTests
endif
//HolladieWaldfee

View File

@ -176,3 +176,6 @@ Matrix multiply(const Matrix matrix1, const Matrix matrix2)
}
return result;
}
//HolladieWaldfee

View File

@ -25,3 +25,6 @@ Matrix multiply(const Matrix matrix1, const Matrix matrix2);
#endif
//HolladieWaldfee

View File

@ -194,3 +194,6 @@ int main()
return UNITY_END();
}
//HolladieWaldfee

View File

@ -171,3 +171,4 @@ void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GraySc
free(navigationLabel);
free(predictionLabel);
}
//HolladieWaldfee

View File

@ -6,3 +6,5 @@
void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GrayScaleImageSeries *series, const unsigned char predictions[]);
#endif
//HolladieWaldfee

View File

@ -266,3 +266,5 @@ void clearModel(NeuralNetwork *model)
model->numberOfLayers = 0;
}
}
//HolladieWaldfee

View File

@ -24,3 +24,6 @@ unsigned char *predict(const NeuralNetwork model, const GrayScaleImage images[],
void clearModel(NeuralNetwork *model);
#endif
//HolladieWaldfee

View File

@ -281,3 +281,6 @@ int main()
return UNITY_END();
}
//HolladieWaldfee

View File

@ -8,3 +8,6 @@ typedef int (*UnitTestType)(void);
#define RUN_UNIT_TEST(fct) printf("%80s: %d\n", #fct, fct())
#endif
//HolladieWaldfee