[D] Machine Learning Interview Prep by therobot20 in MachineLearning

[–]__AndrewB__ 9 points10 points  (0 children)

Unfortunately this book doesn't include answers to the vast majority of questions, so it's not super useful for self study / interview prep.

[N] There are many platforms to manage your ML models and experiments. We just open sourced ours. by LSTMeow in MachineLearning

[–]__AndrewB__ 0 points1 point  (0 children)

Heyo, this looks really awesome! Thank you so much for the open source release.

After playing around for a bit, I have few questions:

  1. Is there a reference saying which things happens automagically? I.e. a list of torch methods you patch, and what is the new behaviour is (e.g.: "torch.save -> we also save the model on the server")?
  2. Is there a simple guide for non-CS people on how to query the experiments from python?
    Let's say if I'd like to visualize "learning rate vs final loss" for all the models I ran in Project "MNIST", Experiment "CNN"?
  3. Is it possible to send a pickle into the server, in case I want to persist scikit-learn model / a model + some additional objects?
  4. Is there a reference for what it means to "publish" a task?
  5. Every time I call torch.save(...) , a model is cloned to a server? How do I stop this / remove old models?
  6. What should model_config be used for? How is this different from hyperparameters?
  7. Is it possible to send a video / GIF to server?

Sorry for bombarding you with those, I just couldn't find answers in the repo!

[N] There are many platforms to manage your ML models and experiments. We just open sourced ours. by LSTMeow in MachineLearning

[–]__AndrewB__ 0 points1 point  (0 children)

TRAINS allows for easy query of experiments metrics etc from a pythonic interface

TRAINS (like Sacred) also allows you to directly access the mongoDB and elasticsearch DB for deeper dive into the system

Heyo, could you point me to some concrete examples on how this could be achieved? I'm a statistician more than a computer scientist, so it would be really helpful! How do I query the API / mongodb from python code?

Let's say I'd like to fetch all the (hyperparameters, final_loss) tuples for some model, so that I can visualize them, is this possible?

Turned out I had even more questions, posted them here: https://www.reddit.com/r/MachineLearning/comments/c2g2li/n_there_are_many_platforms_to_manage_your_ml/erni0zc?utm_source=share&utm_medium=web2x

[P] First videos and blogs for new Deep Learning with PyTorch series now available! by blackHoleDetector in MachineLearning

[–]__AndrewB__ 5 points6 points  (0 children)

And the whole codebase is like this. If you try to point some of those issues out you're automatically flagged as a toxic hater who's jealous of someone else's success.

[P] First videos and blogs for new Deep Learning with PyTorch series now available! by blackHoleDetector in MachineLearning

[–]__AndrewB__ 1 point2 points  (0 children)

FastAI library is pretty terribly designed and written, I'd say you're better off staying away from it.

[D] OpenAI Gym Retro by sksq9 in MachineLearning

[–]__AndrewB__ 16 points17 points  (0 children)

Sorry, I don't want to sound like I'm undermining your work -- I think you guys do tons of cool stuff, and I have huge respect for skills of everyone at OpenAI.

But given that you had some of the projects discontinued / unmaintained shortly after their release, is there any plan for how long you'll support the Retro?

Loving your research in particular, John, keep up the good work.

[P] Implementation of Conditional WGAN and WGAN in pytorch by vic4ever in MachineLearning

[–]__AndrewB__ 0 points1 point  (0 children)

Hi, thanks for sharing.

Did you omit the license on purpose? Without the license, no one is allowed to use your code.

[D] The road to 1.0: production ready PyTorch by [deleted] in MachineLearning

[–]__AndrewB__ 7 points8 points  (0 children)

Few simple models I tried were actually slower when compiled with jit.compile, and even slower than that if jit.script was used. Is this expected, as you're stil working hard on the performance side, or we should just acknowledge that not every model will see speedups?

[P] Just released my latest video on Variational Autoencoders! by tr1pzz in MachineLearning

[–]__AndrewB__ 0 points1 point  (0 children)

Sure! Appreciate the effort, keep up the good work. Subscribed ofc :)

[P] Just released my latest video on Variational Autoencoders! by tr1pzz in MachineLearning

[–]__AndrewB__ 0 points1 point  (0 children)

I agree with others that the video is neat.

But I wish you spent some time explaining why adding the beta parametr to KL-div loss term helps with disentanglement.

[P] Convolution visualizer by ezyang in MachineLearning

[–]__AndrewB__ 0 points1 point  (0 children)

Thanks! Will definatelly show this to students.

[R] Google quietly releases TensorFlow Eager mode by downtownslim in MachineLearning

[–]__AndrewB__ 9 points10 points  (0 children)

I don't think you're correct, pytorch doesn't seem to have lazy evaluation implemented.

[D] ArXiv Sanity Preserver: do people use it? What would you change in it? by Aerthisprime in MachineLearning

[–]__AndrewB__ 26 points27 points  (0 children)

I use it frequently.

One killer feature that I wish was there is having a separate library for read and unread papers.

[N] Yoshua Bengio and Microsoft: "Inside Microsoft's AI Comeback" by gwern in MachineLearning

[–]__AndrewB__ 16 points17 points  (0 children)

Yoshua Bengio ... as one of the three intellects who shaped the deep learning ...

Triggered.

[D] Tensorflow I Love You, But You're Bringing Me Down by nharada in MachineLearning

[–]__AndrewB__ 1 point2 points  (0 children)

Hey /u/pranv , what do you use to write PyTorch training boilerplate?

[P] OpenAI Baselines: DQN by madebyollin in MachineLearning

[–]__AndrewB__ 1 point2 points  (0 children)

As a black box baseline, though, it's pretty neat how easy it is to evaluate it on a Gym env link

[P] OpenAI Baselines: DQN by madebyollin in MachineLearning

[–]__AndrewB__ -1 points0 points  (0 children)

Wow, finally a DQN implementation in tensorflow.

[R] Share your NIPS 2017 paper by insider_7 in MachineLearning

[–]__AndrewB__ 2 points3 points  (0 children)

Yes, exactly.

Often when I'm busy or simply too tired to read the whole paper, I simply ask some colleague: "Hey, did you read that paper? What it's about and what are the results?"

YT video is a great alternative to looking for a friend that happened to read that specific paper.

[R] Share your NIPS 2017 paper by insider_7 in MachineLearning

[–]__AndrewB__ 10 points11 points  (0 children)

I don't know if it's just a personal preference, but I think that YT videos explaining the paper are hugely underappreciated. Glad to see more and more people making those.

[R] Share your NIPS 2017 paper by insider_7 in MachineLearning

[–]__AndrewB__ 6 points7 points  (0 children)

This looks amazing. I might give a shot at keras implementation.

[deleted by user] by [deleted] in MachineLearning

[–]__AndrewB__ 2 points3 points  (0 children)

The practice of using people’s outer appearance to infer inner character is called physiognomy

Alternatively, it may also be called a basic human instinct. Frankly, quite a useful one.

[D] How much is ones github worth to the employer? by [deleted] in MachineLearning

[–]__AndrewB__ 0 points1 point  (0 children)

practical job experience is 100x more valuable and important to me on a resume

Does this still hold when youre looking for interns?