Robbepop / prophet

A simple neural net implementation.
Other
39 stars 1 forks source link

Is this library still maintained? #12

Closed madchicken closed 1 year ago

madchicken commented 1 year ago

I don't see any recent activity on this repository, I was wondering if the library is still maintained or not.

Robbepop commented 1 year ago

No, it is not maintained. It was one of my first toy Rust projects back when I was still learning the language. If you want to use neural networks there are many other neural networks implemented in Rust that are maintained and have much higher quality.

madchicken commented 1 year ago

I was more interested in the prophet algorithm and in his non supervisioned version. Thanks anyway.