Skip to content

MitchellTesla/xSwiftAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

NeuralNet - SwiftAI

This is the NeuralNet module for the Swift AI project. Full details on the project can be found in the main repo. This is an experimental project extension of the master/main repository.

The NeuralNet class contains a fully connected, feed-forward artificial neural network. This neural net offers support for deep learning, and is designed for flexibility and use in performance-critical applications.