Ben here and I am fascinated about using graphs and networks, network theory in data science.
The problem is running algorithms on large graphs is slow.
And I want to develop a Swift Package, similar to the python NetworkX package to help integrate graph into machine learning workflows, and use them in the data discovery, and the crown jewel will be the GTNs, (Graph Transformation Networks)
@ctwardy I am Neo4j certified so that should not be a problem
2 Likes
bradlarson
(Brad Larson (formerly Swift for TensorFlow))
5
Explorations into graphs in Swift sounds like a great area to research. I’ll recommend the Swift Algorithm Club (founded by friend of the forum Matthijs, and maintained by the Ray Wenderlich organization) for examples of general Swift data structures and algorithms that might be useful.
As you start to apply Swift differentiable programming to this, the Swift for TensorFlow team would be glad to answer any questions you might have. Feel free to ask here or in our mailing list. Combining logic like graph traversal with machine learning is one area that we feel Swift could be extremely well suited for.
Great idea. I’ve been meaning to check out the CSIRO’s project at some point. I haven’t delved into this area yet. Perhaps this is of interest to you.
Yes I am aware of this field, the reason why I want to go on the Swift way is the potential speed increase, so at the end a person from africe with an old mac book can do and free tier AWS, or GCP credit can do more.