项目作者: rakesh4real
项目描述 :
Swift and Swift for TensorFlow
高级语言: Jupyter Notebook
项目地址: git://github.com/rakesh4real/swift4tensorflow.git
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
- Create library package -
hellolib
- Create executable package -
helloexec
- Import and access
hellolib
using helloexec
- Import in swift-jupyter notebooks
Know more here
Data Structures