All Projects → hetelek → Neural Network Playground

hetelek / Neural Network Playground

A neural network Swift playground, with no third party dependencies.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Neural Network Playground

Numsw
Swift library like numpy, playgrounds notebook like jupyter.
Stars: ✭ 126 (-65.95%)
Mutual labels:  swift-playgrounds
nef-editor-client
📱Client-side code for the nef editor app
Stars: ✭ 20 (-94.59%)
Mutual labels:  swift-playgrounds
Playgroundbook
Tool for Swift Playground books
Stars: ✭ 257 (-30.54%)
Mutual labels:  swift-playgrounds
Lbac Swift
Let's Build a Compiler by Jack Crenshaw translated to Swift Playgrounds
Stars: ✭ 156 (-57.84%)
Mutual labels:  swift-playgrounds
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (-36.22%)
Mutual labels:  swift-playgrounds
jscore-playground
JavaScriptCore example for Swift Playgrounds
Stars: ✭ 17 (-95.41%)
Mutual labels:  swift-playgrounds
Gang Of Four And Solid Principles In Swift
👨‍👩‍👧‍👦 - My personal Repo to learn all 23 Gang of Four patterns and all SOLID Principles using Swift and Playgrounds
Stars: ✭ 95 (-74.32%)
Mutual labels:  swift-playgrounds
Awesome Swift Playgrounds
A List of Awesome Swift Playgrounds
Stars: ✭ 3,521 (+851.62%)
Mutual labels:  swift-playgrounds
2048 Playground
A swift playground of the game 2048
Stars: ✭ 41 (-88.92%)
Mutual labels:  swift-playgrounds
ClassifierKit
🤖 A suite of tools and examples for training Core ML models with Create ML.
Stars: ✭ 23 (-93.78%)
Mutual labels:  swift-playgrounds
2020
Student submissions for the WWDC 2020 Swift Student Challenge
Stars: ✭ 159 (-57.03%)
Mutual labels:  swift-playgrounds
Playgrounds
Better playgrounds that work both for Objective-C and Swift
Stars: ✭ 2,586 (+598.92%)
Mutual labels:  swift-playgrounds
ARKitDemoPlayground
A demo of the ARKit Demo project from Xcode 9 as a Swift Playground
Stars: ✭ 47 (-87.3%)
Mutual labels:  swift-playgrounds
Swift Playgrounds
Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.
Stars: ✭ 134 (-63.78%)
Mutual labels:  swift-playgrounds
2018
Student submissions for the WWDC 2018 Scholarship
Stars: ✭ 261 (-29.46%)
Mutual labels:  swift-playgrounds
Swift
🥇Swift基础知识大全,🚀Swift学习从简单到复杂,不断地完善与更新, 欢迎Star❤️,欢迎Fork, iOS开发者交流:①群:446310206 ②群:426087546
Stars: ✭ 1,377 (+272.16%)
Mutual labels:  swift-playgrounds
playgrounds
DEPRECATED. A collection of playgrounds for teaching Swift programming concepts.
Stars: ✭ 45 (-87.84%)
Mutual labels:  swift-playgrounds
Shapeshift
Quickly convert a folder containing Swift files into an iPad-compatible Playground
Stars: ✭ 336 (-9.19%)
Mutual labels:  swift-playgrounds
2019
Student submissions for the WWDC 2019 Scholarship
Stars: ✭ 276 (-25.41%)
Mutual labels:  swift-playgrounds
Swift101
That contains various information and examples about the basics of Swift Programming. 💻 📱 📺 ⌚️
Stars: ✭ 28 (-92.43%)
Mutual labels:  swift-playgrounds

Neural Network Playground

This project uses iOS Playgrounds to display a working neural network. No external libraries are used. The matrix and neural network code is written in pure Swift. This playground has only been tested on an 12.9‑inch iPad Pro.

Device Installation

This is how I do it, but I'm sure there is a better way:

  1. Install the Swift Playgrounds app on your device.
  2. Download or clone this repository.
  3. AirDrop the Neural Network.playground folder from your Mac to your device.
  4. Open the received playground in the Playground application.

Screenshots

Here is the page that predicts a drawn digit: Custom Digit

And a neural network being trained to fit some points: Fitting

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].