Scaling Machine Learning Workloads for the LLM Era — Python Glasgow 24th Oct 2023
https://medium.com/@andrewpmcmahon629/scaling-machine-learning-workloads-for-the-llm-era-python-glasgow-24th-oct-2023-eaa6436904b1
https://medium.com/@andrewpmcmahon629/scaling-machine-learning-workloads-for-the-llm-era-python-glasgow-24th-oct-2023-eaa6436904b1
Medium
Scaling Machine Learning Workloads for the LLM Era — Python Glasgow 24th Oct 2023
On Tuesday 24th October, I was lucky enough to speak at an AI and ML themed Python Glasgow meet-up. It was a brilliant event, hosted at…
Recommendation Systems: Building Personalized Suggestions
https://medium.com/@pythonfundamentals/recommendation-systems-building-personalized-suggestions-97b9d902cf08
https://medium.com/@pythonfundamentals/recommendation-systems-building-personalized-suggestions-97b9d902cf08
Medium
Recommendation Systems: Building Personalized Suggestions
Recommendation systems are ubiquitous in our online lives. They help us discover new products, movies, music, and content tailored to our…
Can data prove that I am getting older?
https://medium.com/@petertakacs.tp/can-data-prove-that-i-am-getting-older-7f58281462d1
https://medium.com/@petertakacs.tp/can-data-prove-that-i-am-getting-older-7f58281462d1
Medium
Can data prove that I am getting older?
I like doing cardio, butI have to admit, I have had better periods, I am not running 4 times a week anymore as I did, only occasionally…
Python Powers Up: The Rise of the Python API for Earth Engine
https://medium.com/google-earth/python-powers-up-the-rise-of-the-python-api-for-earth-engine-056741eb1b75
https://medium.com/google-earth/python-powers-up-the-rise-of-the-python-api-for-earth-engine-056741eb1b75
Medium
Python Powers Up: The Rise of the Python API for Earth Engine
By Justin Braaten, Developer Relations; Alex Merose, Software Engineer; & Nate Schmitz, Software Engineer
The Popularity of Data Science Languages: Python and R (October 2023 Update)
https://medium.com/@the_lord_of_the_R/the-popularity-of-data-science-languages-python-and-r-october-2023-update-24b1a8f20628
https://medium.com/@the_lord_of_the_R/the-popularity-of-data-science-languages-python-and-r-october-2023-update-24b1a8f20628
Medium
The Popularity of Data Science Languages: Python and R (October 2023 Update)
In today’s digital age, where data is literally ubiquitous, programming languages serve as the backbone of many groundbreaking…
Creating Python Virtual Environments with PyEnv: A Succinct Guide
https://medium.com/@smayorgac/creating-python-virtual-environments-with-pyenv-a-succinct-guide-360a3e75efdb
https://medium.com/@smayorgac/creating-python-virtual-environments-with-pyenv-a-succinct-guide-360a3e75efdb
Medium
Creating Python Virtual Environments with PyEnv: A Succinct Guide
Python Virtual Environments provides an isolated workspace for your projects, allowing you to work with specific Python versions and…
How to deploy a ML Model as an API with AWS.
https://medium.com/@rv-fcamara/how-to-deploy-a-ml-model-as-an-api-with-aws-77ba5a4bb441
https://medium.com/@rv-fcamara/how-to-deploy-a-ml-model-as-an-api-with-aws-77ba5a4bb441
Medium
How to deploy a ML Model as an API with AWS.
How to deploy a machine learning model trained in Auto ML (Databricks) into AWS as an API to be able to make predictions according to n…
Mocking Nested Object and Functions in Python
https://medium.com/@eugenepark3/mocking-nested-object-and-functions-in-python-23e639db3584
https://medium.com/@eugenepark3/mocking-nested-object-and-functions-in-python-23e639db3584
Medium
Mocking Nested Object and Functions in Python
I have been writing tests a lot lately and came across a situation where I had to mock a function call. The problem was that this function…
Effortlessly Scaling Data Handling with Polars: A Beginner’s Guide
https://medium.com/@saverio3107/effortlessly-scaling-data-handling-with-polars-a-beginners-guide-5c17d0887fc3
https://medium.com/@saverio3107/effortlessly-scaling-data-handling-with-polars-a-beginners-guide-5c17d0887fc3
Medium
Effortlessly Scaling Data Handling with Polars: A Beginner’s Guide
Polars is an open-source project developed by the Rensselaer Polytechnic Institute and was released in 2020. This relatively new library is…
Trends in AI in language education
https://medium.com/@saadnoorafridi/trends-in-ai-in-language-education-ae2c5e95db9b
https://medium.com/@saadnoorafridi/trends-in-ai-in-language-education-ae2c5e95db9b
Medium
Trends in AI in language education
In addition to the trends mentioned in the previous blog post, here are some other trends in AI in language education: The use of AI to develop more effective and engaging language learning…
Python and OpenCV how to read frames from a webcam or a video file
https://lovethepenguin.com/python-and-opencv-how-to-read-frames-from-a-webcam-or-a-video-file-5b9e6e832ff4
https://lovethepenguin.com/python-and-opencv-how-to-read-frames-from-a-webcam-or-a-video-file-5b9e6e832ff4
Medium
Python and OpenCV how to read frames from a webcam or a video file
OpenCV stands for Open Computer Vision and is an open source computer vision library made by intel! in this short example i will show you…
How to Correct Nonlinear Distortion in Images Captured by a Pin-Hole Camera Model
https://majianglin2003.medium.com/how-to-correct-nonlinear-distortion-in-images-captured-by-a-pin-hole-camera-model-5d9285e8cec8
https://majianglin2003.medium.com/how-to-correct-nonlinear-distortion-in-images-captured-by-a-pin-hole-camera-model-5d9285e8cec8
Medium
How to Correct Nonlinear Distortion in Images Captured by a Pin-Hole Camera Model
1. What are the causes of nonlinear distortion in images captured by pinhole cameras?
Build full data apps in <5 minutes in Python: Using Jupyter + Database + Streamlit, locally.
https://medium.com/@kurtosistech/build-full-data-apps-in-5-minutes-in-python-using-jupyter-database-streamlit-locally-263a1500e287
https://medium.com/@kurtosistech/build-full-data-apps-in-5-minutes-in-python-using-jupyter-database-streamlit-locally-263a1500e287
Medium
Build full data apps in <5 minutes in Python: Using Jupyter + Database + Streamlit, locally.
This tutorial covers the jupyer-notebook-package on Github here.