Skip to content

61ConceptStudio/Swift-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Swift AI is a high-performance deep learning library written entirely in Swift. We currently offer support for all Apple platforms, with Linux support coming soon.

Tools

Swift AI includes a collection of common tools used for artificial intelligence and scientific applications:

  • NeuralNet
    • A flexible, fully-connected neural network with support for deep learning
  • Convolutional Neural Network
  • Recurrent Neural Network
  • Genetic Algorithm Library
  • Fast Linear Algebra Library
  • Signal Processing Library

Example Projects

We've created some example projects to demonstrate the usage of Swift AI. Each resides in their own repository and can be built with little or no configuration:

  • NeuralNet-MNIST
    • A NeuralNet training example for the MNIST handwriting database
    • Trains a neural network to recognize handwritten digits
    • Built for macOS

Usage

Each module now contains its own documentation. We recommend that you read the docs carefully for detailed instructions on using the various components of Swift AI.

The example projects are another great resource for seeing real-world usage of these tools.

People Using Swift AI

If you're using Swift AI in one of your own projects, let us know! We'll add a link to your profile/website/app right here on the front page. Feel free to open an issue or submit a pull request.

Compatibility

Swift AI currently depends on Apple's Accelerate framework for vector/matrix calculations and digital signal processing.

In order to provide support for more platforms, alternative BLAS solutions are being considered.

Contributing

Contributions to the project are welcome. We simply ask that you strive to maintain consistency with the structure and formatting of existing code.

Contact

Collin Hundley is the author and maintainer of Swift AI. Feel free contact him directly via email.

If you have a question about this library or are looking for guidance, we recommend opening an issue so a member of the community can help!

Donating

Your donation to Swift AI will help us continue building excellent open-source tools. All contributions are appreciated!

Donate

About

The Swift machine learning library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%