verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
mentekid_ has joined #mlpack
mentekid has quit [Read error: Connection reset by peer]
K4k has quit [Quit: WeeChat 1.6]
K4k has joined #mlpack
K4k has quit [Quit: WeeChat 1.6]
K4k has joined #mlpack
K4k has quit [Client Quit]
K4k has joined #mlpack
mikeling has joined #mlpack
cult- has quit [Ping timeout: 248 seconds]
cult- has joined #mlpack
rahulprasad has joined #mlpack
rahulprasad has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
rahulprasad has joined #mlpack
< rahulprasad>
hello. I am new here and want to contribute to this project.
< rahulprasad>
I am currently doing online course on machine learning.
< rahulprasad>
I have studied linear regression, logistic regression, feature scaling, regularization, multi-class classification and I am currently studying about neural networks.
< rahulprasad>
I have also implemented few of these models but on matlab.
< rahulprasad>
Should I drop the course and start trying to contribute here or should I first finish the complete course?
kartik_ has joined #mlpack
< kartik_>
kartik@Jarvis:~/MachineLearning/openSource/emulator/nes/build$ cmake . -- Boost version: 1.58.0 -- Found the following Boost libraries: -- system -- thread -- chrono -- date_time -- atomic CMake Warning at CMakeLists.txt:39 (find_package): Found package configuration file: /usr/local/share/OpenCV/OpenCVConfig.cmake but it set OpenCV_FOUND to FALSE so package "OpenCV" is considered to be NOT FOUND. CMake Error: T
< kartik_>
but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MLPACK_INCLUDE_DIR used as include directory in directory /home/kartik/MachineLearning/openSource/emulator/nes used as include directory in directory /home/kartik/MachineLearning/openSource/emulator/nes used as include directory in directory /home/kartik/MachineLearning/openSource/emulator/nes
< kartik_>
-- Configuring incomplete, errors occurred! See also "/home/kartik/MachineLearning/openSource/emulator/nes/build/CMakeFiles/CMakeOutput.log". See also "/home/kartik/MachineLearning/openSource/emulator/nes/build/CMakeFiles/CMakeError.log".
< kartik_>
imgetting the above error while running cmake for nes emulator
< kartik_>
<zoq> i have also installed all the dependacies u have stated on the emulator page
rahulprasad has quit [Quit: Page closed]
< kartik_>
the above line is fixed .. i specified path to the include directory
< kartik_>
i have gcc and not gcc46 in lib folder..
< kartik_>
used cmake -D MLPACK_INCLUDE_DIR=/usr/local/include/mlpack .. to correct the include path
govg has quit [Ping timeout: 264 seconds]
s1998 has joined #mlpack
s1998 has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
govg has quit [Client Quit]
govg has joined #mlpack
kartik_ has quit [Quit: Page closed]
govg has quit [Ping timeout: 264 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 245 seconds]
govg has joined #mlpack
mikeling has quit [Ping timeout: 258 seconds]
govg has quit [Ping timeout: 258 seconds]
govg has joined #mlpack
mikeling has joined #mlpack
thyrix has joined #mlpack
rahul_prasad_ has joined #mlpack
thyrix has quit [Ping timeout: 258 seconds]
thyrix has joined #mlpack
thyrix has quit [Client Quit]
thyrix has joined #mlpack
thyrix has quit [Quit: Leaving]
thyrix has joined #mlpack
rahul_prasad_ has quit [Ping timeout: 260 seconds]
thyrix has quit [Ping timeout: 258 seconds]
thyrix has joined #mlpack
thyrix has quit [Quit: Leaving]
K4k has quit [Quit: WeeChat 1.6]
K4k has joined #mlpack
mikeling has quit [Quit: Connection closed for inactivity]
< rcurtin>
zoq: wow, big PR, I'm excited to look through it :)
< zoq>
rcurtin: Let's see if the travis and appveyor build passes.
< rcurtin>
yeah, it turns out the appveyor fix was easy, so if it fails, you can backport the patch I merged yesterday
< rcurtin>
but I have absolutely no idea why that line was causing a problem that looked entirely unrelated
< rcurtin>
must be some visual studio bug or something like that... I'm just glad to have it solved
< zoq>
hm, I thought I updated my branch...
< rcurtin>
oh, I didn't see, maybe you did and I overlooked that :)
kartik_ has joined #mlpack
< zoq>
kartik_: Hello, sorry for the slow reponse, can you remove 'fPIC -Wl -rpath /usr/local/lib/gcc46' from the CMakeLists.txt file and test it again?
< kartik_>
hello <zoq> i have an error building the communication module from source for nes emulator.. cmake -D MLPACK_INCLUDE_DIR=/usr/local/include/mlpack -D MLPACK_LIBRARY=../../../../mlpack-master/build/lib/libmlpack.so ..
< kartik_>
is the above line i used for installing files
< zoq>
kartik_: Hello, sorry for the slow reponse, can you remove 'fPIC -Wl -rpath /usr/local/lib/gcc46' from the CMakeLists.txt file and test it again?
< kartik_>
i have gcc folder instead of gcc46 should i change the name to this one?
< zoq>
kartik_: No need, it's a freebsd relict, I wasn't going to commit that.
< zoq>
Also, I've written some code to test the mlpack code against the OpenAI gym framework which also includes the mario environment. I'll can probably push the code later today.
< zoq>
Out for dinner, back later.
< kartik_>
reached 50% build now .. :D much better..
< zoq>
Just clone Bang's repo (git clone https://github.com/BangLiu/mlpack.git) and checkout the ne branch (git checkout ne) and then build mlpack (mkdir build && cd build && make)
Kirizaki has joined #mlpack
< Kirizaki>
hi!
< Kirizaki>
which algorithm is best for searching random binary tree?
< Kirizaki>
my example is to find all nodes at the same depth by given node
< rcurtin>
hi Kirizaki
< rcurtin>
I guess I am not sure I understand the problem completely
< rcurtin>
you have a random binary tree, and you want to get all of the nodes at a particular depth?
< Kirizaki>
yes
< Kirizaki>
and my input is node of that random tree
< rcurtin>
I think just a depth-first search is fine for this
< kartik_>
<zoq> im reinstalling mlpack by bangs directory. found the parameter.hpp fine in his directory .
< kartik_>
lets see if things work out well
< kartik_>
:)
< kartik_>
hey <zoq> i screwed things up .. i reinstslled using bang lui repo and tested where mlpack seems to be running all fine..
< kartik_>
new error come in for cmake and make in nes
< kartik_>
thanks a lot zoq .. trying all this since 2 days..
< zoq>
Hope we can figure this out :)
< kartik_>
:)
< kartik_>
so i did everything again..
< kartik_>
and this time in usr/local/mlpack/include/method has ne included
< kartik_>
i followed exactly accordingto instruction file .. except did 'make install ' after mlpack build and changed cmake in nes to enable c++11 standards