KevinCoble / AIToolbox

A toolbox of AI modules written in Swift: Graphs/Trees, Support Vector Machines, Neural Networks, PCA, K-Means, Genetic Algorithms
Apache License 2.0
793 stars 87 forks source link

Compilation error fixed #16

Closed alexsosn closed 7 years ago

alexsosn commented 7 years ago

DeepNonLinearity.swift was missed from the project.

Also two warnings were fixed.

KevinCoble commented 7 years ago

Thanks. I hadn't updated the project file as there is another class in my copy (Convolution3D) that I still need to do some work on before releasing.

I appreciate the help.