Recent comments in /f/MachineLearning
Decadz OP t1_j41wx24 wrote
Reply to comment by Jumbofive in [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Yes, as you said that's what im trying to find out! Will be interesting to know whether you can combine the two approaches into one technique, or have two seperate approaches being used in one system.
Was just enquiring to make sure i'm not going to spend time reinventing the wheel haha. Will also be interesting to have some insight into how the two approach interact, and whether the benefits can stack or if they overlap.
Decadz OP t1_j41w1zt wrote
Reply to comment by thchang-opt in [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Thanks for the suggestion! Brandon Amos has many great pieces of research. The linked paper is quite long, so I will need to have a more complete reading at a later date to be sure. At a glance though, this tutorial is about meta-optimization theory as opposed to what I was originally asking for which is about application of meta-optimization techniques to learning parameter initialisations + optimizers.
lavaboosted OP t1_j41w1fi wrote
Reply to comment by TheGreatHomer in [D] Would you consider the computer program Theo Jansen used to design the Strandbeest (beach walking mechanisms) to be Machine Learning? by lavaboosted
The data is the curve generated by each leg orientation. Each curve in the batch is then scored based on some criteria. If that isn't machine learning then neither is using a neural network and evolutionary algorithm and I think most people would say that it is.
Decadz OP t1_j41udg4 wrote
Reply to comment by Optimal-Asshole in [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Thanks for the recommendation! I was unaware of this follow up work, which naturally extends Baydin et al. original work [1]. Categorically, I would consider this paper to be more about meta-optimization (theory), similar to [2, 3]. I was looking for more applied meta-optimization work.
[1] Baydin, A. G., et al. (2017). Online learning rate adaptation with hypergradient descent.
[2] Maclaurin, D., et al. (2015). Gradient-based hyperparameter optimization through reversible learning. ICML.
[3] Lorraine, J., et al (2020). Optimizing millions of hyperparameters by implicit differentiation. AISTATS
Jumbofive t1_j41thj4 wrote
Reply to comment by Decadz in [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Is there anything to be gained from doing both at once instead of two techniques within the same system? I guess that's what you are trying to find out lol
Top_Lime1820 t1_j41sr9w wrote
Reply to comment by SwitchOrganic in [D] Microsoft ChatGPT investment isn't about Bing but about Cortana by fintechSGNYC
Also you can ask CoPilot questions. Type your question in a comment after q:. Then create a new comment that starts with a: and it'll answer your question
# q: Which are the most popular R packages for plotting?
# a:
Decadz OP t1_j41ry5u wrote
Reply to comment by Jumbofive in [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Thanks for reminding me of this work! This is an interesting paper, however; as far as I am aware their method only considers the problem of meta-learning an optimizer and not the parameter intialization.
TheGreatHomer t1_j41rida wrote
Reply to comment by pucklermuskau in [D] Would you consider the computer program Theo Jansen used to design the Strandbeest (beach walking mechanisms) to be Machine Learning? by lavaboosted
There is no dataset from which you learn patterns. You usually evaluate objects which are then again used for mutation based on their performance.
Of course it's not happening in a vacuum, but that's not what "data" usually means.
[deleted] t1_j41r6kf wrote
TheGreatHomer t1_j41r0a2 wrote
Reply to comment by iqisoverrated in [D] Would you consider the computer program Theo Jansen used to design the Strandbeest (beach walking mechanisms) to be Machine Learning? by lavaboosted
Ups, you're right. Typo!
CrashTimeV t1_j41qigp wrote
Reply to comment by zveroboy152 in [R] AMD Instinct MI25 | Machine Learning Setup on the Cheap! by zveroboy152
Let me know if you figure out gpu direct storage. I just got 2x P100s and a R730 for my ML rig later found out my ssds were not the correct ones so waiting for the new ones to arrive. Can’t wait to integrate this into my lab and workflow
zveroboy152 OP t1_j41q48e wrote
Reply to comment by CrashTimeV in [R] AMD Instinct MI25 | Machine Learning Setup on the Cheap! by zveroboy152
I ordered one three days ago for $170. ;-) I hope to be doing some testing and write ups on it soon.
thchang-opt t1_j41pklt wrote
Reply to [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Is this along the lines of what you were thinking?
PassingTumbleweed t1_j41pibv wrote
Reply to [R] Is there any research on allowing Transformers to spent more compute on more difficult to predict tokens? by Chemont
Yes. This thread made me think of Universal Transformers which has dynamic halting and has been around for a while now: https://openreview.net/forum?id=HyzdRiR9Y7
joozwa t1_j41ohvt wrote
Reply to comment by PenDiscombobulated in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
What exact ethical issues are there? Article does not mention any.
lavaboosted OP t1_j41o089 wrote
Reply to comment by TheGreatHomer in [D] Would you consider the computer program Theo Jansen used to design the Strandbeest (beach walking mechanisms) to be Machine Learning? by lavaboosted
What about the use of neural network and evolutionary algorithms then?
Edit: I often see this referred to as AI
pucklermuskau t1_j41nsa8 wrote
Reply to comment by TheGreatHomer in [D] Would you consider the computer program Theo Jansen used to design the Strandbeest (beach walking mechanisms) to be Machine Learning? by lavaboosted
What are you trying to say by saying there's no dataset? There is data, in the orientation of the structure.
Optimal-Asshole t1_j41nlj5 wrote
Reply to [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Here’s this paper which uses gradient descent to train the meta layer, and gradient descent to train the hyper parameters of that gradient descent, and so forth. The hyperparameters of the top most meta layer matters less and less as you add meta-depth, I.e add more meta-“layers”.
dojoteef t1_j41m2hd wrote
iqisoverrated t1_j41lovp wrote
Reply to comment by TheGreatHomer in [D] Would you consider the computer program Theo Jansen used to design the Strandbeest (beach walking mechanisms) to be Machine Learning? by lavaboosted
*Genetic algorithms
(Algorithms are always generic. That's the point ;-) )
Jumbofive t1_j41lc4f wrote
Reply to [D] Are there any papers on optimization-based approaches which combine learned parameter initializations with learned optimisers? by Decadz
Is this close to what you are looking for? https://arxiv.org/abs/2211.09760
FutureIsMine t1_j41l2ck wrote
Reply to [R] Is there any research on allowing Transformers to spent more compute on more difficult to predict tokens? by Chemont
There's albert which reuses the same layers throughout, I can see a case where albert is used, and a decoder thats a few neuros is also present, where at each step it will use a token in the input to determine if its time to stop, similarly reso net did this for Q&A
CrashTimeV t1_j41im7e wrote
Reply to comment by zveroboy152 in [R] AMD Instinct MI25 | Machine Learning Setup on the Cheap! by zveroboy152
You should look into P100s in the future. They are coming down in price pretty fast I think you can get one for around 200$ US
zveroboy152 OP t1_j41idsx wrote
Reply to comment by CrashTimeV in [R] AMD Instinct MI25 | Machine Learning Setup on the Cheap! by zveroboy152
I am not, but that sounds like a very cool thing to run on it. :-) (I'm a big fan of craft computing)
Professor_Entropy t1_j41xfok wrote
Reply to [R] Is there any research on allowing Transformers to spent more compute on more difficult to predict tokens? by Chemont
Chain-of-thought prompting does this for the LM transformers. It can complete the harder objectives by using more computations.
I know it doesn't solve the general case, but you may take inspiration from it in other domains.