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/
< zoq> gauravcr7rm: For NEAT one example could be to test it on some simple task like XOR, or mountain car.
< zoq> rf_sust2018: Bindings for Java/Scala would be nice to have, Yasmine worked on Go bindings and I think Julia bindings are coming pretty soon.
< zoq> ReemGody_: Welcome, I think you already glanced over http://mlpack.org/gsoc.html? If every issue you are interested in is already taken up, you could see if you can extend or improve an existing method.
< Karl> mulx10: Hi, thanks for checking. The cmake seems to be ok
< Karl> mulx10: There several 'not find' as following.
< Karl> mulx10: -- Could NOT find OpenMP_C (missing: OpenMP_gcrt1_LIBRARY) (found version "3.1") -- Could NOT find OpenMP_CXX (missing: OpenMP_gcrt1_LIBRARY) (found version "3.1") -- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
< Karl> mulx10: I read some post before talking about it is because the gcc version is too low. Currently, my gcc is as following.
< Karl> mulx10: -- The C compiler identification is GNU 4.8.5 -- The CXX compiler identification is GNU 4.8.5
< Karl> mulx10: Other 'not find' are following.
s_tian has joined #mlpack
< Karl> mulx10: CMake Warning at CMakeLists.txt:514 (message): txt2man not found; man pages will not be generated.
< Karl> mulx10: -- Not building Markdown bindings.
< Karl> mulx10: -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
< Karl> mulx10: From my understanding, these are not crucial for mlpack being able to work, aren't they? So I think my cmake works correctly.
< Karl> mulx10: after trying what jeffin suggested, I still got the error like following.
< Karl> mulx10: [ 55%] Linking CXX executable ../../../../bin/mlpack_adaboost Undefined symbols for architecture x86_64: "boost::program_options::to_internal(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)", referenced from: std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > boost::p
< Karl> mulx10: I am sure the boost package work now, because I checked with 'brew list --versions boost', and output is 'boost 1.69.0'.
jeffin143 has joined #mlpack
s_tian has quit [Ping timeout: 256 seconds]
Hemal has joined #mlpack
< Hemal> Is there any way to use the Reinforcement learning algorithms of mlpack for game simulations ?
< Hemal> One way I can think of is, Using mlpack's python bindings and other python packages to run a simulation.
< Hemal> But can it be done natively, i.e using c++ ?
< jeffin143> Hi, contributors and mentors,I am jeffin Sam currently doing Btech 3rd year from Karunya institute of Technology and Sciences.Today is the last day before application opens up , and i have enjoyed my time researching about the code base and also about organization. I would like to take up string processing utilities as my idea and would like to build upon it.
< jeffin143> I have already raised some PRs to afirm my knowledge in processing of string which includes one hot encoding , dictionary encoding and also have started contributing to mlpack. I have worked in ML/DL field for a couple of years now and know NLP concepts too.
< jeffin143> For time being, I am progressing to build an api and make my utility function accessible for users without any issues.A sincere thanks to all the mentors and contributors for helping me with all the issues and queries.
ReemGody has joined #mlpack
ReemGody_ has joined #mlpack
mulx10 has joined #mlpack
Hemal has quit [Quit: Leaving.]
< mulx10> Karl: I guess this may help
ReemGody has quit [Ping timeout: 256 seconds]
< mulx10> Karl: I guess the gcc version is the issue
ReemGody_ has quit [Ping timeout: 256 seconds]
Tush has joined #mlpack
Tush has quit [Client Quit]
mulx10 has quit [Ping timeout: 256 seconds]
seewishnew has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
seewishnew has quit [Ping timeout: 250 seconds]
seewishnew has joined #mlpack
Hsankesara has joined #mlpack
< Hsankesara> Hello community, I am facing some trouble building mlpack_test on my local system. I want to run test for a few methods only but I cannot find a way to do it on test. Building all mlpack_test took too much time and eventually led to memory error. Is there any way I can do it?
mulx10 has joined #mlpack
< jenkins-mlpack2> Project docker mlpack nightly build build #272: UNSTABLE in 3 hr 36 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/272/
lazyV has joined #mlpack
mulx10 has quit [Ping timeout: 256 seconds]
lazyV has quit [Ping timeout: 256 seconds]
seewishnew has quit [Remote host closed the connection]
myaow has joined #mlpack
seewishnew has joined #mlpack
< myaow> Hi everyone! My name is Monica and I'm currently a student at Harvey Mudd College. I've taken a course on neural nets so I have a working understanding of the topic, and I have also implemented some NN and RL algorithms. In the last few weeks, we touched more on RL and the specifics of Alpha Go. I would love to work on the RL project, and I am excited to read papers that describe state of the art of RL+NN!
rf_sust2018 has joined #mlpack
seewishnew has quit [Remote host closed the connection]
seewishnew has joined #mlpack
mulx10 has joined #mlpack
seewishnew has quit [Remote host closed the connection]
rf_sust2018 has quit [Ping timeout: 250 seconds]
seewishnew has joined #mlpack
Shine_ has joined #mlpack
seewishnew has quit [Ping timeout: 250 seconds]
Suryo has joined #mlpack
< Suryo> zoq, rcurtin: hey, I know you are really busy but could you please give me a ballpark figure on how long proposals to mlpack usually are? In terms of pages. Thanks...
Suryo has quit [Client Quit]
i8hantanu has joined #mlpack
Shine_ has quit [Ping timeout: 256 seconds]
mulx10 has quit [Ping timeout: 256 seconds]
sreenik has joined #mlpack
< zoq> Suryo: We have seen proposals from 1-25+ pages; ideally you can cover everything that is mentioned here: https://github.com/mlpack/mlpack/wiki/Google-Summer-of-Code-Application-Guide.
Suryo has joined #mlpack
< Suryo> zoq: okay, thanks. That's amazing.
Suryo has quit [Client Quit]
rf_sust2018 has joined #mlpack
myaow has quit [Ping timeout: 256 seconds]
rf_sust2018 has quit [Quit: Leaving.]
< sreenik> zoq: Just like Linear, Relu and other layer objects can be stored in a LayerTypes instance, what can be used to store initialization, loss and optimizer objects? I have tried experimenting a lot but couldn't really figure out what to use
< sreenik> Is there anything on the lines of InitializationRuleType or OutputLayerType?
< zoq> sreenik: Not sure I get what you mean, can you give me a simple example?
< sreenik> Yeah sure. What I want to do is something like -- InitializationType init = new GlorotInitialization();
< sreenik> But there is nothing called InitializationType
< sreenik> Is there anything similar to that? I want to create an FFN object later with that init type
rf_sust2018 has joined #mlpack
rf_sust2018 has quit [Ping timeout: 250 seconds]
Karl has quit [Ping timeout: 256 seconds]
mulx10 has joined #mlpack
< mulx10> sreenik: Using same type as class may help `GlorotInitializationType<false> *init = new GlorotInitialization();`
< mulx10> sreenik: or I good hack is to use auto `auto *init = new GlorotInitialization();`
< mulx10> ShikharJ, zoq: Apologies for the late reply. With respect to Pull #1800, The cellState is output param just like lstm output.
< mulx10> ShikharJ, zoq: hence I think there is no need to serialize.
< mulx10> zoq: Also I have finding it difficult to find some test case for the functionality. I have added dimension check.
< mulx10> zoq: Please let me know what should be included in the test. Thanks for the help.
< sreenik> mulx10: Thanks for the response. Unfortunately that won't actually solve my problem. I have a function that is supposed to return a particular initialization type depending on some parameters. So I don't know before hand if it is going to return glorot initialization or random initialization or anything else. Knowing the return type will solve my problem :)
< mulx10> sreenik: So 'auto' may help
rf_sust2018 has joined #mlpack
< sreenik> Functions can have an auto return type but only if another return type is specified after the declaration. Basically the return type needs to be mentioned because C++ is a statically typed language. So my only way out is knowing the class type whose objects can be instantiated by all the intitialization types. I have searched the codebase a couple of times but couldn't find a straightforward solution. This might require a roundabou
seewishnew has joined #mlpack
seewishnew has quit [Ping timeout: 250 seconds]
rf_sust2018 has quit [Quit: Leaving.]
rf_sust2018 has joined #mlpack
mulx10 has quit [Ping timeout: 256 seconds]
malavika16 has joined #mlpack
Hsankesara has quit [Quit: Page closed]
rf_sust2018 has quit [Quit: Leaving.]
halwai has quit [Ping timeout: 256 seconds]
< sreenik> Regarding the problem I was facing it can also be solved if the 'init type', 'loss type' and 'optimizer' can be separately set for the FFN (i.e. afterwards and not during the FFN declaration). Is that possible? thanks :)
vivekp has quit [Ping timeout: 255 seconds]
malavika16 has quit [Ping timeout: 256 seconds]
< rcurtin> myaow: hi there, thanks for getting in touch. Let us know if there's anything that we can clarify :)
< rcurtin> Hsankesara: I saw your message on the Github PR, I'll comment there shortly
< rcurtin> jeffin143: hi there, I've seen your PRs in the past days. I'm hoping to find time to review them today :)
sreenik has quit [Quit: Page closed]
halwai has joined #mlpack
halwai has quit [Ping timeout: 256 seconds]
< zoq> sreenik: The last solution you pointed out would work as well, since we only initalize the network once.
< zoq> sreenik: I can sketch something up if you like, but perhaps the same solution we used for kpca works here as well.
Karl has joined #mlpack
< Karl> mulx10: I change the compiler from gcc-4.8 to gcc-7.
< Karl> mulx10: lots of warnings are resolved, but the boost undefined error still persists. Looks like the boost complied by homebrew is using clang instead of gcc and this makes the error. https://github.com/conda-forge/staged-recipes/issues/5812
< Karl> mulx10: I guess I will try to get a linux system and install mlpack on that.
myaow has joined #mlpack
myaow has quit [Ping timeout: 256 seconds]
Karl has quit [Ping timeout: 256 seconds]
halwai has joined #mlpack
VictorAntony has joined #mlpack
VictorAntony has quit [Client Quit]
halwai has quit [Ping timeout: 256 seconds]
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
bobob has joined #mlpack
bobob has quit [Client Quit]
Suryo has joined #mlpack
< Suryo> zoq: thanks for the comments on PR#86. I'll take care of the things you pointed out.
Suryo has quit [Client Quit]