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

Is there a deconvoltuion network (Transpose Network) support plan? #9

Closed clyne83 closed 7 years ago

clyne83 commented 7 years ago

Hello

Is there a deconvoltuion network (Transpose Network) support plan?

thanks.

KevinCoble commented 7 years ago

There currently is not. The framework is a collection of code I have worked on to play with pieces of AI and learn about them. I am currently playing with natural language parsing. Maybe someday I'll get back to convolutional networks.

I would always welcome someone else adding to the framework, and that is an area where there is currently a deficiency.