Convert Your AI Ideas into Working Demos on Hugging Face Spaces
https://itnext.io/convert-your-ai-ideas-into-working-demos-on-hugging-face-spaces-2ba080482a16
https://itnext.io/convert-your-ai-ideas-into-working-demos-on-hugging-face-spaces-2ba080482a16
Medium
Convert Your AI Ideas into Working Demos on Hugging Face Spaces
Hugging Face Spaces is an open source app repository, that lets you create, host and demo your AI/ML applications for free!
A step-by-step guide for clustering images.
https://erdogant.medium.com/a-step-by-step-guide-for-clustering-images-4b45f9906128
https://erdogant.medium.com/a-step-by-step-guide-for-clustering-images-4b45f9906128
Medium
A step-by-step guide for clustering images.
For the detection and exploration of natural groups or clusters of images by carefully pre-processing images, utilizing well-known feature…
findiff — The Python Package for Numerical Derivatives
https://medium.com/@mathcube7/findiff-the-python-package-for-numerical-derivatives-7e54132a73a3
https://medium.com/@mathcube7/findiff-the-python-package-for-numerical-derivatives-7e54132a73a3
Medium
findiff — The Python Package for Numerical Derivatives
How to use the definitive Python package for taking derivatives of NumPy arrays in any number of dimensions and any desired accuracy order.
How to Utilize Web Scraping and Python to Organize Your Dream Vacation?
https://xbytecrawling.medium.com/how-to-utilize-web-scraping-and-python-to-organize-your-dream-vacation-149b00ff1e2a
https://xbytecrawling.medium.com/how-to-utilize-web-scraping-and-python-to-organize-your-dream-vacation-149b00ff1e2a
Medium
How to Utilize Web Scraping and Python to Organize Your Dream Vacation?
Have you dreamed about going on a dream vacation, however, housing prices have kept you away from that? Or you don’t have time to…
Codility Algorithm Practice Lesson 15: Caterpillar Method, Task 2: CountDistinctSlices— a Python…
https://medium.com/@deck451/codility-algorithm-practice-lesson-15-caterpillar-method-task-2-countdistinctslices-a-python-50d1e3a89737
https://medium.com/@deck451/codility-algorithm-practice-lesson-15-caterpillar-method-task-2-countdistinctslices-a-python-50d1e3a89737
Medium
Codility Algorithm Practice Lesson 15: Caterpillar Method, Task 2: CountDistinctSlices— a Python approach
Good day to you all, fellow coders! The Caterpillar strikes again! Picking up from where we left off (here’s the previous article in which…
What is the Python equivalent for a case/switch statement?
https://asilarslan.medium.com/what-is-the-python-equivalent-for-a-case-switch-statement-b461209aa416
https://asilarslan.medium.com/what-is-the-python-equivalent-for-a-case-switch-statement-b461209aa416
Medium
What is the Python equivalent for a case/switch statement?
In Python 3.10(Python 3.10 and above), they introduced the pattern matching.
Credit card fraud detection with synthetic data and AutoML
https://medium.com/atoti/credit-card-fraud-detection-with-synthetic-data-and-automl-5cdfbe204ef2
https://medium.com/atoti/credit-card-fraud-detection-with-synthetic-data-and-automl-5cdfbe204ef2
Medium
Credit card fraud detection with synthetic data and AutoML
Part 2: Fraud detection with Faker and PyCaret
Building and Exporting Python Logs in Jupyter Notebooks
https://towardsdatascience.com/building-and-exporting-python-logs-in-jupyter-notebooks-87b6d7a86c4
https://towardsdatascience.com/building-and-exporting-python-logs-in-jupyter-notebooks-87b6d7a86c4
Towards Data Science
Building and Exporting Python Logs in Jupyter Notebooks | Towards Data Science
A how-to on capturing and exporting log files
Taxi Fares in New York City: A Prediction blog
https://medium.com/@maithaq/taxi-fares-in-new-york-city-a-prediction-blog-5ecfb70521ec
https://medium.com/@maithaq/taxi-fares-in-new-york-city-a-prediction-blog-5ecfb70521ec
Medium
Taxi Fares in New York City: A Prediction
New York City has a huge population that moves from place to place, which means taxi rides are a major part of the traffic. Almost half of the people of New York rely on public transportation, and it…
Probabilistic Forecasting in Darts
https://medium.com/unit8-machine-learning-publication/probabilistic-forecasting-in-darts-e88fbe83344e
https://medium.com/unit8-machine-learning-publication/probabilistic-forecasting-in-darts-e88fbe83344e
Medium
Probabilistic Forecasting in Darts
How to navigate uncertainty when predicting the future using probabilistic forecasting models in Darts. Timeseries forecasting
Face detection from live video, crop the face, and send it via Email Using OpenCV and smtplib
https://tinkalshakya283125.medium.com/face-detection-from-live-video-crop-the-face-and-send-it-via-email-using-opencv-and-smtplib-b2c32c182651
https://tinkalshakya283125.medium.com/face-detection-from-live-video-crop-the-face-and-send-it-via-email-using-opencv-and-smtplib-b2c32c182651
Medium
Face detection from live video, crop the face, and send it via Email Using OpenCV and smtplib
we will know how to Capture a live video and Crop the video and Display the original video and different cropped parts in different …….
VSCode DevContainers with a corporate proxy
https://bw861987.medium.com/vscode-devcontainers-with-a-corporate-proxy-9b6551c4087c
https://bw861987.medium.com/vscode-devcontainers-with-a-corporate-proxy-9b6551c4087c
Medium
VSCode DevContainers with a corporate proxy
Visual Studio Codes DevContainers are great to share a development environment in your team. Unfortunally they won’t work out of the box…
Analyzing Reddit communities with Python — Part 3: Pandas and NLTK
https://tomvannuenen.medium.com/analyzing-reddit-communities-with-python-part-3-pandas-and-nltk-d1c765e4ef0f
https://tomvannuenen.medium.com/analyzing-reddit-communities-with-python-part-3-pandas-and-nltk-d1c765e4ef0f
Medium
Analyzing Reddit communities with Python — Part 3: Pandas and NLTK
Distant Reading using Pandas and NLTK
SVMs for Linearly Separable Data with Python
https://najamogeltoft.medium.com/svms-for-linearly-separable-data-with-python-ce0e9af176ff
https://najamogeltoft.medium.com/svms-for-linearly-separable-data-with-python-ce0e9af176ff
Medium
SVMs for Linearly Separable Data with Python
In our last few articles, we have talked about Support Vector Machines. We have considered them with hard and soft margins, and also how we…