Building a Conversational Voice Bot with Azure OpenAI and Python: The Future of Human and Machine Interaction
Learn how to build a conversational voice bot in Python with the latest models from Azure OpenAI and Azure AI Spech Services.
36 tutorials
Learn how to build a conversational voice bot in Python with the latest models from Azure OpenAI and Azure AI Spech Services.
In this step-by-step tutorial, we show how to generate detailed OpenAI DALL-E prompts using ChatGPT in Python.
By using machine learning and Python, businesses can predict equipment failures before they happen and optimize their maintenance cycles.
In this tutorial, we will use Python and the scikit-learn library to apply hierarchical clustering to a dataset of customer data.
This tutorial gives an overview of Facebook Prophet and shows how to use the framework in Python to create a univariate time series forecast.
This article combines blockchain data and historic crypto prices from CryptoCompare in a comprehensive on-chain analysis using Python.
The Python library Pandas is a useful package that makes it easy to access a variety of popular data sources on the Internet.
This guide provides tips on feature exploration, engineering, and selection for machine learning using Python and Scikit-Learn
This article shows how to employ a bag of words model and cosine similarities to create a content-based movie recommender with Python.
This tutorial shows how to use affinity propagation to analyze asset clusters in the crypto market using Python.
Learn how to use Random Search to tune the model hyperparameters of a Random Forest with Python that predicts house sale prices.
This tutorial teaches the basics of Big Data analytics with Pyspark, based on the ingestion, processing, and analysis of Zurich weather data.
This tutorial develops a multi-output regression model in Python that generates a multi-day stock market forecast for the S&P500
This tutorial presents k-mean clustering and how to perform a cluster analysis on synthetic data with Python and Scikit-Learn.
This article describes multivariate anomaly detection in the example of credit card fraud using Random Isolation Forests in Python
In this article, we will create a Twitter signal bot in Python that analyzes crypto prices for notable events and notifies users on Twitter.
The Gate.io API provides access to market prices of a variety of cryptocurrencies. Learn to retrieve price data via the API using Python.
This article predicts crime types in San Francisco with the XGboost classifier in Python and displays them on a crime map of SF
This Python tutorial shows how to use Auto-ARIMA for time series forecasting using the example of forecasting beer sales.
Create color-coded cryptocurrency price charts with Python to visualize the lag between price points and the bitcoin halving.
Discover how you can use the twitter API to access tweets and images from twitter with Python and use them in your data science project.
Learn about image classification with deep learning and develop a convolutional neural network that distinguishes between cats and dogs!
This tutorial shows how to build a customer churn prediction model in telecommunications. We will use Python and measure feature importance.
Learn how to tune the model hyperparameters of a Random Forest that predicts the survival of Titanic passengers using grid search in Python.
Feature engineering for multivariate time series models using the example of stock market forecasting with Python and Keras Neural Networks.
This article deals with sentiment analysis and shows how to build a sentiment classifier using logistic regression and naive Bayes in Python.
This tutorial shows how to model a multivariate time series using a recurrent neural network to forecast the stock market.
Learn to use logistic regression to solve two-class prediction problems in Python by classifying online shoppers' purchase intentions.
This tutorial presents six regression error metrics to measure model performance and shows how to implement them with Python and Scikit-learn
This article shows how to create a rolling multi-step forecast for a rising sine curve using Keras neural networks with lstm layers in Python
Geographic heat maps are powerful to visualize spatial data. Learn to use heat maps with Python and GeoPandas to visualize COVID-19 data
COVID-19 has had a strong impact on the global stock market. We can measure this influence with a stock market correlation matrix in Python.
This tutorial shows how to adjust prediction intervals in time series forecasting using Keras recurrent neural networks and Python.
This article shows how to train a univariate neural network model for stock market forecasting with Python and Scikit-learn.
This article shows how to access remote data sources via REST APIs in Python. Two examples are given: Using Pandas Webreader and Requests.
Get started with Python Machine Learning and set up the Anaconda Python Environment and Python packages, incl. Jupyter Notebooks.