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/
robertohueso has left #mlpack []
Prabhat-IIT has quit [Ping timeout: 260 seconds]
govg has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
ricklly has joined #mlpack
ricklly has quit [Ping timeout: 255 seconds]
manthan has joined #mlpack
wenhao has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
Prabhat-IIT/mlpack#10 (SAGA - 51f3943 : Prabhat): The build has errored.
< manthan>
rcurtin : in relation to the decision tree pruning implementation, i have figured out that if classProbabilities for leaf nodes is made to hold the count of points for each class insted of probabilities, then there will be no need to include any additional data members
< manthan>
additional data members are just needed to figure the majority class of a particular non-leaf node. But if counts are stored, then this can be found by just looping over the classProbabilities of each child of the current non-leaf node.
wenhao has quit [Ping timeout: 260 seconds]
miqlas has left #mlpack []
vpal has joined #mlpack
vivekp has quit [Ping timeout: 268 seconds]
vpal is now known as vivekp
manthan has quit [Ping timeout: 260 seconds]
csoni has joined #mlpack
csoni has quit [Read error: Connection reset by peer]
daivik has joined #mlpack
sulan_ has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
Prabhat-IIT/mlpack#11 (SAGA - 494035e : Prabhat): The build has errored.
< rajiv_>
This is a continuation of the discussion on 8th April in the IRC. I was able to run the tests using the command: bin/mlpack_test. But, I still get the error: use of LAPACK must be enabled. To check if I have LAPACK installed, I tried building armadillo. When I ran cmake, it said that I have LAPACK installed. I am not able to figure out the reason for this issue.
< zoq>
rajiv_: Can't you use the package manager to install armadillo?
< rajiv_>
I have armadillo installed already... I just tried to build it to check if I have LAPACK or not
< pryan>
how can i implement mlpack into a C++ code to get rid of spam of mi ircd ( im codding an ircd )
< pryan>
what functions should i use ?
govg has quit [Ping timeout: 265 seconds]
luffy1996 has joined #mlpack
< luffy1996>
@zoq I am presently going through asynchronous methods for deep RL implementation on mlpack. If I remember correctly then you mentioned that mlpack supports implementation of A3C (Asynchronous advantage actor critic). However I do not find the sources of the file. I can see only three of the 4 variants discussed in the paper implemented . I might be wrong here but would you please give me some lead.
< pryan>
hello luffy1996
< pryan>
how can i implement mlpack into a C++ code to get rid of spam of mi ircd ( im codding an ircd )
< luffy1996>
@zoq Also I am stuck with policy gradient application in mlpack . How should I proceed with gradient ascent in mlpack.
< luffy1996>
@pryan I do not think I could help you in this. Thanks :)
< pryan>
ok
travis-ci has joined #mlpack
< travis-ci>
Prabhat-IIT/mlpack#12 (fastmksTest - 2df6716 : Prabhat): The build has errored.
dmatt has quit [Remote host closed the connection]
robertohueso has left #mlpack []
sulan_ has quit [Quit: Leaving]
manthan has joined #mlpack
vivekp has quit [Ping timeout: 264 seconds]
vivekp has joined #mlpack
ImQ009 has quit [Quit: Leaving]
manthan has quit [Ping timeout: 260 seconds]
< zoq>
rajiv_: Okay, can you tell me more about your OS (ubuntu)?
< pryan>
zoq hello
< pryan>
there is an example of how can i implement ML ?
< pryan>
im makin my own ircd
< pryan>
and want to have ML to do spam stuff
< zoq>
luffy1996: hm, A3C is implemented, there is an open issue: https://github.com/mlpack/mlpack/pull/1091 which talks about an Alias layer, which is required to implement A3C.
< zoq>
pryan: I think, there are multiple ideas you could test, nearest neighbor classifier, logistic regression, neural networks.
< pryan>
hm
< pryan>
some example of code or anything ?
< pryan>
a wiki
< pryan>
or some
< zoq>
Unfortunately mlpack doesn't provide a word to vector method; which I think is the first step in the pipeline.