Improving the user's experience when using C libraries from Julia by using CBinding.jl to avoid the pain points. (more…)
Read more »
This talk was given as part of JuliaCon2021.Abstract:Javis.jl is a general purpose animation library which builds on top of the Luxor.jl graphics library.It ... (more…)
Read more »
Cambridge, MA – Julia Computing has been granted $910,000 by the Alfred P. Sloan Foundation to support open-source Julia development, including $160,000 to promote diversity in the Julia community. (more…)
Read more »
Introduction/Roadmap Last year at JuliaCon, Matt Fishman and I gave a talk about our ongoing effort to port the ITensor code from C++ to Julia. At the time, I mentioned that we had begun trying to integrate a GPU-based tensor contraction backend and were ... (more…)
Read more »
I wished to do some machine learning for binary classification.
Binary classification is perhaps the most basic of all supervised learning problems.
Unsurprisingly julia has many libraries for it.
Today we are looking at:
LIBLINEAR (linear SVMs), LIBSVM (... (more…)
Read more »