ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
cfengineuser has joined #mlpack
< rcurtin[m]> does Armadillo even successfully load complex matrices? I guess I've never tried it... I'm pretty sure if you ever tried to do machine learning in mlpack with `arma::Mat<std::complex<double>>`, it would fail completely
cfengineuser has quit [Remote host closed the connection]
< rcurtin[m]> at least to me, I don't think it makes sense to do machine learning on complex datatypes, but... that's just my opinion, maybe someone else has worked everything out and many machine learning algorithms still work on complex data πŸ˜ƒ
< heisenbuugGopiMT> Yea, I totally agree...I was thinking do we even need to consider this part
< heisenbuugGopiMT> As much as I have done, I've also never seen any machine learning technique being applied to some complex data.
Syzygy has joined #mlpack
Syzygy has quit [Remote host closed the connection]
< jonpsy[m]> > Ohh, maybe I can use both [std::is_integral](https://en.cppreference.com/w/cpp/types/is_integral) and [std::is_floating_point](https://en.cppreference.com/w/cpp/types/is_floating_point) to replicate the same behaviour or maybe I can directly check if it's not complex then it will be real.
< jonpsy[m]> Correct. There are plenty of std type traits which can help you in this reg, I'd recommend stick to one convention (either template spec. as in arma, or std trait helpers)...or , go wild and use your own blend of things πŸ˜„
tilt has joined #mlpack
tilt has quit [Remote host closed the connection]
metan[m]21 has joined #mlpack
metan[m]21 has quit [Remote host closed the connection]
eater18 has joined #mlpack
eater18 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
ivan has joined #mlpack
ivan is now known as Guest60881
Guest60881 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
nawcom has joined #mlpack
nawcom has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
Router2 has joined #mlpack
Router2 has quit [Remote host closed the connection]
< abernauer[m]> @ryan:ratml.org: Might get the chance to use the mlpack R bindings at work on this project for predicting employee attrition!
xts has joined #mlpack
xts has quit [Remote host closed the connection]
illuminated2 has joined #mlpack
illuminated2 has quit [Remote host closed the connection]
zaf has joined #mlpack
zaf has quit [Remote host closed the connection]
UmarJ has joined #mlpack
constantin-M16 has joined #mlpack
constantin-M16 has quit [Remote host closed the connection]
s55 has joined #mlpack
s55 has quit [Remote host closed the connection]
ImQ009 has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has quit [Ping timeout: 260 seconds]
< swaingotnochill[> Any idea on using mlpack on local jupyter notebooks
< swaingotnochill[> I was using binder till now but it seems the binder sever is offline
< swaingotnochill[> I wish to get my jupyter kernel ready for running files on local machine
CodeRespecter has joined #mlpack
CodeRespecter has quit [Remote host closed the connection]
gingeropolous10 has joined #mlpack
gingeropolous10 has quit [Read error: Connection reset by peer]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
viking22 has joined #mlpack
viking22 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< jonpsy[m]> swaingotnochill: it isn't that difficult. I think the main problem will come during loading shared libs. Basically you need to add these lines on each of your notebook, see [this file](https://github.com/mlpack/examples/blob/master/binder/xeus-cling.hpp). I only had to load armadillo, but your case is different so its more cumbersome. Davidportlouis (David Port Louis) recently had success in this regard, you can mail him
< jonpsy[m]> or perhaps he'll reply here.
cateye18 has joined #mlpack
cateye18 has quit [Remote host closed the connection]
danieli has joined #mlpack
danieli has quit [Remote host closed the connection]
peloverde has joined #mlpack
peloverde has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< swaingotnochill[> What's David's handle here...?
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
noeatnosleep10 has joined #mlpack
noeatnosleep10 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
aasg9 has joined #mlpack
aasg9 has quit [Remote host closed the connection]
< rcurtin[m]> abernauer: awesome! if you do, and if you have any issues, please don't hesitate to report them πŸ˜ƒ
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< zoq> swaingotnochill[: What url did you use? The binder server is running on my side - https://lab.mlpack.org/v2/gh/mlpack/examples/master?urlpath=lab
< swaingotnochill[> I meant actual binder website..πŸ˜…Binder was offline this morning here
nanotube17 has joined #mlpack
nanotube17 has quit [Remote host closed the connection]
crab has joined #mlpack
crab has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
M34a6[m|gr] has joined #mlpack
M34a6[m|gr] has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
draco12 has joined #mlpack
draco12 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
JATCRFR24 has joined #mlpack
JATCRFR24 has quit [Remote host closed the connection]
fakuivan18 has joined #mlpack
fakuivan18 has quit [Remote host closed the connection]
cja1 has joined #mlpack
cja1 has quit [Remote host closed the connection]
< jonpsy[m]> say4n Actually since Monday the 7th is too close to our prev meeting we decided on Monday of Next week. Hope that clears your doubt πŸ‘
iTeV24 has joined #mlpack
iTeV24 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
< say4n> Thanks! :)
mindlifter has joined #mlpack
< jonpsy[m]> How do i check if my library is linked against BLAS or OpenBLAS?
< rcurtin[m]> `ldd` should do it, though if you are on Debian/Ubuntu you may need to chase a bunch of symlinks
Dyavol2-m14 has joined #mlpack
Dyavol2-m14 has quit [Remote host closed the connection]
< jonpsy[m]> Aight, I ldd'd on armadillo shared lib. Worked like a charm. Thanks πŸ‘
sujeet22 has joined #mlpack
sujeet22 has quit [Remote host closed the connection]
UmarJ has quit [Ping timeout: 258 seconds]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
tcely13 has joined #mlpack
tcely13 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
ImQ009 has quit [Quit: Leaving]
UmarJ has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
cmuller3 has joined #mlpack
cmuller3 has quit [Remote host closed the connection]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]