Face Recognition Python Application
https://chaudharysrasthy1528.medium.com/face-recognition-python-application-9be765153d28
https://chaudharysrasthy1528.medium.com/face-recognition-python-application-9be765153d28
Medium
Face Recognition Python Application
In this article, we will create a Face Recognition Python Application that will launch an infrastructure by using Terraform or Create a…
If you could add one year of any subject as a universal requirement for all high school seniors…
https://medium.com/@aidanstack6/if-you-could-add-one-year-of-any-subject-as-a-universal-requirement-for-all-high-school-seniors-540a9c0095ac
https://medium.com/@aidanstack6/if-you-could-add-one-year-of-any-subject-as-a-universal-requirement-for-all-high-school-seniors-540a9c0095ac
Medium
If you could add one year of any subject as a universal requirement for all high school seniors…
As happens with any new field, some of evolutionary psychology’s more zealous practitioners have overestimated the field’s explanatory…
Course Review: Data Analysis with Python
https://tracyrenee61.medium.com/course-review-data-analysis-with-python-c2d02cb59ea5
https://tracyrenee61.medium.com/course-review-data-analysis-with-python-c2d02cb59ea5
Medium
Course Review: Data Analysis with Python
Over a year ago, when I decided to begin studying data science, I enrolled in Coursera’s Data Analysis with Python course. At the time I…
How I used Bayesian Ridge to solve a housing problem
https://tracyrenee61.medium.com/how-i-used-bayesian-ridge-to-solve-a-housing-problem-7d1de2c2e927
https://tracyrenee61.medium.com/how-i-used-bayesian-ridge-to-solve-a-housing-problem-7d1de2c2e927
Medium
How I used Bayesian Ridge to solve a housing problem
I am very happy to say that I have completed the final assignment for the Coursera course I have been studying, entitled Data Analysis with…
Algorithmic Trading with Python and MT5: Trading Indicators, the core of Quantitative Trading
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-trading-indicators-the-core-of-quantitative-trading-622902613a2d
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-trading-indicators-the-core-of-quantitative-trading-622902613a2d
Medium
Algorithmic Trading with Python and MT5: Trading Indicators, the core of Quantitative Trading
We have talked in previous posts on how to develope a simple trading algorithm, using the RSI indicator as a signal to send a buy order or…
A Practical Introduction to Grid Search, Random Search, and Bayes Search
https://towardsdatascience.com/a-practical-introduction-to-grid-search-random-search-and-bayes-search-d5580b1d941d
https://towardsdatascience.com/a-practical-introduction-to-grid-search-random-search-and-bayes-search-d5580b1d941d
Medium
A Practical Introduction to Grid Search, Random Search, and Bayes Search
Hands-on tutorial to effectively use Hyperparameter tuning in Machine Learning
3 Variants of Python Dictionaries That Make Your Coding Easier
https://medium.com/techtofreedom/3-variants-of-python-dictionaries-that-make-your-coding-easier-857040861542
https://medium.com/techtofreedom/3-variants-of-python-dictionaries-that-make-your-coding-easier-857040861542
Medium
3 Variants of Python Dictionaries That Make Your Coding Easier
Choose the most appropriate one
Using Bollinger Bands to Trade Cryptocurrency with Python
https://medium.com/@leeschmalz/using-bollinger-bands-to-trade-cryptocurrency-with-python-f9decfab8476
https://medium.com/@leeschmalz/using-bollinger-bands-to-trade-cryptocurrency-with-python-f9decfab8476
Medium
Using Bollinger Bands to Trade Cryptocurrency with Python
Is your trading strategy profitable?
Common Python mistakes you should avoid
https://preettheman.medium.com/common-python-mistakes-you-should-avoid-2aacb12e89cc
https://preettheman.medium.com/common-python-mistakes-you-should-avoid-2aacb12e89cc
Medium
Common Python mistakes you should avoid
Welcome back! Python is an awesome programming language with a ton of functionality, so let’s talk about some common Python mistakes you…
Computing the Pearson correlation matrix on huge datasets in Python
https://medium.com/goodip/ding-the-pearson-correlation-matrix-on-huge-datasets-in-python-bb9680245259
https://medium.com/goodip/ding-the-pearson-correlation-matrix-on-huge-datasets-in-python-bb9680245259
Medium
Computing the Pearson correlation matrix on huge datasets in Python
One of the latest tasks at GoodIP was to calculate the similarities between around 480k items having around 800 observations in the range…
Python’s all(): Built-in Function for Searching Among the Many
https://alphazwest.medium.com/pythons-all-built-in-function-for-searching-among-the-many-69e753c29ed8
https://alphazwest.medium.com/pythons-all-built-in-function-for-searching-among-the-many-69e753c29ed8
Medium
Python’s all(): Built-in Function for Searching Among the Many
Python’s all() function is so powerful that it was declared part of the built-in library. Understanding how to use this chaining…
Integrating Google Maps API using Python and JavaScript
https://towardsdatascience.com/integrating-google-maps-api-using-python-and-javascript-149fdba27b99
https://towardsdatascience.com/integrating-google-maps-api-using-python-and-javascript-149fdba27b99
Medium
Integrating Google Maps API using Python and JavaScript
A coding guide on how to incorporate the Google Maps API into a webpage using Python and JS.