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/
< zoq> At least there is progress.
coderinuse has quit [Ping timeout: 260 seconds]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#3945 (master - 5662319 : Ryan Curtin): The build has errored.
travis-ci has left #mlpack []
govg has quit [Ping timeout: 265 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 256 seconds]
Shang has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> ShikharJ/mlpack#73 (ResizeLayer - 02bf568 : Shikhar Jaiswal): The build has errored.
travis-ci has left #mlpack []
brni has quit [Ping timeout: 260 seconds]
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
govg has joined #mlpack
vss has joined #mlpack
vss has quit [Quit: Page closed]
sshkhrnwbie has joined #mlpack
< sshkhrnwbie> @zoq : this is regarding the parameter modetype (fan-in/fan-out/fan-avg) for the variance scaling initializer class. I tried to implement it the same way Kris was doing for Normal/Uniform.
< sshkhrnwbie> I tried creating a class template which accepts as parameter one of 3 empty classes fan-in, fan-out, fan-avg and then using (std::enable_if_t<std::is_same<Mode, template parameter >::value>* = 0) in the class constructor
< sshkhrnwbie> However I was running into build errors for the init_test which I wrote based on the above definitions. I am not very thorough with template programming so could use some comments if this is a correct approach or to try something else.
< sshkhrnwbie> Thanks
sshkhrnwbie has quit [Quit: Page closed]
coolprinshu has joined #mlpack
< coolprinshu> \join
coolprinshu has quit [Client Quit]
daivik has joined #mlpack
djhoulihan has quit [Ping timeout: 256 seconds]
djhoulihan has joined #mlpack
Shang has quit [Ping timeout: 260 seconds]
prinshu has joined #mlpack
prinshu has quit [Quit: Page closed]
HighVoltage_ has joined #mlpack
HighVoltage_ has quit [Client Quit]
ImQ009 has joined #mlpack
KishoreKaushal has joined #mlpack
rajeshdm9 has joined #mlpack
< KishoreKaushal> Hey Everyone ! I am Kaushal Kishore a second year undergraduate at the department of Computer Science & Engineering at Indian Institute of Technology, Palakkad. And I would like to contribute to the MLPACK in the GSOC 2018.
< KishoreKaushal> I have read some of the project Ideas posted on you github page. I would like to contribute to the Deep Learning Section.
KishoreKaushal has quit [Quit: Page closed]
KishoreKaushal has joined #mlpack
KishoreKaushal has quit [Client Quit]
rehas has quit [Ping timeout: 255 seconds]
rehas has joined #mlpack
< zoq> KishoreKaus: Thanks for getting in touch, there has been some discussion about the project idea on the mailing list, so my recommendation is to search the mailing list first: http://mlpack.org/gsoc.html. Also, the models listed on the ideas page are just suggestions, so if you have something interesting in mind, feel free to start a discussion.
< zoq> sshkhrnwbie: So it sounds like you did something like this: https://github.com/mlpack/mlpack/tree/master/src/mlpack/methods/ann/convolution_rules? I think that is a good way to tackle the problem if you like I can take a look at the code and I'm certain together we can figure out what went wrong.
rajeshdm9 has quit [Ping timeout: 260 seconds]
rajeshdm9 has joined #mlpack
chinmayasb has joined #mlpack
< rajeshdm9> Hey everyone, I'm Rajesh from International Institute of Information Technology, Bangalore (IIIT-B) in my final year of Masters. I want to contribute to mlpack as part of GSoC 2018. I have gone through the list of potential ideas. I would love to contribute to the Reinforcement learning project. I feel I have the right background for this as I am doing my thesis in the field of reinforcement learning and have already gone th
< rajeshdm9> (Double DQN and Proximal Policy Optimization Algorithms) as part of my thesis literature review. I also have a strong background in C++ as I've done multiple projects in C++ in the last 5 years. So please let me know what is expected of me to be able to contribute to GSoC 2018.
< zoq> rajeshdm9: Hello and welcome, getting familiar with the codebase especially src/mlpack/methods/reinforcement_learning/ is the first step. Also Shangtong's blog posts might be helpful: http://www.mlpack.org/gsocblog/ShangtongZhangPage.html
< zoq> rajeshdm9: Another step would be to understand and run the existing rl tests: (rl_components_test.cpp) 'bin/mlpack_test -t RLComponentsTest' and (q_learning_test.cpp) bin/mlpack_test -t QLearningTest, if you like you can implement another task and see if you could solve it with the existing code.
< zoq> rajeshdm9: As always if you have any question, please don't hestiate to ask.
< rajeshdm9> Sure, I will go through the resources and get back to you.
sshkhrnwbie has joined #mlpack
< zoq> rajeshdm9: Sounds good :)
< sshkhrnwbie> @zoq : So should I submit a pr with the code i have a written? You can suggest me the changes which I will add to it later.
< zoq> sshkhrnwbie: Yeah, that would be the easiest solution, I'll take a look at the code once I have a chance.
< sshkhrnwbie> and yes I was trying something similar to the border modes for the mode of the initializer
< sshkhrnwbie> Okay I will go ahead and submit a pr
< zoq> okay, great.
sshkhrnwbie has quit [Quit: Page closed]
vaibhav has joined #mlpack
vaibhav has quit [Client Quit]
chinmayasb has quit []
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 255 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Read error: Connection reset by peer]
ironstark has quit []
ironstark has joined #mlpack
anirudhm has quit []
anirudhm has joined #mlpack
syashakash has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
ra_ has joined #mlpack
ra_ has quit [Client Quit]
KishoreKaushal has joined #mlpack
sshkhrnwbie has joined #mlpack
sshkhrnwbie has quit [Ping timeout: 260 seconds]
rajeshdm9 has quit [Ping timeout: 260 seconds]
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
KishoreKaushal has quit [Quit: Page closed]
bhuwnesh has joined #mlpack
< bhuwnesh> I've decided to work for the "Essential Deep Learning Modules" project. Take me through the all requirements.
bhuwnesh has quit [Client Quit]
ray_li has joined #mlpack
ray_li has quit [Quit: Mutter: www.mutterirc.com]
ray_li has joined #mlpack
ray_li has quit [Client Quit]
s1998_ has joined #mlpack
ray_li has joined #mlpack
< s1998_> rcurtin: binary_space_tree_impl.hpp uses the fact that metrictype::evaluate is a static function. But in case of hdbscan_metric the function does not remain static. Do you think there is a way around or the binary space tree code should be refactored ?
< s1998_> Regarding union_find code duplication, I think that is doable and will push the changes soon.
ray_li has quit [Client Quit]
< s1998_> *w.r.t union_find code duplication comment, I think the duplication can be removed and I will push the changes soon.
ray_li has joined #mlpack
ray_li has quit [Remote host closed the connection]
ray_li has joined #mlpack
govg has quit [Ping timeout: 260 seconds]
ray_li has quit [Client Quit]
s1998_ has quit [Quit: Page closed]
< rcurtin> s1998: I think modifying binary_space_tree is fine
kaushik_ has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
< rcurtin> Tucson reports that all of the build infrastructure is rackmounted now... but none of it is accessible and I still have no external IPs for any of it
< rcurtin> but I have a call with the team in 30 minutes, so maybe they can shed some light on what is going on...
syashakash has quit [Ping timeout: 260 seconds]
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
< kaushik_> Hi for the "String Processing Utilities" project are the mappings already decided or that need be included in proposal based on research?
< rcurtin> kaushik_: the proposal is up to the student, so you should do what you think is most appropriate
< rcurtin> for that project keep in mind there will be users of the software you make, so you should be designing the software from their perspective
< kaushik_> rcurtin: hmm, i will read up on some common mappings, (I am familiar with TF-IDF) and then discuss here
< rcurtin> I think TF-IDF is a good candidate, but it is certainly not the only one that could be chosen
< rcurtin> (and likely more than one could be implemented)
Prabhat-IIT has joined #mlpack
< rcurtin> ok... I have the management console on masterblaster and am getting the system up with its new internal IP, but there is still no external IP yet so it will not be publically accessible
< rcurtin> someone changed all the management credentials on the benchmarking systems (slake/scrooloos/savannah/gekko/skyfish) so I can't get a console on those yet
< rcurtin> and I think the datacenter did not know how to configure the IP of the management software on the three Sun systems (aunty/ironbar/collector) so those are not accessible at all at the moment
< zoq> hm, hopefully they can figure it out ...
< rcurtin> yeah, the biggest issue is the external IPs; if I can get masterblaster back up today then we have like 90% of what we need
< zoq> right
salentoq has joined #mlpack
< rcurtin> zoq: I made the font for the author tag a little larger, what do you think? http://mlpack.org/docs/mlpack-2.2.5/doxygen/dettutorial.html
salentoq has quit [Ping timeout: 260 seconds]
< zoq> rcurtin: Looks good to me.
ImQ009 has quit [Read error: Connection reset by peer]
kaushik_ has quit [Quit: Connection closed for inactivity]