Monday, November 9, 2020

Talk Python to Me: #289 Disovering exoplanets with Python

When I saw the headline "Machine learning algorithm confirms 50 new exoplanets in historic first" I knew the Python angle of this story had to be told! And that's how this episode was born. Join David Armstrong and Jev Gamper as they tell us how they use Python and machine learning to discover not 1, but 50 new exoplanets in pre-existing Keplar satellite data.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Jev Gamper on Twitter</b>: <a href="https://twitter.com/brutforcimag" target="_blank" rel="noopener">@brutforcimag</a><br/> <b>Machine learning algorithm confirms 50 new exoplanets in historic first article</b>: <a href="https://ift.tt/34AxYEf" target="_blank" rel="noopener">techrepublic.com</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2PTb42Q> <a href='https://ift.tt/2PVc9qH Python Training</a>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...