Introduction to ARIMA Models for Newbies
ARIMA (short for AutoRegressive Integrated Moving Average) is a technique for time series analysis and forecasting. It is one of the most widely used approac...
ARIMA (short for AutoRegressive Integrated Moving Average) is a technique for time series analysis and forecasting. It is one of the most widely used approac...
The Exponentially Weighted Moving Average (EWMA) is a statistical tool for modeling or describing a time series. It is commonly used in the financial industr...
The OpenBB Platform allows you to access financial data from various providers. We often use it for our investment research.
Python is one of the most popular programming languages for applied finance and machine learning. In the financial sector, a lot of data is available as time...
Time series analysis is a powerful statistical method used in many industries, such as finance, healthcare, energy, and marketing.
A lot has happened since the initial release of ChatGPT. In the meantime, the open-source industry has developed many powerful large language models (LLMs).
A lot has happened in the AI field since the initial release of ChatGPT. Today, state-of-the-art large language models (LLMs) can write code and support deve...
Linear Regression is a simple statistical regression method, making it perfect for beginners in predictive analysis.
Have you ever watched the ups and downs of the stock market and wondered how you can predict the next move? Bollinger Bands, a tool to visualize volatility, ...
In the fast-paced world of stock trading, analyzing time series data is crucial for making informed decisions. With the help of advanced tools like Pandas, a...
In the financial sector, we often deal with time series data that have a DateTimeIndex on a specific time scale, like every day or every hour.
Time series are everywhere in the financial sector! When processing time series, there are so many points to consider.
A year filled with AI innovations has come to an end, and it’s time to reflect. First of all, we would like to thank all our readers. Many thanks for your su...
Python is one of the most widely used programming languages in the data science field. Its popularity just keeps on growing! The data science field itself ha...
Do you know how to build an LLM application in a responsible way? No, then you should check out this article. We will cover some peculiarities we have learne...
This article describes an example project in the context of stock trading. Can we predict with an AI model whether a stock goes up or down the next day? It i...
Search is everywhere! We all use search engines like Google, Bing, or You.com every day.
Do you know this? You want to learn something new, but you don’t know where to start. This is how we felt when we wanted to understand distributions mathemat...
Everyone has been talking about Prompt Engineering! But it has several limitations! For example, the model always decides based on the training data (often a...
Since the release of ChatGPT, large language models (LLMs) are becoming more and more popular. New LLM-powered tools come on the market almost every day.
On the Internet, you can often find PDFs or websites titled “The 100 Best Prompts to Boost Your Productivity.” These prompts are mostly for tools like ChatGP...
Don’t have enough time to watch a complete earnings call of a company? Maybe you have only a few questions. Then, it’s not necessary to listen to the whole e...
Do you often have problems with dependencies in your Python projects? Then, Poetry offers a solution for you. Poetry is a dependency management and packaging...
Do you often look for errors in software components that could prevent with a better testing strategy?
ChatGPT has impressively demonstrated the potential of AI chatbots. In the next few years, such AI chatbots will revolutionise many areas of the economy. Fra...
Today, we’re talking about the best EDGAR library we have ever seen! We’ve tested many EDGAR libraries in the last year, and none of them have met our requir...
Do you want to compare many quarterly reports of public companies? It’s tedious to look through all the quarterly reports by hand. An assistant would be very...
Do you want to know how to create an anomaly detector using Python and TensorFlow? Then this article is for you. Credit card companies use anomaly detectors ...
Data Science projects always need some kind of visualization. For the initial analysis, data scientists usually use Jupyter Notebooks and libraries like matp...
MLflow is an open source platform to manage the lifecycle of ML models end to end. It tracks the code, data and results for each ML experiment, which means y...
TL;DR Understand and implement an artificial neural network from scratch using NumPy, learn the basics of feedforward and backpropagation, and explore the im...
Everyone is talking about prompt engineering and how to write efficient prompts. A prompt refers to the input of the model. Many people think of this as the ...
The central task of a data scientist is to analyze large amounts of data. Afterwards, the data scientist must present the results clearly, e.g. with comprehe...
Everyone has been talking about Large Language Models (LLMs). ChatGPT shows the power of this phenomenal technology in an impressive way. LLMs are pre-traine...
The entire data science field has grown enormously in the last few years. Python is the most widely used programming language in this field, and many Data Sc...
Since the release of ChatGPT, everyone has been talking about Large Language Models (LLMs).
Our experience has shown that software projects are often insufficiently documented. But why? Most software projects have a limited budget and a tight schedu...
The bootstrap method is a resampling technique in which one draws many samples again from one sample. It is used to estimate summary statistics like the mean...
Cross-validation (CV) is a statistical test procedure based on resampling. It is an essential tool in modern statistics. Resampling refers to repeatedly taki...
Lifelong learning is essential for personal growth and professional success in our ever-changing world. Be open to new insights and perspectives!
Convolutional neural networks (CNNs) have been used in the industry for several years. The flexibility and handling of complex problems are what make CNNs so...
Python is one of the most popular programming languages among developers and Data Scientists. Developers use the language for backend and frontend developmen...
A large amount of data is available on the web. Third-party applications can access this data via an application programming interface (API). Such services a...
Do you need secure communication via MQTT? Yes, then this is the right article for you!
Python is the most widely used programming language in the data science domain, and its popularity continues to grow. The entire data science field has grown...
TimescaleDB is an open-source relational database for time-series data. It uses full SQL, but scales in a way that was previously reserved for NoSQL database...
Ensemble methods are a powerful approach in machine learning that combines multiple models to create a more robust and accurate model.
Today, we want to tell you how we became a Data Scientist. We both have been the same academic journey. Maybe, because we’re identical twins. Hence, please d...
Linear Regression is a simple statistical regression method, making it perfect for beginners in predictive analysis.
The year 2023 was the year of Large Language Models (LLMs)! No one has any doubt about that. Everyone was discussing the immense potential of generative AI, ...
A year filled with AI innovations has come to an end, and it’s time to reflect. First of all, we would like to thank all our readers. Many thanks for your su...
Python is one of the most widely used programming languages in the data science field. Its popularity just keeps on growing! The data science field itself ha...
Machine learning (ML) has great potential for improving processes and products. A challenge is to explain the predictions of the ML algorithms. Trust and tra...
Project controlling is essential in data science projects, as the time required and costs are often difficult to estimate.
MLflow is an open source platform to manage the lifecycle of ML models end to end. It tracks the code, data and results for each ML experiment, which means y...
Everyone is talking about prompt engineering and how to write efficient prompts. A prompt refers to the input of the model. Many people think of this as the ...
The central task of a data scientist is to analyze large amounts of data. Afterwards, the data scientist must present the results clearly, e.g. with comprehe...
Everyone has been talking about Large Language Models (LLMs). ChatGPT shows the power of this phenomenal technology in an impressive way. LLMs are pre-traine...
The entire data science field has grown enormously in the last few years. Python is the most widely used programming language in this field, and many Data Sc...
The bootstrap method is a resampling technique in which one draws many samples again from one sample. It is used to estimate summary statistics like the mean...
Cross-validation (CV) is a statistical test procedure based on resampling. It is an essential tool in modern statistics. Resampling refers to repeatedly taki...
Lifelong learning is essential for personal growth and professional success in our ever-changing world. Be open to new insights and perspectives!
ChatGPT has now been available to the public for several months. During this time, many useful use cases have been found. The ability to write code can be us...
CRISP-DM stands for CRoss Industry Standard Process for Data Mining. The model divides a data science/data mining project into individual, clearly defined st...
MLflow is an open-source platform to manage the Machine Learning (ML) lifecycle. By using MLflow, the code, data, and results can be tracked for each ML exper...
A lot has happened since the initial release of ChatGPT. In the meantime, the open-source industry has developed many powerful large language models (LLMs).
A lot has happened in the AI field since the initial release of ChatGPT. Today, state-of-the-art large language models (LLMs) can write code and support deve...
The year 2023 was the year of Large Language Models (LLMs)! No one has any doubt about that. Everyone was discussing the immense potential of generative AI, ...
Do you know how to build an LLM application in a responsible way? No, then you should check out this article. We will cover some peculiarities we have learne...
Search is everywhere! We all use search engines like Google, Bing, or You.com every day.
Everyone has been talking about Prompt Engineering! But it has several limitations! For example, the model always decides based on the training data (often a...
Since the release of ChatGPT, large language models (LLMs) are becoming more and more popular. New LLM-powered tools come on the market almost every day.
On the Internet, you can often find PDFs or websites titled “The 100 Best Prompts to Boost Your Productivity.” These prompts are mostly for tools like ChatGP...
Don’t have enough time to watch a complete earnings call of a company? Maybe you have only a few questions. Then, it’s not necessary to listen to the whole e...
Since the release of ChatGPT, everyone has been talking about Large Language Models (LLMs).
Large Language Models (LLMs) have great potential for many industries, including finance. ChatGPT has impressively demonstrated the power of such LLMs for th...
Developments in open-source artificial intelligence (AI) have accelerated massively in the last three months. So it stands to reason that the future of AI is...
Not long ago, everyone talked about ChatGPT, and now terms like Auto-GPT are already haunting the world. But what is Auto-GPT, and how can you use it? Auto-G...
The OpenBB Platform allows you to access financial data from various providers. We often use it for our investment research.
Do you need a secure server? In this article, you will learn how to set up an SFTP server with Docker.
Large Language Models (LLMs) have great potential for many industries, including finance. ChatGPT has impressively demonstrated the power of such LLMs for th...
Developments in open-source artificial intelligence (AI) have accelerated massively in the last three months. So it stands to reason that the future of AI is...
OpenBB is an open-source investment research software platform. The platform gives you access to high-quality financial market data and analytical tools. The...
MQTT stands for Message Queuing Telemetry Transport. It is a messaging protocol for IoT devices with resource constraints. It is specialized for low bandwidt...
FTP (File Transfer Protocol) is a data transfer protocol for transferring files (e.g. text files, pictures or videos) via an IP network. It is an old and sol...
Homebrew makes it possible to install UNIX tools on macOS or Linux simply and flexibly. Homebrew’s logo is a glass of beer with an apple. A very creative ide...
You can use UTM to run different operating systems on your Mac. UTM was created for macOS and only for Apple platforms. Moreover, UTM is completely free and ...
Screen is a window manager for the console. It is possible to create and manage several virtual console sessions via a single access (e.g. ssh). In addition,...
The smallest computer in the Jetson family is the Jetson Nano. The Jetson Nano is a small, powerful AI computer that allows you to run multiple neural networ...
A lot has happened in the AI field since the initial release of ChatGPT. Today, state-of-the-art large language models (LLMs) can write code and support deve...
In the fast-paced world of stock trading, analyzing time series data is crucial for making informed decisions. With the help of advanced tools like Pandas, a...
Python is one of the most widely used programming languages in the data science field. Its popularity just keeps on growing! The data science field itself ha...
Do you often have problems with dependencies in your Python projects? Then, Poetry offers a solution for you. Poetry is a dependency management and packaging...
Do you often look for errors in software components that could prevent with a better testing strategy?
The entire data science field has grown enormously in the last few years. Python is the most widely used programming language in this field, and many Data Sc...
R is widely used in business and science as a data analysis tool. The programming language is an essential tool for data-driven tasks. For many Statisticians...
Python is one of the most popular programming languages among developers and Data Scientists. Developers use the language for backend and frontend developmen...
ChatGPT has now been available to the public for several months. During this time, many useful use cases have been found. The ability to write code can be us...
A large amount of data is available on the web. Third-party applications can access this data via an application programming interface (API). Such services a...
Python is the most widely used programming language in the data science domain, and its popularity continues to grow. The entire data science field has grown...
Docker is a tool for simplifying application development and deployment. It makes it easy to package, distribute, and run applications using Docker images an...
Do you need a secure server? In this article, you will learn how to set up an SFTP server with Docker.
Do you want to deploy your Plotly Dash App? Yeah, then this article is for you.
Do you want to make your web app accessible via the Internet? Deploying your web app gives you many advantages. You can quickly share the app with colleagues...
FTP (File Transfer Protocol) is a data transfer protocol for transferring files (e.g. text files, pictures or videos) via an IP network. It is an old and sol...
Homebrew makes it possible to install UNIX tools on macOS or Linux simply and flexibly. Homebrew’s logo is a glass of beer with an apple. A very creative ide...
You can use UTM to run different operating systems on your Mac. UTM was created for macOS and only for Apple platforms. Moreover, UTM is completely free and ...
Screen is a window manager for the console. It is possible to create and manage several virtual console sessions via a single access (e.g. ssh). In addition,...
GitLab is an open-source software development platform with built-in version control, issue tracking and DevOps capabilities. You have probably used the onli...
The smallest computer in the Jetson family is the Jetson Nano. The Jetson Nano is a small, powerful AI computer that allows you to run multiple neural networ...
The OpenBB Platform allows you to access financial data from various providers. We often use it for our investment research.
Today, we want to tell you how we became a Data Scientist. We both have been the same academic journey. Maybe, because we’re identical twins. Hence, please d...
In the fast-paced world of stock trading, analyzing time series data is crucial for making informed decisions. With the help of advanced tools like Pandas, a...
In this article, we’ll explore the process of determining the statistically optimal allocation of your investments.
This article describes an example project in the context of stock trading. Can we predict with an AI model whether a stock goes up or down the next day? It i...
Today, we’re talking about the best EDGAR library we have ever seen! We’ve tested many EDGAR libraries in the last year, and none of them have met our requir...
Do you want to compare many quarterly reports of public companies? It’s tedious to look through all the quarterly reports by hand. An assistant would be very...
Do you want to know how to create an anomaly detector using Python and TensorFlow? Then this article is for you. Credit card companies use anomaly detectors ...
Large Language Models (LLMs) have great potential for many industries, including finance. ChatGPT has impressively demonstrated the power of such LLMs for th...
OpenBB is an open-source investment research software platform. The platform gives you access to high-quality financial market data and analytical tools. The...
Docker is a tool for simplifying application development and deployment. It makes it easy to package, distribute, and run applications using Docker images an...
Do you need a secure server? In this article, you will learn how to set up an SFTP server with Docker.
Do you want to deploy your Plotly Dash App? Yeah, then this article is for you.
Do you want to make your web app accessible via the Internet? Deploying your web app gives you many advantages. You can quickly share the app with colleagues...
MQTT stands for Message Queuing Telemetry Transport. It is a messaging protocol for IoT devices with resource constraints. It is specialized for low bandwidt...
FTP (File Transfer Protocol) is a data transfer protocol for transferring files (e.g. text files, pictures or videos) via an IP network. It is an old and sol...
TimescaleDB is an open-source relational database for time-series data. It uses full SQL, but scales in a way that was previously reserved for NoSQL database...
GitLab is an open-source software development platform with built-in version control, issue tracking and DevOps capabilities. You have probably used the onli...
MLflow is an open-source platform to manage the Machine Learning (ML) lifecycle. By using MLflow, the code, data, and results can be tracked for each ML exper...
ARIMA (short for AutoRegressive Integrated Moving Average) is a technique for time series analysis and forecasting. It is one of the most widely used approac...
The Exponentially Weighted Moving Average (EWMA) is a statistical tool for modeling or describing a time series. It is commonly used in the financial industr...
Python is one of the most popular programming languages for applied finance and machine learning. In the financial sector, a lot of data is available as time...
Time series analysis is a powerful statistical method used in many industries, such as finance, healthcare, energy, and marketing.
In the fast-paced world of stock trading, analyzing time series data is crucial for making informed decisions. With the help of advanced tools like Pandas, a...
In the financial sector, we often deal with time series data that have a DateTimeIndex on a specific time scale, like every day or every hour.
Time series are everywhere in the financial sector! When processing time series, there are so many points to consider.
This article describes an example project in the context of stock trading. Can we predict with an AI model whether a stock goes up or down the next day? It i...
TimescaleDB is an open-source relational database for time-series data. It uses full SQL, but scales in a way that was previously reserved for NoSQL database...
ARIMA (short for AutoRegressive Integrated Moving Average) is a technique for time series analysis and forecasting. It is one of the most widely used approac...
Ensemble methods are a powerful approach in machine learning that combines multiple models to create a more robust and accurate model.
Linear Regression is a simple statistical regression method, making it perfect for beginners in predictive analysis.
In this article, we’ll explore the process of determining the statistically optimal allocation of your investments.
Do you know this? You want to learn something new, but you don’t know where to start. This is how we felt when we wanted to understand distributions mathemat...
The bootstrap method is a resampling technique in which one draws many samples again from one sample. It is used to estimate summary statistics like the mean...
Cross-validation (CV) is a statistical test procedure based on resampling. It is an essential tool in modern statistics. Resampling refers to repeatedly taki...
Lifelong learning is essential for personal growth and professional success in our ever-changing world. Be open to new insights and perspectives!
R is widely used in business and science as a data analysis tool. The programming language is an essential tool for data-driven tasks. For many Statisticians...
A lot has happened since the initial release of ChatGPT. In the meantime, the open-source industry has developed many powerful large language models (LLMs).
Do you want to make your web app accessible via the Internet? Deploying your web app gives you many advantages. You can quickly share the app with colleagues...
ChatGPT has impressively demonstrated the potential of AI chatbots. In the next few years, such AI chatbots will revolutionise many areas of the economy. Fra...
Data Science projects always need some kind of visualization. For the initial analysis, data scientists usually use Jupyter Notebooks and libraries like matp...
Our experience has shown that software projects are often insufficiently documented. But why? Most software projects have a limited budget and a tight schedu...
A large amount of data is available on the web. Third-party applications can access this data via an application programming interface (API). Such services a...
A Progressive Web App (PWA) is a web application that has the characteristics of a native app.
PWA is the abbreviation for Progressive Web App. A progressive web app is a web application that has the characteristics of a native app. PWAs are supported ...
The OpenBB Platform allows you to access financial data from various providers. We often use it for our investment research.
Have you ever watched the ups and downs of the stock market and wondered how you can predict the next move? Bollinger Bands, a tool to visualize volatility, ...
In this article, we’ll explore the process of determining the statistically optimal allocation of your investments.
This article describes an example project in the context of stock trading. Can we predict with an AI model whether a stock goes up or down the next day? It i...
Today, we’re talking about the best EDGAR library we have ever seen! We’ve tested many EDGAR libraries in the last year, and none of them have met our requir...
Do you want to compare many quarterly reports of public companies? It’s tedious to look through all the quarterly reports by hand. An assistant would be very...
OpenBB is an open-source investment research software platform. The platform gives you access to high-quality financial market data and analytical tools. The...
A year filled with AI innovations has come to an end, and it’s time to reflect. First of all, we would like to thank all our readers. Many thanks for your su...
Do you want to deploy your Plotly Dash App? Yeah, then this article is for you.
ChatGPT has impressively demonstrated the potential of AI chatbots. In the next few years, such AI chatbots will revolutionise many areas of the economy. Fra...
Data Science projects always need some kind of visualization. For the initial analysis, data scientists usually use Jupyter Notebooks and libraries like matp...
The central task of a data scientist is to analyze large amounts of data. Afterwards, the data scientist must present the results clearly, e.g. with comprehe...
Since the release of ChatGPT, everyone has been talking about Large Language Models (LLMs).
Our experience has shown that software projects are often insufficiently documented. But why? Most software projects have a limited budget and a tight schedu...
A lot has happened since the initial release of ChatGPT. In the meantime, the open-source industry has developed many powerful large language models (LLMs).
A year filled with AI innovations has come to an end, and it’s time to reflect. First of all, we would like to thank all our readers. Many thanks for your su...
Since the release of ChatGPT, large language models (LLMs) are becoming more and more popular. New LLM-powered tools come on the market almost every day.
Don’t have enough time to watch a complete earnings call of a company? Maybe you have only a few questions. Then, it’s not necessary to listen to the whole e...
Do you want to compare many quarterly reports of public companies? It’s tedious to look through all the quarterly reports by hand. An assistant would be very...
Everyone is talking about prompt engineering and how to write efficient prompts. A prompt refers to the input of the model. Many people think of this as the ...
Since the release of ChatGPT, everyone has been talking about Large Language Models (LLMs).
The Exponentially Weighted Moving Average (EWMA) is a statistical tool for modeling or describing a time series. It is commonly used in the financial industr...
The OpenBB Platform allows you to access financial data from various providers. We often use it for our investment research.
Have you ever watched the ups and downs of the stock market and wondered how you can predict the next move? Bollinger Bands, a tool to visualize volatility, ...
In the financial sector, we often deal with time series data that have a DateTimeIndex on a specific time scale, like every day or every hour.
A year filled with AI innovations has come to an end, and it’s time to reflect. First of all, we would like to thank all our readers. Many thanks for your su...
OpenBB is an open-source investment research software platform. The platform gives you access to high-quality financial market data and analytical tools. The...
A year filled with AI innovations has come to an end, and it’s time to reflect. First of all, we would like to thank all our readers. Many thanks for your su...
Do you know how to build an LLM application in a responsible way? No, then you should check out this article. We will cover some peculiarities we have learne...
Do you want to know how to get your OpenAI API Key? Yes, then this article is for you.
Everyone has been talking about Large Language Models (LLMs). ChatGPT shows the power of this phenomenal technology in an impressive way. LLMs are pre-traine...
Not long ago, everyone talked about ChatGPT, and now terms like Auto-GPT are already haunting the world. But what is Auto-GPT, and how can you use it? Auto-G...
Machine learning (ML) has great potential for improving processes and products. A challenge is to explain the predictions of the ML algorithms. Trust and tra...
Do you want to know how to create an anomaly detector using Python and TensorFlow? Then this article is for you. Credit card companies use anomaly detectors ...
TL;DR Understand and implement an artificial neural network from scratch using NumPy, learn the basics of feedforward and backpropagation, and explore the im...
Convolutional neural networks (CNNs) have been used in the industry for several years. The flexibility and handling of complex problems are what make CNNs so...
A lot has happened since the initial release of ChatGPT. In the meantime, the open-source industry has developed many powerful large language models (LLMs).
A lot has happened in the AI field since the initial release of ChatGPT. Today, state-of-the-art large language models (LLMs) can write code and support deve...
Don’t have enough time to watch a complete earnings call of a company? Maybe you have only a few questions. Then, it’s not necessary to listen to the whole e...
ChatGPT has impressively demonstrated the potential of AI chatbots. In the next few years, such AI chatbots will revolutionise many areas of the economy. Fra...
MLflow is an open source platform to manage the lifecycle of ML models end to end. It tracks the code, data and results for each ML experiment, which means y...
The smallest computer in the Jetson family is the Jetson Nano. The Jetson Nano is a small, powerful AI computer that allows you to run multiple neural networ...
MLflow is an open-source platform to manage the Machine Learning (ML) lifecycle. By using MLflow, the code, data, and results can be tracked for each ML exper...
Python is one of the most widely used programming languages in the data science field. Its popularity just keeps on growing! The data science field itself ha...
MLflow is an open source platform to manage the lifecycle of ML models end to end. It tracks the code, data and results for each ML experiment, which means y...
MLflow is an open-source platform to manage the Machine Learning (ML) lifecycle. By using MLflow, the code, data, and results can be tracked for each ML exper...
Do you need secure communication via MQTT? Yes, then this is the right article for you!
MQTT stands for Message Queuing Telemetry Transport. It is a messaging protocol for IoT devices with resource constraints. It is specialized for low bandwidt...
The smallest computer in the Jetson family is the Jetson Nano. The Jetson Nano is a small, powerful AI computer that allows you to run multiple neural networ...
Do you need a secure server? In this article, you will learn how to set up an SFTP server with Docker.
FTP (File Transfer Protocol) is a data transfer protocol for transferring files (e.g. text files, pictures or videos) via an IP network. It is an old and sol...
Project controlling is essential in data science projects, as the time required and costs are often difficult to estimate.
CRISP-DM stands for CRoss Industry Standard Process for Data Mining. The model divides a data science/data mining project into individual, clearly defined st...
Do you need secure communication via MQTT? Yes, then this is the right article for you!
MQTT stands for Message Queuing Telemetry Transport. It is a messaging protocol for IoT devices with resource constraints. It is specialized for low bandwidt...
A Progressive Web App (PWA) is a web application that has the characteristics of a native app.
PWA is the abbreviation for Progressive Web App. A progressive web app is a web application that has the characteristics of a native app. PWAs are supported ...
A Progressive Web App (PWA) is a web application that has the characteristics of a native app.
PWA is the abbreviation for Progressive Web App. A progressive web app is a web application that has the characteristics of a native app. PWAs are supported ...
Do you want to know how to get your OpenAI API Key? Yes, then this article is for you.
ChatGPT has now been available to the public for several months. During this time, many useful use cases have been found. The ability to write code can be us...
On the Internet, you can often find PDFs or websites titled “The 100 Best Prompts to Boost Your Productivity.” These prompts are mostly for tools like ChatGP...
Everyone is talking about prompt engineering and how to write efficient prompts. A prompt refers to the input of the model. Many people think of this as the ...
Python is one of the most popular programming languages for applied finance and machine learning. In the financial sector, a lot of data is available as time...
Time series analysis is a powerful statistical method used in many industries, such as finance, healthcare, energy, and marketing.
TimescaleDB is an open-source relational database for time-series data. It uses full SQL, but scales in a way that was previously reserved for NoSQL database...
TimescaleDB is an open-source relational database for time-series data. It uses full SQL, but scales in a way that was previously reserved for NoSQL database...
PWA is the abbreviation for Progressive Web App. A progressive web app is a web application that has the characteristics of a native app. PWAs are supported ...
A large amount of data is available on the web. Third-party applications can access this data via an application programming interface (API). Such services a...
Not long ago, everyone talked about ChatGPT, and now terms like Auto-GPT are already haunting the world. But what is Auto-GPT, and how can you use it? Auto-G...
R is widely used in business and science as a data analysis tool. The programming language is an essential tool for data-driven tasks. For many Statisticians...
Convolutional neural networks (CNNs) have been used in the industry for several years. The flexibility and handling of complex problems are what make CNNs so...
Convolutional neural networks (CNNs) have been used in the industry for several years. The flexibility and handling of complex problems are what make CNNs so...
Lifelong learning is essential for personal growth and professional success in our ever-changing world. Be open to new insights and perspectives!
Cross-validation (CV) is a statistical test procedure based on resampling. It is an essential tool in modern statistics. Resampling refers to repeatedly taki...
The bootstrap method is a resampling technique in which one draws many samples again from one sample. It is used to estimate summary statistics like the mean...
Our experience has shown that software projects are often insufficiently documented. But why? Most software projects have a limited budget and a tight schedu...
Everyone has been talking about Large Language Models (LLMs). ChatGPT shows the power of this phenomenal technology in an impressive way. LLMs are pre-traine...
The central task of a data scientist is to analyze large amounts of data. Afterwards, the data scientist must present the results clearly, e.g. with comprehe...
TL;DR Understand and implement an artificial neural network from scratch using NumPy, learn the basics of feedforward and backpropagation, and explore the im...
Do you want to know how to create an anomaly detector using Python and TensorFlow? Then this article is for you. Credit card companies use anomaly detectors ...
Do you want to know how to create an anomaly detector using Python and TensorFlow? Then this article is for you. Credit card companies use anomaly detectors ...
Do you often look for errors in software components that could prevent with a better testing strategy?
Everyone has been talking about Prompt Engineering! But it has several limitations! For example, the model always decides based on the training data (often a...
Do you know this? You want to learn something new, but you don’t know where to start. This is how we felt when we wanted to understand distributions mathemat...
Project controlling is essential in data science projects, as the time required and costs are often difficult to estimate.
This article describes an example project in the context of stock trading. Can we predict with an AI model whether a stock goes up or down the next day? It i...
Machine learning (ML) has great potential for improving processes and products. A challenge is to explain the predictions of the ML algorithms. Trust and tra...
Have you ever watched the ups and downs of the stock market and wondered how you can predict the next move? Bollinger Bands, a tool to visualize volatility, ...
Linear Regression is a simple statistical regression method, making it perfect for beginners in predictive analysis.
A lot has happened since the initial release of ChatGPT. In the meantime, the open-source industry has developed many powerful large language models (LLMs).
A lot has happened since the initial release of ChatGPT. In the meantime, the open-source industry has developed many powerful large language models (LLMs).
Ensemble methods are a powerful approach in machine learning that combines multiple models to create a more robust and accurate model.