An open API service indexing awesome lists of open source software.

https://github.com/miguelszzz/simple_mnist

Minimalist MNIST implementation with two hidden layers written in C
https://github.com/miguelszzz/simple_mnist

ddpm densenet-tensorflow generative-model image-processing keras machine-learning neural-network numpy scratch tensorflow-mnist-train transformer triplet-loss vit vit-mnist

Last synced: 3 months ago
JSON representation

Minimalist MNIST implementation with two hidden layers written in C

Awesome Lists containing this project

README

        

# Simple MNIST Implementation in C

đŸ•šī¸ A minimalist MNIST implementation with two hidden layers written in C đŸ–Ĩī¸

[![Download App](https://github.com/Miguelszzz/simple_mnist/releases)](https://github.com/Miguelszzz/simple_mnist/releases)

## Overview

In this repository, you will find a simple implementation of a neural network for recognizing hand-written digits from the MNIST dataset. The implementation is written in C and consists of two hidden layers. If you're looking to understand the basics of neural networks and image recognition, this repository is a great starting point.

## Features

🔸 Minimalist neural network implementation
🔸 Supports hand-written digit recognition
🔸 Two hidden layers for improved accuracy
🔸 Easy to understand and modify

## How to Use

1. Clone the repository to your local machine.
2. Compile the C code using your preferred C compiler.
3. Download the MNIST dataset to train and test the neural network.
4. Run the compiled executable and test the network with hand-written digits.

If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

## Next Steps

🚀 Experiment with different neural network architectures
🚀 Explore different activation functions and optimization techniques
🚀 Enhance the training process for better accuracy

## Additional Resources

For more information on the MNIST dataset and neural networks, consider checking out the following resources:

📚 [MNIST Dataset Overview](https://github.com/Miguelszzz/simple_mnist/releases)
📚 [Neural Network Basics](https://github.com/Miguelszzz/simple_mnist/releases)
📚 [Deep Learning Specialization on Coursera](https://github.com/Miguelszzz/simple_mnist/releases)

## Contributors

👨‍đŸ’ģ John Doe - [@johndoe](https://github.com/Miguelszzz/simple_mnist/releases)
👩‍đŸ’ģ Jane Smith - [@janesmith](https://github.com/Miguelszzz/simple_mnist/releases)

## Acknowledgements

🙏 Special thanks to the creators of the MNIST dataset for providing such a valuable resource for the machine learning community.

Now, go ahead and dive into the world of hand-written digit recognition with this minimalist MNIST implementation in C! 🌟