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/
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
bhavya01 has joined #mlpack
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
bhavya01 has quit [Quit: Ex-Chat]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok_ has joined #mlpack
mulx10 has joined #mlpack
< mulx10> hello !
< mulx10> rcutin: can you please review my PR #1734
< mulx10> thank you
soonmok has quit [Ping timeout: 246 seconds]
mulx10 has quit [Client Quit]
< rcurtin> mulx10: hi there, I review PRs when I am able to. please be patient
< rcurtin> I am out of town this weekend
sreenik has joined #mlpack
< sreenik> Does mlpack provide for image augmentation during training/testing ?
sreenik has quit [Ping timeout: 256 seconds]
soonmok_ has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 255 seconds]
KimSangYeon-DGU has quit [Quit: Page closed]
msrdinesh has joined #mlpack
msrdinesh has quit [Quit: Page closed]
< jenkins-mlpack2> Project docker mlpack nightly build build #244: STILL UNSTABLE in 3 hr 48 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/244/
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 245 seconds]
mulx10 has joined #mlpack
< mulx10> rcurtin: Sure, thank you
mulx10 has quit [Client Quit]
< ShikharJ> sreenik: I'm not entirely sure what you mean by that? Could you elaborate?
soonmok has joined #mlpack
soonmok has quit [Read error: Connection reset by peer]
soonmok has joined #mlpack
sundar has joined #mlpack
< sundar> Hello! I am Sundar, I am a 3rd year Computer Science Student. I am very familiar with the basics of C++ and STL functions in C++14( basic functionalities). I would like to contribute to mlpack in GSOC2019.
< sundar> I have seen downloaded and built mlpack on my laptpp
< sundar> *laptop
< sundar> I have seen an issue, but i am not sure how to proceed with it. Should I ask in GitHub page or here?
< sundar> Thanks a lot in advance'
soonmok has quit [Remote host closed the connection]
< zoq> sundar: Hello, let's ask on Github, that way we can keep track who is work on what.
< sundar> yeah okay sure
akfluffy has joined #mlpack
< sundar> I have commented in the github page, and have chosen the issue SpikeSlab RBM tests implementation.
< sundar> I would like to work on the project Essential Deep Learning Modules for GSOC, as I am very interested in Deep Learning.
< akfluffy> Hey, I have a question regarding the RNN implementation in the library: why do they need cubes as inputs instead of matrices? If each slice is a time slice, and each column is a data point, then why would I need multiple columns in one slice?
sundar has quit [Ping timeout: 256 seconds]
xa0 has quit [Ping timeout: 250 seconds]
xa0 has joined #mlpack
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 272 seconds]
Srj has joined #mlpack
Srj has quit [Client Quit]
< zoq> akfluffy: Makes it easier to work with multidimensional inputs.
< akfluffy> Ah. So if I wanted to Predict() 7 elements, the amount of columns in one slice would be 7?
< akfluffy> One time slice*
< zoq> right
< akfluffy> And the labels would be the timestamp correct? If I was predicting over time
< zoq> if you are going to predict the timestamps right
< akfluffy> Well, predict a certain feature using timestamps
< akfluffy> For example, if I wanted to predict a noisy sine, the label would be X right? So X would necessarily be the timestamp
< zoq> In this case yes.
< akfluffy> Thank you!
< zoq> ShikharJ: Do you use the GitHub interface to merge PR's? I got way more mails than commits in the PR.
< zoq> ShikharJ_: 62 mails
akfluffy has quit [Quit: Page closed]
< zoq> ShikharJ_: I see that one PR did two merges commits against master, so that explains the number.
Siddhant has joined #mlpack
< ShikharJ> zoq: Yes, am I doing something wrong?
< ShikharJ> By GitHub interface I assume you mean the merge button?
< ShikharJ> I just use the "create an additional merge commit" option.
< Siddhant> Hello everyone! I am Siddhant , 3rd year Btech CSE student. I want to contribute to mlpack this year in the project idea (mlpack-TensorFlow Translator).
< Siddhant> I have a basic idea on mlpack
Siddhant has quit [Quit: Page closed]
Siddhant has joined #mlpack
Siddhant has quit [Client Quit]
< jenkins-mlpack2> Project mlpack - git commit test build #114: STILL UNSTABLE in 43 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/114/
< jenkins-mlpack2> noreply: Merge pull request #1728 from dtimson/training-results
< zoq> ShikharJ: No, everything is okay, it was just the PR.
< zoq> Siddhant: Hello and welcome.
KimSangYeon-DGU has joined #mlpack
akfluffy has joined #mlpack
akfluffy has quit [Quit: Page closed]
akfluffy has joined #mlpack
KimSangYeon-DGU_ has joined #mlpack
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
KimSangYeon-DGU_ has quit [Client Quit]
KimSangYeon-DGU has joined #mlpack
akfluffy_ has joined #mlpack
< akfluffy> Hey, I have a question: how is it possible that my RNN is predicting negative values when all of the data I trained it on was positive?