Using image data, predict the gender and age range of an individual in Python.
https://princeajudiya.medium.com/using-image-data-predict-the-gender-and-age-range-of-an-individual-in-python-4717582d97a5
https://princeajudiya.medium.com/using-image-data-predict-the-gender-and-age-range-of-an-individual-in-python-4717582d97a5
Medium
Using image data, predict the gender and age range of an individual in Python. Test the data science model using your own image.
This blog is about how we predict gender and age from a given image using OpenCV and the machine learning library.
Análise exploratória e automação no envio de e-mail
https://medium.com/@joampca/an%C3%A1lise-explorat%C3%B3ria-e-automa%C3%A7%C3%A3o-no-envio-de-e-mail-c5e7207635f5
https://medium.com/@joampca/an%C3%A1lise-explorat%C3%B3ria-e-automa%C3%A7%C3%A3o-no-envio-de-e-mail-c5e7207635f5
Medium
Análise exploratória e automação no envio de e-mail
Minha primeira análise de dados 🔎
How to Have a Cybersecurity Graph Database on Your PC
https://medium.com/neo4j/how-to-have-a-cybersecurity-graph-database-on-your-pc-366884ac6a08
https://medium.com/neo4j/how-to-have-a-cybersecurity-graph-database-on-your-pc-366884ac6a08
Medium
How to Have a Cybersecurity Graph Database on Your PC
GraphKer is a free and open-source tool, providing a detailed and updated cybersecurity graph database using Neo4j.
Geleceğin İş Modeli İçin Geleceğin Yarışmalarını Düzenlemek
https://medium.com/@karacaylmaz2016/gelece%C4%9Fin-i%CC%87%C5%9F-modeli-i%CC%87%C3%A7in-gelece%C4%9Fin-yar%C4%B1%C5%9Fmalar%C4%B1n%C4%B1-d%C3%BCzenlemek-4129555db1a4
https://medium.com/@karacaylmaz2016/gelece%C4%9Fin-i%CC%87%C5%9F-modeli-i%CC%87%C3%A7in-gelece%C4%9Fin-yar%C4%B1%C5%9Fmalar%C4%B1n%C4%B1-d%C3%BCzenlemek-4129555db1a4
Medium
Geleceğin İş Modeli İçin Geleceğin Yarışmalarını Düzenlemek
Öncelikle Patika ekibine ve jürilerine, “Patika Discord” üzerinden “Code Jam” yarışması düzenleme fikrini çok olumlu karşılayıp destekleyen…
Building volcano plots with Plotly for quantitative analysis of omics data
https://medium.com/@kuanrongchan/building-volcano-plots-with-plotly-for-quantitative-analysis-of-omics-data-74e36f4cb8f8
https://medium.com/@kuanrongchan/building-volcano-plots-with-plotly-for-quantitative-analysis-of-omics-data-74e36f4cb8f8
Medium
Building volcano plots with Plotly for quantitative analysis of omics data
Volcano plots are one of the first and most important graphs to plot for any omics dataset analysis. By plotting a scatterplot of…
What should we study first for Quantum research? How did Feynman teach at Caltech in 1960s?
https://medium.com/@bongsang/what-should-we-study-first-for-quantum-research-how-did-feynman-teach-at-caltech-in-1960s-b08204aebd27
https://medium.com/@bongsang/what-should-we-study-first-for-quantum-research-how-did-feynman-teach-at-caltech-in-1960s-b08204aebd27
Medium
Which one should we learn first for Quantum research? How did Feynman teach at Caltech in 1960s?
When I first heard about the word of Quantum Mechanics, I though it was about new type of atoms in Physics. Because most people said that…
How to stop Overfitting your ML and Deep Learning models
https://medium.com/@andrew.schleiss/how-to-stop-overfitting-your-ml-and-deep-learning-models-bb8324ace80b
https://medium.com/@andrew.schleiss/how-to-stop-overfitting-your-ml-and-deep-learning-models-bb8324ace80b
Medium
How to stop Overfitting your ML and Deep Learning models
Overfitting in machine learning and deep learning is a common problem. This is a result of the model being too biased toward the data and…
An Introduction to the ‘with’ Statement in Python
https://python.plainenglish.io/with-statement-in-python-3bfc1984b0bf
https://python.plainenglish.io/with-statement-in-python-3bfc1984b0bf
Medium
An Introduction to the ‘with’ Statement in Python
A guide on using the ‘with’ statement in Python.
Data Validation: Building Data-Validating Classes with Pydantic
https://medium.com/@dataproducts/data-validation-building-data-validating-classes-with-pydantic-8ee4a023f26d
https://medium.com/@dataproducts/data-validation-building-data-validating-classes-with-pydantic-8ee4a023f26d
Medium
Data Validation: Building Data-Validating Classes with Pydantic
Data validation is essential when it comes to writing consistent and reliable data pipelines. Pydantic is a data validation and settings…
Noise in the City: Is New York That Noisy? — An Analysis of NYC 311 Data
https://kirthi-b.medium.com/noise-in-the-city-is-new-york-that-noisy-an-analysis-of-nyc-311-data-72e4d9baaabb
https://kirthi-b.medium.com/noise-in-the-city-is-new-york-that-noisy-an-analysis-of-nyc-311-data-72e4d9baaabb
Medium
Noise in the City: Is New York That Noisy? — An Analysis of NYC 311 Data
New York City can be an objectively noisy place. But just how skewed is the noise complaint data? What can we learn from complaint trends?
Programming a Calculator To Solve Complex Numerical Expressions
https://betterprogramming.pub/programming-a-calculator-to-solve-complex-numerical-expressions-75d228f37ebf
https://betterprogramming.pub/programming-a-calculator-to-solve-complex-numerical-expressions-75d228f37ebf
Medium
Programming a Calculator To Solve Complex Numerical Expressions
Calculators have much in common with compilers and interpreters. Explore the details with code examples and algorithms explanations
Why and How to Use “get_dummies” (One-Hot Encoding) in Machine Learning
https://medium.com/programming-for-beginners/why-and-how-to-use-get-dummies-one-hot-encoding-in-machine-learning-1eba3c34756d
https://medium.com/programming-for-beginners/why-and-how-to-use-get-dummies-one-hot-encoding-in-machine-learning-1eba3c34756d
Medium
Why and How to Use “get_dummies” (One-Hot Encoding) in Machine Learning
A data preprocessing step
Automating Sticker Generation With Web Scraping and Image Processing in Python
https://betterprogramming.pub/automating-sticker-generation-with-web-scraping-and-image-processing-in-python-6eccdc39975c
https://betterprogramming.pub/automating-sticker-generation-with-web-scraping-and-image-processing-in-python-6eccdc39975c
Medium
Automating Sticker Generation With Web Scraping and Image Processing in Python
Quickly generate stickers for messaging platforms