Introduction of Numpy Library in Data Science
https://haarsh01.medium.com/introduction-of-numpy-library-in-data-science-3a6710a4078
https://haarsh01.medium.com/introduction-of-numpy-library-in-data-science-3a6710a4078
Medium
Introduction of Numpy Library in Data Science
Numpy
Building Modern and Lightweight NLP Python Interfaces with HTML/CSS
https://towardsdatascience.com/building-modern-and-lightweight-nlp-python-interfaces-with-html-css-db2528700306
https://towardsdatascience.com/building-modern-and-lightweight-nlp-python-interfaces-with-html-css-db2528700306
Medium
Building Modern and Lightweight NLP Python Interfaces with HTML/CSS
How to merge Python and Web Design to create beautiful and powerful GUIs in no time.
Modern Portfolio Theory with Python
https://medium.com/@changjulian17/modern-portfolio-theory-with-python-f33c9f517cd4
https://medium.com/@changjulian17/modern-portfolio-theory-with-python-f33c9f517cd4
Medium
Modern Portfolio Theory with Python
Introduction
Create a Portfolio/Web Site and Deploy in Heroku Server (Part-1)
https://medium.com/@sanu_xze/create-a-portfolio-web-site-and-deploy-in-heroku-server-part-1-1b652cebd30f
https://medium.com/@sanu_xze/create-a-portfolio-web-site-and-deploy-in-heroku-server-part-1-1b652cebd30f
Medium
Create a Portfolio/Web Site and Deploy in Heroku Server (Part-1)
Greetings my friend, here a demo of the portfolio site at https://smandal.herokuapp.com/, what we are going to build. This is the…
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.