Navigating Neural Network Optimization: A Comprehensive Guide to Types of Optimizers
https://medium.com/@l228146/navigating-neural-network-optimization-a-comprehensive-guide-to-types-of-optimizers-404042b03940
https://medium.com/@l228146/navigating-neural-network-optimization-a-comprehensive-guide-to-types-of-optimizers-404042b03940
Medium
Navigating Neural Network Optimization: A Comprehensive Guide to Types of Optimizers
Optimization is the art of finding the best set of parameters for your model, such as weights and biases, that can minimize the error…
Object Distance & Direction Detection for Blind and Low Vision People
https://medium.com/@batuhansenerr/object-distance-direction-detection-for-blind-and-low-vision-people-c3f3fd83cbef
https://medium.com/@batuhansenerr/object-distance-direction-detection-for-blind-and-low-vision-people-c3f3fd83cbef
Medium
Object Distance & Direction Detection for Blind and Low Vision People
In this article, I demonstrate how an application can be created using computer vision to detect objects from voice commands, estimate the…
Mastering Python’s List Comprehension
https://medium.com/@ekelvin875/mastering-pythons-list-comprehension-96516f1bacc2
https://medium.com/@ekelvin875/mastering-pythons-list-comprehension-96516f1bacc2
Medium
Mastering Python’s List Comprehension
List comprehension in Python is a way to create lists using a compact and concise syntax. It’s like a shortcut for making lists by applying an operation to each item in another list or sequence…
Web Scraping with Right Methods and Tools
https://medium.com/@Shubham_Mohape/web-scraping-with-right-methods-and-tools-562f4421f402
https://medium.com/@Shubham_Mohape/web-scraping-with-right-methods-and-tools-562f4421f402
Medium
Web Scraping with Right Methods and Tools
Web scraping refers to the automated gathering of data from websites, like a bot that navigates through the internet and records the…
The Pythonista’s Blueprint: From Fundamentals to Flawless Projects
https://medium.com/@yemreak/the-pythonistas-blueprint-from-fundamentals-to-flawless-projects-4983d062e3d0
https://medium.com/@yemreak/the-pythonistas-blueprint-from-fundamentals-to-flawless-projects-4983d062e3d0
Medium
The Pythonista’s Blueprint: From Fundamentals to Flawless Projects
“The Pythonista’s Blueprint: From Fundamentals to Flawless Projects” is published by Yunus Emre Ak.
🌶️ FastAPI & Pydantic 2.4 & SQLAlchemy 2.0 & more
https://parfeniukink.medium.com/%EF%B8%8F-fastapi-pydantic-2-4-sqlalchemy-2-0-more-1d50d9948330
https://parfeniukink.medium.com/%EF%B8%8F-fastapi-pydantic-2-4-sqlalchemy-2-0-more-1d50d9948330
Medium
🌶️ FastAPI & Pydantic 2.4 & SQLAlchemy 2.0 & more
This article is an update of the 🔗 previous article but if you haven’t read it is useful as well.
Streaming Data with Pyspark to Iceberg Table using GCP PubSub Lite, Dataproc and Dataproc Metastore.
https://medium.com/@dannylesnik/streaming-data-with-pyspark-to-iceberg-table-using-gcp-pubsub-lite-dataproc-and-dataproc-metastore-bdae4a6ddd5c
https://medium.com/@dannylesnik/streaming-data-with-pyspark-to-iceberg-table-using-gcp-pubsub-lite-dataproc-and-dataproc-metastore-bdae4a6ddd5c
Medium
Streaming Data with Pyspark to Iceberg Table using GCP PubSub Lite, Dataproc and Dataproc Metastore.
In this article I’m going to describe event streaming from a GCP Pubsub Lite topic to Iceberg Table using Dataproc and Dataproc Metastore.
Unlock the Ultimate Entertainment Experience with WatchFever Blog!
https://medium.com/@mail2emzy/unlock-the-ultimate-entertainment-experience-with-watchfever-blog-5199d9527fab
https://medium.com/@mail2emzy/unlock-the-ultimate-entertainment-experience-with-watchfever-blog-5199d9527fab
Medium
Unlock the Ultimate Entertainment Experience with WatchFever Blog!
Unlock the Ultimate Entertainment Experience with WatchFever!
Fetching Real-Time Dollar Turkish Lira Price with Websocket from Paratic
https://medium.com/@yemreak/fetching-real-time-dollar-turkish-lira-price-with-websocket-from-paratic-d7b7cbb6dadb
https://medium.com/@yemreak/fetching-real-time-dollar-turkish-lira-price-with-websocket-from-paratic-d7b7cbb6dadb
Medium
Fetching Real-Time Dollar Turkish Lira Price with Websocket from Paratic
“Fetching Real-Time Dollar Turkish Lira Price with Websocket from Paratic” is published by Yunus Emre Ak.
Automatically edit, modify, and update Google Sheet data using Python
https://medium.com/@yemreak/automatically-edit-modify-and-update-google-sheet-data-using-python-7b50f520cd4b
https://medium.com/@yemreak/automatically-edit-modify-and-update-google-sheet-data-using-python-7b50f520cd4b
Medium
Automatically edit, modify, and update Google Sheet data using Python
“Automatically edit, modify, and update Google Sheet data using Python” is published by Yunus Emre Ak.
Fine-tuning Microsoft’s Phi_1.5 Model with Diverse Datasets: A Comprehensive Guide
https://medium.com/@tdolan21/fine-tuning-microsofts-phi-1-5-model-with-diverse-datasets-a-comprehensive-guide-188ad6aeba11
https://medium.com/@tdolan21/fine-tuning-microsofts-phi-1-5-model-with-diverse-datasets-a-comprehensive-guide-188ad6aeba11
Medium
Fine-tuning Microsoft’s Phi_1.5 Model with Diverse Datasets: A Comprehensive Guide
Introduction
Unlocking Data Magic: Solara Steals the Spotlight from Streamlit
https://medium.com/@stasinskipawel/unlocking-data-magic-solara-steals-the-spotlight-from-streamlit-d010bf7ca673
https://medium.com/@stasinskipawel/unlocking-data-magic-solara-steals-the-spotlight-from-streamlit-d010bf7ca673
Medium
Unlocking Data Magic: Solara Steals the Spotlight from Streamlit
In the life of every Data Scientist there comes a moment to finally get out of the jupyter notebook or google colab(yes, yes sometimes you…
Code With Me (python)— Week 1 Recap and Challenge
https://zaqee.medium.com/codewithme-week1-b5dc1e6c00f0
https://zaqee.medium.com/codewithme-week1-b5dc1e6c00f0
Medium
Code With Me (python)— Week 1 Recap and Challenge
Welcome to the end of Week 1 in our “Code With Me” series! We’ve covered a wide range of topics, from the basics of Python to more advanced…
Mastering Conditional If Statements in Python With a Real World Example (Guessing Game)
https://medium.com/@oluwadamisi.samuel/mastering-conditional-if-statements-in-python-with-a-real-world-example-guessing-game-826b2fd33390
https://medium.com/@oluwadamisi.samuel/mastering-conditional-if-statements-in-python-with-a-real-world-example-guessing-game-826b2fd33390
Medium
Mastering Conditional If Statements in Python With a Real World Example (Guessing Game)
If you are new to Python you must have come across some confusing concepts such as the ‘If’ statements, it is one of the most fundamental…