Easy implementation of K-Fold cross validation in python
Hi! Hope you’re in a good mood today. In this tutorial we are going to learn about K-fold cross validation and how to implement it in python, let’s begin with a brief introduction: Suppose you build a machine learning model to solve a problem, you split the dataset to train and test sets and then,
Read moreHow not to pay Adobe and process multiple photos with Python (using the GPU no less!)
There is a very elegant technique to remove crowds from photos in which you just use a tripod and take multiple photos from the exact same spot. Every single picture might have tons of people, but every picture has people in different spots! So if you just average the pixels most of the crowd will just disappear. (Technically, the median works better, but I’m getting ahead of myself).
Read moreInsightful Data Science Web Applications with Streamlit
Insert a file uploader that accepts a single file at a time Streamlit is a free and open-source library that can be used with your favourite Python IDE to create web apps for data science and machine learning in a short time. You
Read morePractical Metric Learning
This post is related to the recent release of a new open-source project called OpenMetricLearning (OML), and one of its goals is to lower the entry threshold for metric learning pipelines. We will briefly introduce the theory, discuss the examples in code and show how simple heuristics can perform on a level comparable with the current SotA. Since the project is new, each star on GitHub is essential for us.
Read moreNLP Unlocked: Introduction #000
NLP unleashed: unleashing the power of natural language processing.
Read moreMicrosoft Power BI and Python: Two Superpowers Combined
Microsoft Power BI is an interactive data analysis and visualization tool that’s used for business intelligence (BI) and that you can now script with Python. By combining these two technologies, you can extend Power BI’s data ingestion, transformation, augmentation, and visualization capabilities. In addition, you’ll be able to bring complex algorithms shipped with Python’s numerous data science and machine learning libraries to Power BI. Whether you’re new to Power BI, Python, or both, you’ll learn how to use them together. […]
Read moreCall External API in Snowflake without using External Functions
How to load data from external API into Snowflake table using Python
Read moreSearch the contents of DWG files with Python using OCR
AutoCAD has dominated the Computer Aided Design (CAD) space since the 1970’s. They created a file format for saving and sharing CAD files, and that extension is .dwg. These DWG files typically contain tags, labels, blueprints and more. It’s a treasure trove of rich unstructured data, that until now has been challenging to unlock.
Read more