Skip to content

the paradigm that uses functions to the best effect for creating clean and maintainable software

Notifications You must be signed in to change notification settings

oktaviacitra/swift-functional-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Functional Programming

Swift is not purely a functional language, because swift is a multi-paradigm programming language, it does combine multiple programming paradigms to give developers flexibility for app development.

To create each file, I always look for references. So, I put it here.

SumOfNumbers.swift

FilterWithCriteria.swift

ExtractAttributes.swift

DecodeDictionary.swift

SortByPrice.swift

CalculateEuclideanDistance.swift

Screen Shot 2022-08-23 at 14 31 39

CalculateCosineSimilarity.swift

Screen Shot 2022-08-25 at 18 20 42

CalculateManhattanDistance.swift

Screen Shot 2022-08-25 at 18 21 11

PearsonCorrelationCoefficient.swift

Screen Shot 2022-08-27 at 23 22 59

CalculateCanberraDistance.swift

screenshot

CalculateBraycurtisDistance.swift

Screen Shot 2022-08-29 at 11 42 34

ActivationRelu.swift

Screen Shot 2022-09-05 at 14 59 50

ActivationLeakyReLu.swift

Screen Shot 2022-09-06 at 11 27 33

ActivationElu.swift

Screen Shot 2022-09-07 at 19 59 39

ActivationTanh.swift

Screen Shot 2022-09-08 at 13 36 54

ActivationSigmoid.swift

Screen Shot 2022-09-09 at 09 27 16

ActivationSoftmax.swift

Screen Shot 2022-09-10 at 22 28 23

MinMaxScaler.swift

Screen Shot 2022-09-11 at 09 22 44

StandardScaler.swift

Screen Shot 2022-09-12 at 13 26 09

MaxAbsScaler.swift

Screen Shot 2022-09-13 at 10 39 07

MedianOfNumbers.swift

RobustScaler.swift

Screen Shot 2022-09-16 at 10 19 52

Flatten.swift

GaussianFilter.swift

Screen Shot 2022-10-03 at 11 21 30

About

the paradigm that uses functions to the best effect for creating clean and maintainable software

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages