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/
prateek0001 has quit [Ping timeout: 264 seconds]
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
rakeshmahadasa has joined #mlpack
sverma28 has joined #mlpack
sverma28 has quit [Client Quit]
pd09041999 has joined #mlpack
rajsukant has joined #mlpack
rajsukant has quit [Client Quit]
prateek0001 has joined #mlpack
kinshuk has joined #mlpack
mulx10 has joined #mlpack
< mulx10> rcurtin: Yeah Sure. Sorry for that.
mulx10 has quit [Quit: Page closed]
prateek0001 has quit [Ping timeout: 258 seconds]
kinshuk has left #mlpack []
rakeshmahadasa has quit [Quit: Page closed]
prateek0001 has joined #mlpack
anupam has joined #mlpack
mulx10 has joined #mlpack
andreim has joined #mlpack
< mulx10> zoq: I have a question regarding reinforcement learning idea of GSoC `19
< mulx10> Should the new code be added in mlpack reinforcement_learning method or gym_tcp_api/cpp ?
< mulx10> Thank you!
mulx10 has quit [Quit: Page closed]
pd09041999 has quit [Ping timeout: 244 seconds]
< ShikharJ> rcurtin: zoq: Yay! :P
Xionghui-Chen has joined #mlpack
anupam has quit [Ping timeout: 256 seconds]
< jenkins-mlpack2> Project docker mlpack nightly build build #247: STILL UNSTABLE in 3 hr 47 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/247/
prateek0001 has quit [Remote host closed the connection]
prateek0001 has joined #mlpack
Here-again has joined #mlpack
< Here-again> Hello. I have a windows laptop and I cannot run Linux as I have some softwares for college which are only on windows. So can I develop and play with mlpack libs on windows or virtual box is a better option?
< Here-again> P.s. Mine is a slow PC so virtual box is kinda slow
Here-again has quit [Ping timeout: 256 seconds]
< zoq> mulx10: The code should go in the mlpack reinforcement_learning codebase. gym_tcp_api is basically just a tool to visualize the learning process
< zoq> Here-again: Hello, mlpack works on windows as well, the build process is somewhat slow. See http://mlpack.org/docs/mlpack-3.0.4/doxygen/build_windows.html for more information, https://github.com/mlpack/mlpack/pull/1736 might be interesting as well.
< zoq> Here-again: Or if you like to use mingw: http://kurg.org/mlpack_mingw_build.html
Xionghui-Chen has quit [Ping timeout: 256 seconds]
prateek0001 has quit [Remote host closed the connection]
prateek0001 has joined #mlpack
prateek0001 has quit [Remote host closed the connection]
prateek0001 has joined #mlpack
prateek0001 has quit [Ping timeout: 264 seconds]
Shashwat has joined #mlpack
Shashwat has quit [Client Quit]
prateek0001 has joined #mlpack
prateek0001 has quit [Remote host closed the connection]
prateek0001 has joined #mlpack
vivekp has quit [Ping timeout: 245 seconds]
vivekp has joined #mlpack
KimSangYeon-DGU has joined #mlpack
prateek0001 has quit [Remote host closed the connection]
andreim has quit [Ping timeout: 256 seconds]
Nisarg has joined #mlpack
Nisarg has quit [Client Quit]
codehack9991 has joined #mlpack
KimSangYeon-DGU has quit [Quit: Page closed]
Prashant has joined #mlpack
Prashant has quit [Quit: Page closed]
kinshuk has joined #mlpack
kinshuk has quit [Client Quit]
kinshuk has joined #mlpack
New-bie has joined #mlpack
< New-bie> I just recently learned ml and want to contribute in gsoc 2019.
< New-bie> What are issues on traditional ml algorithms which doesn't involve neural networks which I could work on
< New-bie> I have visited GitHub issues page but couldn't find any
< New-bie> Specifically can I know issues related to linear regression?
< rcurtin> New-bie: there are numerous issues on the Github issues list that have to do with machine learning but not neural networks
< rcurtin> however, I don't think there are any for linear regression specifically
New-bie has quit [Ping timeout: 256 seconds]
kinshuk_ has joined #mlpack
kinshuk has quit [Ping timeout: 250 seconds]
KumarRishabh has joined #mlpack
KimSangYeon-DGU has joined #mlpack
kinshuk_ has quit [Ping timeout: 258 seconds]
xixi has joined #mlpack
< KimSangYeon-DGU> sumedhghaisas: Hi sumedhghaisas, My name is Kim SangYeon, I'm a student in Korea and an aspirant for GSoC 2019 and I would like to apply for the 'Quantum Gaussian Mixture Models' project. I think it is very interesting. Currently, I've tried to get accustomed to mlpack's codebase by handling some issues. Thank you all for giving students such a great opportunity. :)
< sumedhghaisas> KimSangYeon-DGU: Hi
< KimSangYeon-DGU> :)
< sumedhghaisas> I am also currently investigating that paper for its correctness. Have you gone through the paper? You will comfortable with the ideas presented?
lenix has joined #mlpack
lenix has left #mlpack []
codehack9991 has quit [Quit: Page closed]
< KimSangYeon-DGU> When I read the paper overall(introduction, proposed clustering methods, experiments and tests), It is comfortable to me. I'm going to read the paper more deeply.(checking the correctness, how to convert the equations to mlpack codebase)
< KimSangYeon-DGU> Sorry for late response, I have to be careful to answer your question.
lenixlobo has joined #mlpack
lenixlobo_ has joined #mlpack
lenixlobo_ has quit [Client Quit]
lenixlobo has quit [Client Quit]
lenixlobo has joined #mlpack
< lenixlobo> Hi
< KimSangYeon-DGU> sumedhghaisas: So interesting. :)
< KimSangYeon-DGU> lenixlobo: Hi
< lenixlobo> I am interested in the NEAT implementation in mlpack mentioned in the GSOC ideas list, and was wondering how do i get started
< rcurtin> lenixlobo: hi there, what have you done to try and figure out what to do?
< lenixlobo> I have worked with Reinforcement Learning (DQN,DDPG,Actor-Critic) mostly in python, and read the NEAT paper twice now. I would like to get into implementation of the PAPER.
mulx10 has joined #mlpack
< lenixlobo> How do i start contributing?
< mulx10> zoq: Oh okay
< mulx10> zoq: So can I use the env from gym_tcp_api? Or do I need to write envs as in reinforcement_learning method?
< mulx10> zoq: thank you
< KimSangYeon-DGU> sumedhghaisas: I will try to focus on verifying the equations and thinking about how to implement them harmonizing the existing mlpack's codebase.
< KimSangYeon-DGU> sumedhghaisas: If I have a question about that, could I ask you?
< sumedhghaisas> KimSangYeon-DGU: That sounds great. I should warn you, there are some typos in the paper. :)
< sumedhghaisas> so feel free to ping me if you get stuck
< KimSangYeon-DGU> Thanks.
< KimSangYeon-DGU> I'll be careful!! :)
mulx10 has quit [Quit: Page closed]
kinshuk_ has joined #mlpack
lenixlobo has quit [Quit: Page closed]
kinshuk_ has quit [Read error: Connection reset by peer]
< rcurtin> lenixlobo: ok, I'd suggest that you take a look at the mlpack codebase and follow the suggestions in http://www.mlpack.org/involved.html and http://www.mlpack.org/gsoc.html
xixi has quit [Quit: Page closed]
< KimSangYeon-DGU> rcurtin: Is it okay to close the PR myself?
ash___ has joined #mlpack
ash___ has quit [Client Quit]
< rcurtin> KimSangYeon-DGU: of course, that's just fine :)
< KimSangYeon-DGU> Aha, Thanks!!
kritesh has joined #mlpack
kritesh has left #mlpack []
KumarRishabh has quit [Ping timeout: 256 seconds]
SRI__ has joined #mlpack
SRI__ has quit [Client Quit]
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project mlpack - git commit test build #117: FIXED in 42 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/117/
< jenkins-mlpack2> noreply: Merge pull request #1742 from saksham189/brr
kinshuk has joined #mlpack
kinshuk has quit [Ping timeout: 250 seconds]
Milind has joined #mlpack
Milind has quit [Ping timeout: 256 seconds]
Ali has joined #mlpack
Ali is now known as Guest85836
Guest85836 has left #mlpack []
KimSangYeon-DGU has quit [Quit: Page closed]
KimSangYeon-DGU has joined #mlpack