stefjen07/NeuralNetwork
Framework for neural network model creating, training and using in predicting written from scratch
This framework helps iOS developers understand and implement the foundational principles of neural networks from the ground up. It provides basic building blocks like dense and convolutional layers, activation functions, and multithreading support. An iOS developer looking to learn about neural network mechanics would find this useful for hands-on experimentation within Swift.
No commits in the last 6 months.
Use this if you are an iOS developer who wants to learn the fundamental mechanics of neural networks by implementing them in Swift.
Not ideal if you need a high-performance, production-ready neural network library for deploying machine learning models on iOS devices.
Stars
15
Forks
2
Language
Swift
License
MIT
Category
Last pushed
May 21, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stefjen07/NeuralNetwork"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apple/coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
hollance/YOLO-CoreML-MPSNNGraph
Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
tensorflow/swift-apis
Swift for TensorFlow Deep Learning Library
hollance/Forge
A neural network toolkit for Metal
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...