Mapping AirQo devices in Fort Portal city using Folium
https://medium.com/@rajacastro/mapping-airqo-devices-in-fort-portal-city-using-folium-12eae7dfba5c
https://medium.com/@rajacastro/mapping-airqo-devices-in-fort-portal-city-using-folium-12eae7dfba5c
Medium
Mapping AirQo devices in Fort Portal city using Folium
By Wabinyai Fidel Raja
Python for Data Science: Implementing Exploratory Data Analysis (EDA) and K-Means Clustering
https://medium.com/@aziszamcalvin/python-for-data-science-implementing-exploratory-data-analysis-eda-and-k-means-clustering-bcf1d24adc12
https://medium.com/@aziszamcalvin/python-for-data-science-implementing-exploratory-data-analysis-eda-and-k-means-clustering-bcf1d24adc12
Medium
Python for Data Science: Implementing Exploratory Data Analysis (EDA) and K-Means Clustering
Learn how to perform exploratory data analysis and k-means clustering in Python.
How to classify landmarks using Tensorflow , Tensor-Hub and Python ?
https://medium.com/@feitgemel/how-to-classify-landmarks-using-tensorflow-tensor-hub-and-python-f69d6c39cc22
https://medium.com/@feitgemel/how-to-classify-landmarks-using-tensorflow-tensor-hub-and-python-f69d6c39cc22
Medium
How to classify landmarks using Tensorflow , Tensor-Hub and Python ?
Hi,
Most Used Data Science Tools for 2022
https://medium.com/@vc454071/most-used-data-science-tools-for-2022-47cdf073cfb5
https://medium.com/@vc454071/most-used-data-science-tools-for-2022-47cdf073cfb5
Medium
Most Used Data Science Tools for 2022
Introduction
PyCUDA, the FFT and the Gerchberg-Saxton algorithm
https://vitalitylearning.medium.com/pycuda-the-fft-and-the-gerchberg-saxton-algorithm-35fb7bceb62f
https://vitalitylearning.medium.com/pycuda-the-fft-and-the-gerchberg-saxton-algorithm-35fb7bceb62f
Medium
PyCUDA, the FFT and the Gerchberg-Saxton algorithm
The problem of recovering a two-dimensional function of which the amplitude and the amplitude of the transform are known is a classic…
How to generate a Knowledge Graph from plain text in few steps
https://medium.com/@alfarruggia/how-to-generate-a-knowledge-graph-from-plain-text-in-few-steps-42f3a639155f
https://medium.com/@alfarruggia/how-to-generate-a-knowledge-graph-from-plain-text-in-few-steps-42f3a639155f
Medium
How to generate a Knowledge Graph from plain text in few steps
A copy-and-paste guide to generate a Knowledge graph with spacy, textacy and netwkorx python libraries. The example below is processing…
49. Group Anagrams — LeetCode(Python)
https://palashsharma891.medium.com/49-group-anagrams-leetcode-python-cd66973b5d0b
https://palashsharma891.medium.com/49-group-anagrams-leetcode-python-cd66973b5d0b
Medium
49. Group Anagrams — LeetCode(Python)
I got you!
Measurement Problems -Rating and Sorting Products
https://medium.com/@gurkanc/measurement-problems-rating-and-sorting-products-fddbf9d0a8e1
https://medium.com/@gurkanc/measurement-problems-rating-and-sorting-products-fddbf9d0a8e1
Medium
Measurement Problems -Rating and Sorting Products
How do People Buy any products? What are the main factors that consumers pay attention to when buying a product?
How To Replace Repeated Loops With Higher Order Functions In Python
https://pavolkutaj.medium.com/how-to-replace-repeated-loops-with-higher-order-functions-in-python-374fe1ecb874
https://pavolkutaj.medium.com/how-to-replace-repeated-loops-with-higher-order-functions-in-python-374fe1ecb874
Medium
How To Replace Repeated Loops With Higher Order Functions In Python
The aim of this page📝is to follow Uncle Bob’s dictum of DRY for nested loops where I should pass lambda do to the job. This is the Python implementation of an answer to Uncle Bob’s question raised…
Text translation using Python and Google Translate API
https://medium.com/@absaraswat/text-translation-using-python-and-google-translate-api-56235429f027
https://medium.com/@absaraswat/text-translation-using-python-and-google-translate-api-56235429f027
Medium
Text translation using Python and Google Translate API
Use the googletrans package to efficiently translate text to and from different languages
From Machine Learning model building to Model Deployment
https://moez-62905.medium.com/from-machine-learning-model-building-to-model-deployment-ee041d896561
https://moez-62905.medium.com/from-machine-learning-model-building-to-model-deployment-ee041d896561
Medium
From Machine Learning model building to Model Deployment
A step-by-step guide for building and deploying an end-to-end Machine Learning Pipeline using PyCaret and FastAPI in Python