Automating Chart Patterns: A Deep Dive into Three Essential Algorithms
https://blog.nilayparikh.com/automating-chart-patterns-a-deep-dive-into-three-essential-algorithms-9ecfafc710fa
https://blog.nilayparikh.com/automating-chart-patterns-a-deep-dive-into-three-essential-algorithms-9ecfafc710fa
Medium
Automating Chart Patterns: A Deep Dive into Three Essential Algorithms
In the dynamic world of financial markets, traders often rely on chart patterns to forecast potential price movements. While the human eye…
Charging Ahead: A Comprehensive Analysis of Electric Vehicle Population Data
https://medium.com/@mahendraee204/charging-ahead-a-comprehensive-analysis-of-electric-vehicle-population-data-8cadbf414356
https://medium.com/@mahendraee204/charging-ahead-a-comprehensive-analysis-of-electric-vehicle-population-data-8cadbf414356
Medium
Charging Ahead: A Comprehensive Analysis of Electric Vehicle Population Data
Electric Vehicle Population Data-Data Analysis Project-I
Python Portfolio-Exploratory Air Force Data
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-air-force-data-6cbc8d127d74
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-air-force-data-6cbc8d127d74
Medium
Python Portfolio-Exploratory Air Force Data
Hello! I did a project to demonstrate my understanding of python. This time, i’m gonna show EDA from US Department of Defense
Breadth First Search (BFS)/Knight’s Tour (KT) — 0.2 02052024
https://medium.com/@kraken_7878/breadth-first-search-bfs-knights-tour-kt-0-2-02052024-e8d2753672a8
https://medium.com/@kraken_7878/breadth-first-search-bfs-knights-tour-kt-0-2-02052024-e8d2753672a8
Medium
Breadth First Search (BFS)/Knight’s Tour (KT) — 0.2 02052024
Next on the list of algorithms I wanted to try was Breadth First Search (BFS). The algorithm is a graph search algorithm that checks…
How to build a centralized logging solution with Grafana Loki
https://blog.devops.dev/how-to-build-a-centralized-logging-solution-with-grafana-loki-07c53699a8cb
https://blog.devops.dev/how-to-build-a-centralized-logging-solution-with-grafana-loki-07c53699a8cb
Medium
How to build a centralized logging solution with Grafana Loki
Logging is a foundational component of observability (along with metrics and tracing), offering a detailed narrative of activities within…
The Art of Encoding: Building a Variational AutoEncoder for MNIST Digits
https://blog.devgenius.io/the-art-of-encoding-building-a-variational-autoencoder-for-mnist-digits-46c3fa4fe6db
https://blog.devgenius.io/the-art-of-encoding-building-a-variational-autoencoder-for-mnist-digits-46c3fa4fe6db
Medium
The Art of Encoding: Building a Variational AutoEncoder for MNIST Digits
Introduction
LangChain: How to build AI-driven Applications
https://medium.com/@ioann.lazaridis/langchain-how-to-build-ai-driven-applications-27443a4a46e3
https://medium.com/@ioann.lazaridis/langchain-how-to-build-ai-driven-applications-27443a4a46e3
Medium
LangChain: How to build AI-driven Applications
TL;DR: This article dives into LangChain, an essential framework for integrating Large Language Models (LLMs) like GPT-4 into Python…
Asynchronous programming in Python with async functions and asyncio
https://blog.devgenius.io/asynchronous-programming-in-python-with-async-functions-and-asyncio-ba673a4abab6
https://blog.devgenius.io/asynchronous-programming-in-python-with-async-functions-and-asyncio-ba673a4abab6
Medium
Asynchronous programming in Python with async functions and asyncio
Because asynchronous programming wasn’t always a language feature in python before 3.5, its implementation is a little bit weird when you…
Python Portfolio-Exploratory General Social Survey Data
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-general-social-survey-data-9f95a6e7430a
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-general-social-survey-data-9f95a6e7430a
Medium
Python Portfolio-Exploratory General Social Survey Data
Hello! I did a project to demonstrate my understanding of python. This time, i’m gonna show EDA from General Social Survey.
Who’s On First? (3/6) — Using SimpleRNN in Keras to Generate Fake Baseball Player Names
https://medium.com/@datasciencefilmmaker/whos-on-first-3-569da9d2b4f3
https://medium.com/@datasciencefilmmaker/whos-on-first-3-569da9d2b4f3
Medium
Who’s On First? (3/6) — Using SimpleRNN in Keras to Generate Fake Baseball Player Names
So far in this series I have downloaded and parsed the names of every Major League Baseball player in history, built a recurrent neural…
Stack and Queue: How much do we know about them?
https://medium.com/@AbhiramiVS/stack-and-queue-how-much-do-we-know-about-them-c81fda19ffa2
https://medium.com/@AbhiramiVS/stack-and-queue-how-much-do-we-know-about-them-c81fda19ffa2
Medium
Stack and Queue: How much do we know about them?
Stacks and Queues are two of the most important data structures, and this post will be discussing about these data structures, their…
Python Portfolio-Exploratory World Cup Data
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-world-cup-data-5f975873d598
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-world-cup-data-5f975873d598
Medium
Python Portfolio-Exploratory World Cup Data
Hello! I did a project to demonstrate my understanding of python. This time, i’m gonna show EDA of World Cup Data. Let’s check it out !
Welcome to Python: An Introduction to a Powerful and Versatile Language
https://medium.com/@ngerardtrevor/welcome-to-python-an-introduction-to-a-powerful-and-versatile-language-a6d0e0da20b0
https://medium.com/@ngerardtrevor/welcome-to-python-an-introduction-to-a-powerful-and-versatile-language-a6d0e0da20b0
Medium
Welcome to Python: An Introduction to a Powerful and Versatile Language
The vast realm of programming languages can feel overwhelming for beginners. But fear not! If you’re seeking a powerful, versatile, and…
ChatGPT & Document Formats: A Solution for Reading and Converting Presentations
https://medium.com/dmxai/chatgpt-document-formats-a-solution-for-reading-and-converting-presentations-4ac7ada2eada
https://medium.com/dmxai/chatgpt-document-formats-a-solution-for-reading-and-converting-presentations-4ac7ada2eada
Medium
ChatGPT & Document Formats: A Solution for Reading and Converting Presentations
The Challenge
Remove emotion from trading: Using Python to apply risk management strategies
https://medium.com/@jadendux/remove-emotion-from-trading-using-python-to-apply-risk-management-strategies-90fb565e2f31
https://medium.com/@jadendux/remove-emotion-from-trading-using-python-to-apply-risk-management-strategies-90fb565e2f31
Medium
Remove emotion from trading: Using Python to apply risk management strategies
Introduction
Solving a Tennis Refactoring Challenge in Python using SOLID
https://towardsdatascience.com/solving-a-tennis-refactoring-challenge-in-python-using-solid-f1282f85e7e0
https://towardsdatascience.com/solving-a-tennis-refactoring-challenge-in-python-using-solid-f1282f85e7e0
Medium
Solving a Tennis Refactoring Challenge in Python using SOLID
A step-by-step illustration of how to use SOLID to solve a refactoring challenge