Earlier quoted context omitted.
DeepMind and others are trying. "Hassabis said the company is now planning to apply an algorithm based on AlphaGo Zero to other domains with real-world applications, starting with protein folding." [1] https://www.bloomberg.com/news/articles/2017-10-18/deepmind-...
That doesn't make any sense unless I'm missing something, A0 is suited for a completely different problem than protein folding...
End-to-end differentiable learning of protein structure
21–28 of 28 posts
Re: End-to-end differentiable learning of protein structure
#22Earlier quoted context omitted.
That doesn't make any sense unless I'm missing something, A0 is suited for a completely different problem than protein folding...
The AlphaZero algorithm (monte carlo tree search with value estimator trained by reinforcement learning) works on any environment you can simulate during play time, single player or not.
Re: End-to-end differentiable learning of protein structure
#23Re: End-to-end differentiable learning of protein structure
#24Cool method! Are you planning to participate in the next CASP? Do you plan to open source the code?
Re: End-to-end differentiable learning of protein structure
#25Cool method! Are you planning to participate in the next CASP? Do you plan to open source the code?
Yes! Certainly on the source code, and hopefully on CASP13 too.
Re: End-to-end differentiable learning of protein structure
#26Earlier quoted context omitted.
Yes! Certainly on the source code, and hopefully on CASP13 too.
Thanks for the answer! I hope then to see you in CASP (and CAMEO too, it is a great tool to test/refine your method). I was discussing a paper with a co-worker of mine (we also work on psp, we work on RBO Aleph). We had a hard time pinpointing the thing that made your method finally work. You have mentioned in your blog post that you have been working on it for years now, and I guess a lot of other people had the ide…
As for why it took so long, it is and it is not fine-tuning. Getting RGNs to train _at all_ was a rather difficult process, and required a lot of finicking around. But since I got them working, I haven't actually spent all that much time fine-tuning them, and so I expect there to be a lot of low-hanging fruit in terms of optimizing performance (starting from the baseline I found.)
Re: End-to-end differentiable learning of protein structure
#27Earlier quoted context omitted.
lol what-I was looking at this list of people who do this-in fact a lot of them ARE machine learning researchers...including some in my department!
I do think however that protein folding is very much understudied in the ML community, relative to say the big three of vision, NLP, and speech. The lack of standardized data sets and benchmarks, not to mention the need for domain knowledge, have made it difficult to get into the field
Re: End-to-end differentiable learning of protein structure
#28Earlier quoted context omitted.
The AlphaZero algorithm (monte carlo tree search with value estimator trained by reinforcement learning) works on any environment you can simulate during play time, single player or not.
Any environment with finite action and state-spaces.