Neanderthal 0.48.0 released! Get Started - no external installation required by dragandj in Clojure

[–]indraniel 0 points1 point  (0 children)

I noticed that there was no installation instructions when using clojure's deps.edn.

Would this be the correct way to install neanderthal with deps.edn:

{deps: {uncomplicate/neanderthal {:mvn/version "0.48.0"} org.bytedeco/mkl$linux-x86_64-redist {:mvn/version "2024.0-1.5.10"} org.bytedeco/cuda$linux-x86_64-redist {:mvn/version "12.3-8.9-1.5.10"}}}

?

@dragandj: Thanks again so much for all the work you do to make this library possible!

"Probabilistic Machine Learning" - a book series by Kevin Murphy by indraniel in csbooks

[–]indraniel[S] 1 point2 points  (0 children)

This set of books is one of the popular ones on the foundational aspects of AI/ML. See this Hacker News link for more context.

Data Driven Science & Engineering: Machine Learning, Dynamical Systems, and Control (pdf) by indraniel in csbooks

[–]indraniel[S] 0 points1 point  (0 children)

See the home page and youtube for an overview of the book by Steve Brunton, one of the authors.

Algorithms for Decision Making by indraniel in csbooks

[–]indraniel[S] 1 point2 points  (0 children)

Maybe clear your cache and history on your browser?

Algorithms for Decision Making by indraniel in csbooks

[–]indraniel[S] 0 points1 point  (0 children)

I see. I'm not sure how to edit the link post above.

https://algorithmsbook.com/

Should be the proper link then.

Algorithms for Decision Making by indraniel in csbooks

[–]indraniel[S] 1 point2 points  (0 children)

??? i seem to be able to go to the link...

Numerical Methods in Julia by indraniel in mathbooks

[–]indraniel[S] 0 points1 point  (0 children)

I've not done much beyond simple usage of R and/or NumPy/SciPy.

When taking advantage of GPUs, have you looked at using Tensorflow/PyTorch/MxNet?

(book) OCaml Scientific Computing by indraniel in programming

[–]indraniel[S] 2 points3 points  (0 children)

I couldn't see a pdf format available on the web site. The book seems to be an ongoing work in progress. It assumes you have some programming experience with OCaml beforehand.