Permalink
Please sign in to comment.
Showing
with
905 additions
and 7,720 deletions.
- +4 −13 .gitignore
- +0 −3 Documentation/Matrix.md
- BIN Examples/OS X/MNIST-TrainingData/t10k-images-idx3-ubyte
- BIN Examples/OS X/MNIST-TrainingData/t10k-labels-idx1-ubyte
- BIN Examples/OS X/MNIST-TrainingData/train-images-idx3-ubyte
- BIN Examples/OS X/MNIST-TrainingData/train-labels-idx1-ubyte
- +0 −427 Examples/OS X/Swift-AI-OSX.xcodeproj/project.pbxproj
- +0 −7 Examples/OS X/Swift-AI-OSX.xcodeproj/project.xcworkspace/contents.xcworkspacedata
- +0 −5 ...es/OS X/Swift-AI-OSX.xcodeproj/xcuserdata/Andrea.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
- +0 −91 Examples/OS X/Swift-AI-OSX.xcodeproj/xcuserdata/Collin.xcuserdatad/xcschemes/Swift-AI-OSX.xcscheme
- +0 −32 ...ples/OS X/Swift-AI-OSX.xcodeproj/xcuserdata/Collin.xcuserdatad/xcschemes/xcschememanagement.plist
- +0 −366 Examples/OS X/Swift-AI-OSX/Handwriting.swift
- +0 −54 Examples/OS X/Swift-AI-OSX/SineWave.swift
- +0 −49 Examples/OS X/Swift-AI-OSX/XOR.swift
- +0 −23 Examples/OS X/Swift-AI-OSX/main.swift
- +0 −24 Examples/OS X/Tests/Info.plist
- +0 −169 Examples/OS X/Tests/SimpleTest.swift
- +0 −104 Examples/README.md
- +0 −61 Examples/Swift-AI-Playground.playground/Contents.swift
- +0 −605 Examples/Swift-AI-Playground.playground/Sources/FFNN.swift
- +0 −18 Examples/Swift-AI-Playground.playground/Sources/Storage.swift
- +0 −4 Examples/Swift-AI-Playground.playground/contents.xcplayground
- +0 −7 Examples/Swift-AI-Playground.playground/playground.xcworkspace/contents.xcworkspacedata
- +0 −518 Examples/iOS/Swift-AI-iOS.xcodeproj/project.pbxproj
- +0 −7 Examples/iOS/Swift-AI-iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata
- +0 −5 ...les/iOS/Swift-AI-iOS.xcodeproj/xcuserdata/Collin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
- +0 −91 Examples/iOS/Swift-AI-iOS.xcodeproj/xcuserdata/Collin.xcuserdatad/xcschemes/Swift-AI-iOS.xcscheme
- +0 −22 Examples/iOS/Swift-AI-iOS.xcodeproj/xcuserdata/Collin.xcuserdatad/xcschemes/xcschememanagement.plist
- +0 −159 Examples/iOS/Swift-AI-iOS/APBorderView.swift
- +0 −722 Examples/iOS/Swift-AI-iOS/APConstraints.swift
- +0 −97 Examples/iOS/Swift-AI-iOS/APMath.swift
- +0 −28 Examples/iOS/Swift-AI-iOS/APMultilineLabel.swift
- +0 −61 Examples/iOS/Swift-AI-iOS/APSpringButton.swift
- +0 −129 Examples/iOS/Swift-AI-iOS/AppDelegate.swift
- +0 −75 Examples/iOS/Swift-AI-iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/AppIcon.appiconset/swift_logo_120pt.png
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/AppIcon.appiconset/swift_logo_180pt.png
- +0 −6 Examples/iOS/Swift-AI-iOS/Assets.xcassets/Contents.json
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/dismiss_arrow.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/dismiss_arrow.imageset/DismissArrow.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/graph.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/graph.imageset/graph.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/hamburger.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/hamburger.imageset/hamburger.png
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/hamburger.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/hamburger_highlighted.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/hamburger_highlighted.imageset/hamburger_highlighted.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/info.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/info.imageset/Info.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/info_highlighted.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/info_highlighted.imageset/Info_Highlighted.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/pause.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/pause.imageset/Pause.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/pause_highlighted.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/pause_highlighted.imageset/Pause_Highlighted.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/play.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/play.imageset/Play.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/play_highlighted.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/play_highlighted.imageset/Play_Highlighted.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/reset.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/reset.imageset/Reset.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/reset_highlighted.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/reset_highlighted.imageset/Reset_Highlighted.png
- +0 −22 Examples/iOS/Swift-AI-iOS/Assets.xcassets/swift_large.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/swift_large.imageset/swift_orange-1.png
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/swift_large.imageset/swift_orange.png
- +0 −21 Examples/iOS/Swift-AI-iOS/Assets.xcassets/white.imageset/Contents.json
- BIN Examples/iOS/Swift-AI-iOS/Assets.xcassets/white.imageset/white.png
- +0 −46 Examples/iOS/Swift-AI-iOS/Base.lproj/LaunchScreen.storyboard
- +0 −41 Examples/iOS/Swift-AI-iOS/Colors.swift
- +0 −71 Examples/iOS/Swift-AI-iOS/DrawerCell.swift
- +0 −347 Examples/iOS/Swift-AI-iOS/DrawerNavigationController.swift
- +0 −120 Examples/iOS/Swift-AI-iOS/DrawerView.swift
- +0 −63 Examples/iOS/Swift-AI-iOS/DrawerViewController.swift
- +0 −32 Examples/iOS/Swift-AI-iOS/Fonts.swift
- BIN Examples/iOS/Swift-AI-iOS/Fonts/OpenSans-Bold.ttf
- BIN Examples/iOS/Swift-AI-iOS/Fonts/OpenSans-Italic.ttf
- BIN Examples/iOS/Swift-AI-iOS/Fonts/OpenSans-Light.ttf
- BIN Examples/iOS/Swift-AI-iOS/Fonts/OpenSans-LightItalic.ttf
- BIN Examples/iOS/Swift-AI-iOS/Fonts/OpenSans-Semibold.ttf
- BIN Examples/iOS/Swift-AI-iOS/Fonts/OpenSans.ttf
- +0 −51 Examples/iOS/Swift-AI-iOS/GAView.swift
- +0 −24 Examples/iOS/Swift-AI-iOS/GAViewController.swift
- +0 −294 Examples/iOS/Swift-AI-iOS/GraphView.swift
- +0 −254 Examples/iOS/Swift-AI-iOS/GraphViewController.swift
- +0 −166 Examples/iOS/Swift-AI-iOS/HandwritingLearnView.swift
- +0 −113 Examples/iOS/Swift-AI-iOS/HandwritingLearnViewController.swift
- +0 −219 Examples/iOS/Swift-AI-iOS/HandwritingView.swift
- +0 −287 Examples/iOS/Swift-AI-iOS/HandwritingViewController.swift
- +0 −52 Examples/iOS/Swift-AI-iOS/Info.plist
- +0 −145 Examples/iOS/Swift-AI-iOS/InfoView.swift
- +0 −85 Examples/iOS/Swift-AI-iOS/NavigationBar.swift
- +0 −8 Examples/iOS/Swift-AI-iOS/Swift_AI_iOS.xcdatamodeld/.xccurrentversion
- +0 −4 Examples/iOS/Swift-AI-iOS/Swift_AI_iOS.xcdatamodeld/Swift_AI_iOS.xcdatamodel/contents
- BIN Examples/iOS/handwriting-ffnn
- BIN Examples/iOS/handwriting-learn-ffnn
- +5 −0 Package.swift
- +0 −41 Source/FFNN+Storage.swift
- +0 −616 Source/FFNN.swift
- +0 −91 Source/Matrix.swift
- +0 −153 Source/Operations.swift
- +0 −29 Source/Random.swift
- +0 −23 Source/Storage.swift
- +0 −68 Source/Vector.swift
- +112 −0 Sources/Activation.swift
- +102 −0 Sources/Cache.swift
- +43 −0 Sources/Config.swift
- +57 −0 Sources/Cost.swift
- +66 −0 Sources/Dataset.swift
- +350 −0 Sources/NeuralNet.swift
- 0 {Source → Sources}/README.md
- +103 −0 Sources/Storage.swift
- +63 −0 Sources/Structure.swift
17
.gitignore
| @@ -1,13 +1,4 @@ | ||
| -.DS_Store | ||
| - | ||
| - | ||
| -Examples/OS X/Swift-AI-OSX.xcodeproj/project.xcworkspace/xcuserdata/* | ||
| -Examples/OS X/Swift-AI-OSX.xcodeproj/xcuserdata/* | ||
| -Examples/iOS/Swift-AI-iOS.xcodeproj/project.xcworkspace/xcuserdata/* | ||
| -Examples/iOS/Swift-AI-iOS.xcodeproj/xcuserdata/* | ||
| - | ||
| -# Examples/OS X/Swift-AI-OSX.xcodeproj/project.xcworkspace/xcuserdata/andrea.xcuserdatad/UserInterfaceState.xcuserstate | ||
| -# Examples/OS X/Swift-AI-OSX.xcodeproj/xcuserdata/andrea.xcuserdatad/xcschemes/Swift-AI-OSX.xcscheme | ||
| -# Examples/OS X/Swift-AI-OSX.xcodeproj/xcuserdata/andrea.xcuserdatad/xcschemes/Tests.xcscheme | ||
| -# Examples/OS X/Swift-AI-OSX.xcodeproj/xcuserdata/andrea.xcuserdatad/xcschemes/xcschememanagement.plist | ||
| - | ||
| +.DS_Store | ||
| +/.build | ||
| +/Packages | ||
| +/*.xcodeproj |
| @@ -1,3 +0,0 @@ | ||
| -# Matrix Library | ||
| - | ||
| -Documentation coming soon. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -1,5 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<Bucket | ||
| - type = "1" | ||
| - version = "2.0"> | ||
| -</Bucket> |
| @@ -1,91 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<Scheme | ||
| - LastUpgradeVersion = "0710" | ||
| - version = "1.3"> | ||
| - <BuildAction | ||
| - parallelizeBuildables = "YES" | ||
| - buildImplicitDependencies = "YES"> | ||
| - <BuildActionEntries> | ||
| - <BuildActionEntry | ||
| - buildForTesting = "YES" | ||
| - buildForRunning = "YES" | ||
| - buildForProfiling = "YES" | ||
| - buildForArchiving = "YES" | ||
| - buildForAnalyzing = "YES"> | ||
| - <BuildableReference | ||
| - BuildableIdentifier = "primary" | ||
| - BlueprintIdentifier = "F02FD22A1C02D38100A137C2" | ||
| - BuildableName = "Swift-AI-OSX" | ||
| - BlueprintName = "Swift-AI-OSX" | ||
| - ReferencedContainer = "container:Swift-AI-OSX.xcodeproj"> | ||
| - </BuildableReference> | ||
| - </BuildActionEntry> | ||
| - </BuildActionEntries> | ||
| - </BuildAction> | ||
| - <TestAction | ||
| - buildConfiguration = "Release" | ||
| - selectedDebuggerIdentifier = "" | ||
| - selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn" | ||
| - shouldUseLaunchSchemeArgsEnv = "YES"> | ||
| - <Testables> | ||
| - </Testables> | ||
| - <MacroExpansion> | ||
| - <BuildableReference | ||
| - BuildableIdentifier = "primary" | ||
| - BlueprintIdentifier = "F02FD22A1C02D38100A137C2" | ||
| - BuildableName = "Swift-AI-OSX" | ||
| - BlueprintName = "Swift-AI-OSX" | ||
| - ReferencedContainer = "container:Swift-AI-OSX.xcodeproj"> | ||
| - </BuildableReference> | ||
| - </MacroExpansion> | ||
| - <AdditionalOptions> | ||
| - </AdditionalOptions> | ||
| - </TestAction> | ||
| - <LaunchAction | ||
| - buildConfiguration = "Release" | ||
| - selectedDebuggerIdentifier = "" | ||
| - selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn" | ||
| - launchStyle = "0" | ||
| - useCustomWorkingDirectory = "NO" | ||
| - ignoresPersistentStateOnLaunch = "NO" | ||
| - debugDocumentVersioning = "YES" | ||
| - debugServiceExtension = "internal" | ||
| - allowLocationSimulation = "YES"> | ||
| - <BuildableProductRunnable | ||
| - runnableDebuggingMode = "0"> | ||
| - <BuildableReference | ||
| - BuildableIdentifier = "primary" | ||
| - BlueprintIdentifier = "F02FD22A1C02D38100A137C2" | ||
| - BuildableName = "Swift-AI-OSX" | ||
| - BlueprintName = "Swift-AI-OSX" | ||
| - ReferencedContainer = "container:Swift-AI-OSX.xcodeproj"> | ||
| - </BuildableReference> | ||
| - </BuildableProductRunnable> | ||
| - <AdditionalOptions> | ||
| - </AdditionalOptions> | ||
| - </LaunchAction> | ||
| - <ProfileAction | ||
| - buildConfiguration = "Release" | ||
| - shouldUseLaunchSchemeArgsEnv = "YES" | ||
| - savedToolIdentifier = "" | ||
| - useCustomWorkingDirectory = "NO" | ||
| - debugDocumentVersioning = "YES"> | ||
| - <BuildableProductRunnable | ||
| - runnableDebuggingMode = "0"> | ||
| - <BuildableReference | ||
| - BuildableIdentifier = "primary" | ||
| - BlueprintIdentifier = "F02FD22A1C02D38100A137C2" | ||
| - BuildableName = "Swift-AI-OSX" | ||
| - BlueprintName = "Swift-AI-OSX" | ||
| - ReferencedContainer = "container:Swift-AI-OSX.xcodeproj"> | ||
| - </BuildableReference> | ||
| - </BuildableProductRunnable> | ||
| - </ProfileAction> | ||
| - <AnalyzeAction | ||
| - buildConfiguration = "Debug"> | ||
| - </AnalyzeAction> | ||
| - <ArchiveAction | ||
| - buildConfiguration = "Release" | ||
| - revealArchiveInOrganizer = "YES"> | ||
| - </ArchiveAction> | ||
| -</Scheme> |
| @@ -1,32 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
| -<plist version="1.0"> | ||
| -<dict> | ||
| - <key>SchemeUserState</key> | ||
| - <dict> | ||
| - <key>Swift-AI-OSX.xcscheme</key> | ||
| - <dict> | ||
| - <key>orderHint</key> | ||
| - <integer>0</integer> | ||
| - </dict> | ||
| - <key>Tests.xcscheme</key> | ||
| - <dict> | ||
| - <key>orderHint</key> | ||
| - <integer>1</integer> | ||
| - </dict> | ||
| - </dict> | ||
| - <key>SuppressBuildableAutocreation</key> | ||
| - <dict> | ||
| - <key>4258CD791C035289004A2682</key> | ||
| - <dict> | ||
| - <key>primary</key> | ||
| - <true/> | ||
| - </dict> | ||
| - <key>F02FD22A1C02D38100A137C2</key> | ||
| - <dict> | ||
| - <key>primary</key> | ||
| - <true/> | ||
| - </dict> | ||
| - </dict> | ||
| -</dict> | ||
| -</plist> |
Oops, something went wrong.
0 comments on commit
42a05e6