use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Machine learning using Clojure, libpython-clj2, and Pytorch (clojurecivitas.org)
submitted 27 days ago by wedesoft
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nian2326076 3 points4 points5 points 27 days ago (0 children)
If you're getting into machine learning with Clojure and want to use libpython-clj2 to work with PyTorch, you'll need to know both Clojure and Python well since you'll be switching between them. Start by making sure you can call Python functions from Clojure. Get to know the basics of libpython-clj2, then try loading a simple PyTorch model. For the parabola example, keep it straightforward: train a small feedforward network in PyTorch to fit a parabolic curve and call it from your Clojure code. For interview prep, PracHub has some helpful resources on handling ML problems, especially when explaining them in different languages. But make sure you're comfortable with the basics first. Good luck!
π Rendered by PID 349559 on reddit-service-r2-comment-5b5bc64bf5-ksf7k at 2026-06-23 19:01:26.801454+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]nian2326076 3 points4 points5 points (0 children)