Skip to content

WWDC 2021 Swift Challenge Submission Playground. Neural Network made from scratch using Swift.

Notifications You must be signed in to change notification settings

MrinalTyagi/WWDC-2021-Swift-Challenge-Submission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WWDC-2021-Swift-Challenge-Submission

WWDC 2021 Swift Challenge Submission Playground. Neural Network made from scratch using Swift.

The main focus of this playground is to help learn and visualize the working of a basic neural network. From defining a basic neuron to plotting the results on a graph, all the steps of a Deep learning model are programmed from Scratch:

  1. Click on the Get started button to start the playground.
  2. Then the Dataset View Controller is showcased which displays sample dataset that will be used for training the neural network.
  3. Next step involves training of the neural network. The neural network used here has 4 inputs and a hidden layer of 5 neurons and an output layer for 3 classes.
  4. The results of the training process are presented on the next view controller.
  5. After that the user can input Double values in text field in order to output the class predicted by the neural network.

Demo Video

Demo

Screenshots

Getting Started Dataset Training Training Complete Metrics Prediction

About

WWDC 2021 Swift Challenge Submission Playground. Neural Network made from scratch using Swift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages