Detecting Exoplanets from Light Curves of Kepler Mission
https://towardsdatascience.com/detecting-exoplanets-from-light-curves-of-kepler-mission-a1f2a3f667fb
https://towardsdatascience.com/detecting-exoplanets-from-light-curves-of-kepler-mission-a1f2a3f667fb
Medium
Detecting Exoplanets from Light Curves of Kepler Mission
Analyzing to what extent FFT and Recurrence Plot affects the accuracy of Exo-Planets Classification
Machine Learning — Beginners Guide to Random Forest Classifiers (The Code)
https://medium.com/@tomaclarke16/machine-learning-beginners-guide-to-random-forest-classifiers-the-code-d72ee34528eb
https://medium.com/@tomaclarke16/machine-learning-beginners-guide-to-random-forest-classifiers-the-code-d72ee34528eb
Medium
Machine Learning — Beginners Guide to Random Forest Classifiers (The Code)
So if you haven’t already checked it out, I have posted about the mathematics behind this machine learning technique. If this is the first…
9 Tricks to Follow Best Practices in Python
https://j-velasquez.medium.com/9-tricks-to-follow-best-practices-in-python-705481f1d45
https://j-velasquez.medium.com/9-tricks-to-follow-best-practices-in-python-705481f1d45
Medium
9 Tricks to Follow Best Practices in Python
Ever wondered if there is a more efficient way of writing a block of weird looking code? Check out these tricks, you will find out.
Analyze Images with Python & Computer Vision Service in Azure
https://tsahandisaai.medium.com/analyze-images-with-python-computer-vision-service-in-azure-b175e123885b
https://tsahandisaai.medium.com/analyze-images-with-python-computer-vision-service-in-azure-b175e123885b
Medium
Analyze Images with Python & Computer Vision Service in Azure
In this article, we will see how python + Azure Computer Vision services help us to analyze images and extract information.
Extract structured data from Wikidata using Python and SPARQL query
https://max-coding.medium.com/extract-structured-data-from-wikidata-using-python-and-sparql-query-987c3bff97be
https://max-coding.medium.com/extract-structured-data-from-wikidata-using-python-and-sparql-query-987c3bff97be
Medium
Extract structured data from Wikidata using Python and SPARQL query
Wikidata is a free and open knowledge base that can be read and edited by both humans and machines. At this moment it contains more than 94…
How I made this real time clock with Raspberry Pi Pico
https://medium.com/nerd-for-tech/how-i-made-this-real-time-clock-with-raspberry-pi-pico-700ed5b531cd
https://medium.com/nerd-for-tech/how-i-made-this-real-time-clock-with-raspberry-pi-pico-700ed5b531cd
Medium
How I made this real time clock with Raspberry Pi Pico
Following my previous LED matrix project I wanted to make a larger LED matrix. I have some 7cm x 9cm single sided perfboards in my…
How python identifiers are different from C++ and Java → Python Interview Tips
https://mishraravibhushan.medium.com/how-python-identifiers-are-different-from-c-and-java-python-interview-tips-d10830d12bfc
https://mishraravibhushan.medium.com/how-python-identifiers-are-different-from-c-and-java-python-interview-tips-d10830d12bfc
Medium
How python identifiers are different from C++ and Java → Python Interview Tips
Most important of all Python statement command is assignment statement.