-
As discussed in https://github.com/mathnet/mathnet-numerics/pull/173, we've got a few independent efforts to add optimization to mathnet-numerics, and we would like to merge these efforts, and eventua…
-
The freeCodeCamp community has started building an interactive, browser-based Math for Programmers curriculum. It's just a matter of designing the thousands of LaTeX-driven challenges necessary to tea…
-
Hi,
trying least_squares_ex.cpp.html I got compile (Visual Studio 2015) errors. They are in Russian. Is it better to translate them into English?
1>------ Сборка начата: проект: dlib, Конфигурация:…
-
Hi Davis,
I'm sure there is something on my end that was not right but I can't figure it out.
Versions:
```
--> g++ --version
g++ (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6)
Copyright (C) 2015 …
-
ref: https://github.com/JuliaOpt/Optim.jl/issues/358
Optim is leaving JuliaOpt, as the latter is refocusing, such that it will be an org for MathProgBase, JuMP and extensions, and backend solvers. …
-
Hi
I am getting this error when building the project.
```
Error:error: '/home/learner/githubs/my-android-app-boilerplate/lib-distribution/my_core_jni/lib/arm64-v8a/libmy_core_jni.so', needed by '…
-
There's possibility to make this code run faster by using Numba or Numexpr and I think I might give it a try.
But of course there are downsides (installation gets a bit harder and fat, maybe also cod…
-
I have a model in which one operation happens to be very memory intensive and cannot be executed at once. I thought that by splitting the operation manually and executing parts of it individually (all…
-
@jfarland @matthewgee @tplagge @jbackusm @gkagnew
On the phone call today we agreed to work on balance point optimization in parallel over the next sprint. Please chime in on this issue soon (let'…
-
NMF in scikit-learn overview :
**Current implementation ([code](https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/decomposition/nmf.py)):**
- loss = squared (aka Frobenius norm)
…