#804 · Primary category: Education & Research
EmojiIntelligence
Neural Network built in Apple Playground using Swift
Project last updated:08/21/18
GitHub Stars
1.4K
Forks
83
Contributors
2
License
MIT
Why we included this project
Most neural network tutorials hand you a framework and tell you to trust the math. EmojiIntelligence takes the opposite route: the network is written by hand in Swift, runs inside Apple's Playground, and learns to recognize hand-drawn emojis. Each sketch is downscaled to an 8x8 grid, so the model reads 64 binary pixels through fully-connected input, hidden, and output layers with a sigmoid activation. The README walks through weights, connections, and the activation function in plain language, which makes the whole pipeline from pixel encoding to classification easy to follow without a framework obscuring the steps. It is a teaching demo, not something you would deploy, but it is a genuinely clear way to see how a small network learns.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI