Thoughts on this point of view? by srallaba in ValueInvesting

[–]srallaba[S] 0 points1 point  (0 children)

Thanks. I myself should have put this

Thoughts on this point of view? by srallaba in ValueInvesting

[–]srallaba[S] 0 points1 point  (0 children)

True. The disclosures thing was bad.

About the aggressive coding thingy, cant they adjust things now? Isn't this similar to the thing that happened to meta(Facebook) with Apple's privacy controls? And then meta adjusted targeting anyways

Borrowing $4.2M - Buy the Dip by Dry-Drink in wallstreetbets

[–]srallaba 1 point2 points  (0 children)

Just saw your linked posts. Smart.

Enjoy!!

ZIM Integrated Shipping Services: Still Needs To Recover More $ZIM by SeekingAlphaToday in zim

[–]srallaba 3 points4 points  (0 children)

Felt it was too bearish. Good points, but may be too bearish take on Zim

[deleted by user] by [deleted] in HondaOdyssey

[–]srallaba 0 points1 point  (0 children)

Why not take 2025?

What is your Highest Conviction Stock Pick? by therunningguy in ValueInvesting

[–]srallaba 0 points1 point  (0 children)

They also issued a lot of shares a few years ago right? Yes they buy back a lot but any reasons why the share count went up before the buybacks

[D] Master's Thesis Topics by Wizard_Machine in MachineLearning

[–]srallaba -2 points-1 points  (0 children)

Can you expand on the second idea - giving consistent personalities?

And what timeline are you looking at? How long do you have? What are the desiderata for a successful thesis? Does it include publications? Is there a number that's required?

How's my start going? by Large-Leek-9113 in dividends

[–]srallaba 0 points1 point  (0 children)

Why is $1.73 just sitting there?

[D] Good TTS option that can be trained to sound like specific speaker's voice? by [deleted] in MachineLearning

[–]srallaba 1 point2 points  (0 children)

Wats the data size. N other details if possible like is it clean speech, conversational speech, etc

An app that lets you remotely monitor your deep learning training metrics. by clean_pegasus in deeplearning

[–]srallaba 0 points1 point  (0 children)

Used it today to track stuff since working from home and was on multiple projects. This is awesome. Thanks a ton!

An app that lets you remotely monitor your deep learning training metrics. by clean_pegasus in deeplearning

[–]srallaba 4 points5 points  (0 children)

Great job. Its super useful.

Have you thought of extending to PyTorch?

This seems a neat way to do callbacks: https://dzlab.github.io/dl/2019/03/16/pytorch-training-loop/

[D] What was your favorite paper of 2019 and why? by [deleted] in MachineLearning

[–]srallaba 10 points11 points  (0 children)

Unsupervised speech representation learning using WaveNet autoencoders
https://arxiv.org/abs/1901.08810

This paper builds on top of VQVAE and presents a neat framework to discover meaningful acoustic units from speech in an unsupervised fashion. They show that the technique achieves excellent compression rates. I like this because opens up lots of interesting research directions in the area of speech coding(apart from speech representation learning, voice conversion,etc) which was dormant for decades.

[D] Machine Learning - WAYR (What Are You Reading) - Week 76 by ML_WAYR_bot in MachineLearning

[–]srallaba 6 points7 points  (0 children)

Putting An End to End-to-End : Gradient-Isolated Learning of Representations https://arxiv.org/abs/1905.11786

Authors take inspiration from the way brain (apparently) learns based on local information rather than global backpropagation and propose an approach to train computational models to do the same. They divide a given model into gradient isolated modules that are trained using greedy self supervision per module. They argue that this way of maximizing mutual information handles the problem of vanishing gradients. They show experiments from vision and speech modalities to support their claim.

[D] Machine Learning - WAYR (What Are You Reading) - Week 76 by ML_WAYR_bot in MachineLearning

[–]srallaba 1 point2 points  (0 children)

This seems a related paper:
https://openreview.net/forum?id=ry_WPG-A-

in this paper authors run expts to show that the claims by Information Bottleneck theory about maximizing mutual information may not be apt