BilalReffas/EmojiIntelligence
Neural Network built in Apple Playground using Swift
This is a demonstration of a neural network built using Swift within an Apple Playground. It takes a simple 8x8 pixel image, converts it into 64 binary numbers representing the pixel colors, and then processes these to output a binary classification (0 or 1). This project is primarily for developers or students who want to learn about the fundamentals of neural networks and machine learning, particularly within the Apple ecosystem.
1,416 stars. No commits in the last 6 months.
Use this if you are a Swift developer or a student interested in understanding how a basic neural network functions from the ground up, especially if you want to experiment within Apple's Playground environment.
Not ideal if you need a production-ready emoji recognition system or a robust machine learning library for complex real-world applications.
Stars
1,416
Forks
83
Language
Swift
License
MIT
Category
Last pushed
Aug 21, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/BilalReffas/EmojiIntelligence"
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...