jordenhill / Birdbrain

A neural network framework written in Swift.
MIT License
39 stars 10 forks source link

Swift 3.0 and Word2Vec #6

Closed jordenhill closed 8 years ago

jordenhill commented 8 years ago

After several changes the metal functions are fully set up now. It is in a separate class that has a series of mathematical parallel compute functions to use. Some minor tests (can’t write proper unit tests for Metal?) done to validate functionality appear to work. More testing is needed.