A Graph Convolutional Neural Network Approach to Antibiotic Discovery
welcometothejungle.com
A Graph Convolutional Neural Network Approach to Antibiotic Discovery
1–7 of 7 posts
Re: A Graph Convolutional Neural Network Approach to Antibiotic Discovery
#2If this type of research interests anyone here, Genesis Therapeutics -- Stanford spinout and a16z-backed -- is hiring!
Here is our HN "who's hiring?" post. Join us in using deep learning to discover medicines for patients suffering from devastating diseases.
Genesis Therapeutics | South San Francisco, CA | Onsite | Full-time | https://www.genesistherapeutics.ai
We’re a hybrid AI + biotech company, developing novel neural networks to predict molecular properties and using them to accelerate the development of new medicines.
- Core deep learning tech was invented by co-founder + CEO Evan Feinberg during his PhD at Stanford’s Pande lab (the lab that did Folding@Home). See the peer-reviewed PotentialNet paper: https://pubs.acs.org/doi/10.1021/acscentsci.8b00507
- Raised $4.1m seed round led by Andreessen Horowitz
- Our platform was validated in collaboration with a top-five pharma company, in a public paper: https://arxiv.org/abs/1903.11789
- In addition to strong software + AI talent, our small team has top drug discovery scientists who have collectively discovered eleven FDA-approved treatments
Here are our open roles:
- Software Engineer: https://jobs.genesistherapeutics.ai/apply/ILdjypU87G/Softwar....
- AI Engineer: https://jobs.genesistherapeutics.ai/apply/NAtx0CsIIL/AI-Engi....
Tech Stack: python, pytorch, postgres, docker, kubernetes, various computational chemistry libraries + tools
Please apply online, or email your resume to: ben@genesistherapeutics.ai
Re: A Graph Convolutional Neural Network Approach to Antibiotic Discovery
#3Side note: I worked with Kyle a few years ago on the MIT-MGH Deep Learning for Mammography project. I'm glad to see his work + brilliance being recognized.
Re: A Graph Convolutional Neural Network Approach to Antibiotic Discovery
#4Re: A Graph Convolutional Neural Network Approach to Antibiotic Discovery
#5Unrelated question for the AI experts here: What's the potential for AutoML solving problems with just X and Y. I understand that you'd need to search a large subspace but at what stage is it currently and can it solve problems as complex as the one here?
Re: A Graph Convolutional Neural Network Approach to Antibiotic Discovery
#6Unrelated question for the AI experts here: What's the potential for AutoML solving problems with just X and Y. I understand that you'd need to search a large subspace but at what stage is it currently and can it solve problems as complex as the one here?
If with AutoML you mean substantial architecture search (as your question seems to suggest) then the answer is it’s feasible only for the largest players in the field. It’s possible to use some tricks but even then your standard cluster with a few hundred GPUs isn’t going to cut it for large scale problems. That said, any problem that e.g. google deems valuable enough can be meta-optimized to oblivion. Same holds if…
Re: A Graph Convolutional Neural Network Approach to Antibiotic Discovery
#7Earlier quoted context omitted.
If with AutoML you mean substantial architecture search (as your question seems to suggest) then the answer is it’s feasible only for the largest players in the field. It’s possible to use some tricks but even then your standard cluster with a few hundred GPUs isn’t going to cut it for large scale problems. That said, any problem that e.g. google deems valuable enough can be meta-optimized to oblivion. Same holds if…
So AutoML is not smart yet? Its just about throwing more compute?