项目作者: rakesh4real

项目描述 :
Swift and Swift for TensorFlow
高级语言: Jupyter Notebook
项目地址: git://github.com/rakesh4real/swift4tensorflow.git
创建时间: 2019-11-15T16:15:25Z
项目社区:https://github.com/rakesh4real/swift4tensorflow

开源协议:

下载


swift4tensorflow

Try your code in google collaboratory

Open blank Swift Colaboratory

Swift Basics

01-01 Part 1

  • Shell commands
  • Variables and constants
  • Types of data
  • Operators
  • String interpolation
  • Arrays, Dictionaries
  • Conditional statements
  • Loops
  • Switch case

01-02 Part 2

  • Functions
  • Optionals and optional chaining
  • Enumerations
  • Structs
  • Classes
  • Properties and Static properties and methods
  • Access control
  • Polymorphism
  • Type casting

01-03 Part 3

  • Closures
  • Protocols
  • Extensions
  • Protoccol extensions

Build a Package/Library using SPM

Outline

  1. Create library package - hellolib
  2. Create executable package - helloexec
  3. Import and access hellolib using helloexec
  4. Import in swift-jupyter notebooks

Know more here


Data Structures

  • Array
    • 2-Dimensional
  • Stack
  • Queue
    • Simple
    • Optimal
  • Deque
    • Simple
    • Optimal