Batch Editing Photos in Python Saved Us Thousands of Dollars
https://levelup.gitconnected.com/batch-editing-photos-in-python-saved-us-thousands-of-dollars-9ca6a150992b
https://levelup.gitconnected.com/batch-editing-photos-in-python-saved-us-thousands-of-dollars-9ca6a150992b
Medium
Batch Editing Photos in Python Saved Us Thousands of Dollars
Humans are expensive — Good code can eliminate that
Lojistik Regresyon ve sklearn: Kısım 1
https://medium.com/@bcelalakyuz/lojistik-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-1-98404ac3123f
https://medium.com/@bcelalakyuz/lojistik-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-1-98404ac3123f
Medium
Lojistik Regresyon ve sklearn: Kısım 1
ML101 eğitim serimizin ikinci algoritması olan Lojistik Regresyon (yazının devamında bundan LogReg olarak bahsedilecektir) yöntemi ile…
Data-Science Series(Part-11)-predict the gender and age range of an individual in Python
https://meetsuvariya.medium.com/data-science-series-part-11-predict-the-gender-and-age-range-of-an-individual-in-python-7c0fc6344869
https://meetsuvariya.medium.com/data-science-series-part-11-predict-the-gender-and-age-range-of-an-individual-in-python-7c0fc6344869
Medium
Data-Science Series(Part-11)-predict the gender and age range of an individual in Python
This is the 11th blog in the Data Science Blog Series. You can check out my previous blog from the data science blog series here.
News_headlines_web_scrapper
https://medium.com/@narain.narain21/news-headlines-web-scrapper-4f4fdbf87c1e
https://medium.com/@narain.narain21/news-headlines-web-scrapper-4f4fdbf87c1e
Medium
News Headlines Web scrapping
Hey guys! this blog is about a mini project of scraping the contents from the websites. I hope you enjoy this article. We are using Beautiful soup to scrape the text data. Beautiful Soup is a Python…
How Can I Make a Graphical User Interface (GUI) Application in Python?
https://python.plainenglish.io/how-can-i-make-a-graphical-user-interface-gui-application-in-python-a8d461feeb87
https://python.plainenglish.io/how-can-i-make-a-graphical-user-interface-gui-application-in-python-a8d461feeb87
Medium
How Can I Make a Graphical User Interface (GUI) Application in Python?
How to get started with Python GUI applications? By using and accessing several libraries.
WARNING: Ignoring invalid distribution -ip
https://medium.com/curso-de-programacao-python/warning-ignoring-invalid-distribution-ip-791aed1a7141
https://medium.com/curso-de-programacao-python/warning-ignoring-invalid-distribution-ip-791aed1a7141
Medium
WARNING: Ignoring invalid distribution -ip no seu MAC?
Se você tentou fazer alguma instalação para o Pythoin usando seu gerenciador de pacotes PIP ou PIP3 e após o comando, fez a "instalação…
Implementing part of speech tagging for English words using Viterbi algorithm from scratch
https://medium.com/@cleopatradouglas/implementing-part-of-speech-tagging-for-english-words-using-viterbi-algorithm-from-scratch-9ded56b29133
https://medium.com/@cleopatradouglas/implementing-part-of-speech-tagging-for-english-words-using-viterbi-algorithm-from-scratch-9ded56b29133
Medium
Implementing part of speech tagging for English words using Viterbi algorithm from scratch
The complete code for this article can be found HERE
Gopu Pillai: Shortest time to conclude PoC for Enterprise software
https://medium.com/atoti/gopu-pillai-shortest-time-to-conclude-poc-for-enterprise-software-8908ad529005
https://medium.com/atoti/gopu-pillai-shortest-time-to-conclude-poc-for-enterprise-software-8908ad529005
Medium
Gopu Pillai: Shortest time to conclude PoC for Enterprise software
Discovering atoti as a self-service BI tool
Predict the age and gender from the image using OpenCV and Deep learning.
https://medium.com/@18it060/predict-the-age-and-gender-from-the-image-using-opencv-and-deep-learning-d2cf300e8198
https://medium.com/@18it060/predict-the-age-and-gender-from-the-image-using-opencv-and-deep-learning-d2cf300e8198
Medium
Predict the age and gender from the image using OpenCV and Deep learning.
In this blog we will use OpenCV and Deep learning for predicting age and gender of image.
Lojistik Regresyon ve sklearn: Kısım 4
https://medium.com/@bcelalakyuz/lojistik-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-4-1e983e7f1af9
https://medium.com/@bcelalakyuz/lojistik-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-4-1e983e7f1af9
Medium
Lojistik Regresyon ve sklearn: Kısım 4
Lojistik regresyon ile son kez merhabalar. Artık algoritmamızı tamamlamaya hazırız. Şimdi kalan son 2 başlığımızı yani attribute ve method…
A Glimpse of Exploratory Data Analysis on Indonesia’s Digibank Stocks
https://medium.com/@Muhammadaffa/a-glimpse-of-exploratory-data-analysis-on-indonesias-digibank-stocks-5a87d1d1399
https://medium.com/@Muhammadaffa/a-glimpse-of-exploratory-data-analysis-on-indonesias-digibank-stocks-5a87d1d1399
Medium
A Glimpse of Exploratory Data Analysis on Indonesia’s Digibank Stocks
Digital Bank stocks have been some of the best transactions for both trader and growth investor in Indonesia’s stock market since the…
Blackjack Game using Python Classes
https://preetparmar.medium.com/blackjack-game-using-python-classes-bcc94de09bb3
https://preetparmar.medium.com/blackjack-game-using-python-classes-bcc94de09bb3
Medium
Blackjack Game using Python Classes
Some Background
Introduction to YOLOv4 object detection
https://rokasbalsys.medium.com/introduction-to-yolov4-object-detection-ce272a76fedd
https://rokasbalsys.medium.com/introduction-to-yolov4-object-detection-ce272a76fedd
Medium
Introduction to YOLOv4 object detection
YOLO stands for You Only Look Once. It’s an object detection model used in deep learning use cases. In this article, I will not talk about the history of the previous YOLO versions or the background…