traditional machine learning model #1683
Replies: 2 comments
-
Actually, Burn is not meant to be a "full-fledged machine learning stack". Burn is a deep learning framework. We do not have traditional machine learning methods such as svm, naive bayes, etc. Not sure if the linked post included the code to their example, but the closest thing we have is a simple regression example. If you're looking for traditional ML methods in Rust, take a look at Are We Learning Yet. I just stumbled upon this recently, it could be a helpful resource for you. |
Beta Was this translation helpful? Give feedback.
-
The blog post seems low quality and probably AI generated. Just by reading our website or the GitHub readme, you can see that Burn puts a lot of thought into performance, not just flexibility. |
Beta Was this translation helpful? Give feedback.
-
Hi,
It is said that "Burn aims to build a full-fledged machine learning stack in Rust" and the following example are presented (https://medium.com/@athan.seal/candle-vs-burn-comparing-rust-machine-learning-frameworks-4dbd59c332a1):
Where can I find more examples on traditional machine learning such as logisticregression, svm, dimension reduction, naive bayes and so on ?
I didn't find LogisticRegression on burn's documentation. Is the above comment on burn and candle true ?
Beta Was this translation helpful? Give feedback.
All reactions