A simple neural network implementation in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: A simple neural network implementation in Lua
- From: 云风 Cloud Wu <cloudwu@...>
- Date: 2023年3月23日 22:41:29 +0800
Hello Community,
I learned artificial neural networks these days, just for fun.
I implemented a simple feedforward neural network and a convolutional neural network in lua (with a small pure C library) for MNIST handwritten digit classification.
I think someone might be interested in my code :)
--