Using image data, predict the gender and age range of an individual in Python
https://dhruvipatel41013.medium.com/using-image-data-predict-the-gender-and-age-range-of-an-individual-in-python-4df90e183f82
https://dhruvipatel41013.medium.com/using-image-data-predict-the-gender-and-age-range-of-an-individual-in-python-4df90e183f82
Medium
Using image data, predict the gender and age range of an individual in Python
Introduction
Introduction to Model Evaluation Methods in Classification Problems
https://mebaysan.medium.com/introduction-to-model-evaluation-methods-in-classification-problems-ceb0a90f6aba
https://mebaysan.medium.com/introduction-to-model-evaluation-methods-in-classification-problems-ceb0a90f6aba
Medium
Introduction to Model Evaluation Methods in Classification Problems
Applied examples in Python: Confusion Matrix, Accuracy, Precision, Recall and F1-Score
Los modelos de Machine Learning son como las cebollas… 🧄
https://medium.com/@vivimarquezra/los-modelos-de-machine-learning-son-como-las-cebollas-b92407b490eb
https://medium.com/@vivimarquezra/los-modelos-de-machine-learning-son-como-las-cebollas-b92407b490eb
Medium
Los modelos de Machine Learning son como las cebollas… 🧄
¿Y por qué lo digo?
TDD Conference 2021 — Python — A Language Made For Test-Driven Development — Jan Giacomelli
https://blog.devgenius.io/tdd-conference-2021-python-a-language-made-for-test-driven-development-jan-giacomelli-1ed9d3aedccf
https://blog.devgenius.io/tdd-conference-2021-python-a-language-made-for-test-driven-development-jan-giacomelli-1ed9d3aedccf
Medium
TDD Conference 2021 — Python — A Language Made For Test-Driven Development — Jan Giacomelli
First International Test Driven Development took place on July 10th.
How And Why Exploratory Data Analysis — EDA used in Python Data Analysis
https://soorajsknair.medium.com/how-and-why-exploratory-data-analysis-eda-used-in-python-data-analysis-db451394eb7f
https://soorajsknair.medium.com/how-and-why-exploratory-data-analysis-eda-used-in-python-data-analysis-db451394eb7f
Medium
How And Why Exploratory Data Analysis — EDA used in Python Data Analysis
Data Analysis is basically where you use statistics and probability to figure out trends in the data set. It helps you to sort out the…
5 впечатляющих возможностей Julia, которых не хватает в Python
https://medium.com/nuances-of-programming/5-%D0%B2%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D0%BB%D1%8F%D1%8E%D1%89%D0%B8%D1%85-%D0%B2%D0%BE%D0%B7%D0%BC%D0%BE%D0%B6%D0%BD%D0%BE%D1%81%D1%82%D0%B5%D0%B9-julia-%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D1%85-%D0%BD%D0%B5-%D1%85%D0%B2%D0%B0%D1%82%D0%B0%D0%B5%D1%82-%D0%B2-python-50a0a3004ff5
https://medium.com/nuances-of-programming/5-%D0%B2%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D0%BB%D1%8F%D1%8E%D1%89%D0%B8%D1%85-%D0%B2%D0%BE%D0%B7%D0%BC%D0%BE%D0%B6%D0%BD%D0%BE%D1%81%D1%82%D0%B5%D0%B9-julia-%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D1%85-%D0%BD%D0%B5-%D1%85%D0%B2%D0%B0%D1%82%D0%B0%D0%B5%D1%82-%D0%B2-python-50a0a3004ff5
Medium
5 впечатляющих возможностей Julia, которых не хватает в Python
Считаете Python верхом совершенства? А как насчет альтернативы — высокопроизводительного языка Julia? Некоторые из возможностей Julia явно…
How To Find The Nearest Earthquake Event To You Using Python
https://mr-collins-llb.medium.com/how-to-find-the-nearest-earthquake-event-to-you-using-python-665da6f8dcf9
https://mr-collins-llb.medium.com/how-to-find-the-nearest-earthquake-event-to-you-using-python-665da6f8dcf9
Medium
How To Find The Nearest Earthquake Event To You Using Python
Python is a great tool for doing incredible analysis. Below I will provide the full Python code to find and map the distance of the nearest…
GDP Analysis using Countries of the World Dataset with Python
https://muskanjindal242.medium.com/gdp-analysis-using-countries-of-the-world-dataset-with-python-a8b45fec0d44
https://muskanjindal242.medium.com/gdp-analysis-using-countries-of-the-world-dataset-with-python-a8b45fec0d44
Medium
GDP Analysis using Countries of the World Dataset with Python
Data Science is rapidly becoming one of the most widely used technologies, and it is assisting governments in maintaining transparency…
Using Machine Learning To Identify Human Activities
https://medium.com/@jyotishman.nath1993/using-machine-learning-to-identify-human-activities-bbccebca48aa
https://medium.com/@jyotishman.nath1993/using-machine-learning-to-identify-human-activities-bbccebca48aa
Medium
Using Machine Learning To Identify Human Activities
This is a Project where I have developed a Machine Learning model to recognize or identify human activities. I have used a dataset from Kaggle. I have used Python 3 and Jupyter notebook.
BUSINESS ANALYTICS CON PYTHON CASO IBM
https://medium.com/@proserix/business-analytics-con-python-caso-ibm-72e3b13659e8
https://medium.com/@proserix/business-analytics-con-python-caso-ibm-72e3b13659e8
Medium
BUSINESS ANALYTICS CON PYTHON CASO IBM
Como analista de datos que trabaja en una empresa de telecomunicaciones, nuestro jefe nos plantea la necesidad de trazar un perfil de…
How to use Python to convert numerical grades to alphabetical ones
https://tracyrenee61.medium.com/how-to-use-python-to-convert-numerical-grades-to-alphabetical-ones-47333d989ade
https://tracyrenee61.medium.com/how-to-use-python-to-convert-numerical-grades-to-alphabetical-ones-47333d989ade
Medium
How to use Python to convert numerical grades to alphabetical ones
I have been taking a free Introduction to Data Analysis course with Udacity and have come across an exercise where numeric grades are…