Hi, what do you want to do?
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Code Preparation (Regression Theory)
In this video, we will take a crash course in linear regression for TensorFlow 2.0.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Preparation and Evaluation
In this video, you will learn how to train our LeNet model.
<
br/>
This clip is from the chapter "LeNet Architecture in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
<
br/>
This clip is from the chapter "LeNet Architecture in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - LeNet Model in PyTorch
In this video, you will learn how to implement the LeNet model in PyTorch.
<
br/>
This clip is from the chapter "LeNet Architecture in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
<
br/>
This clip is from the chapter "LeNet Architecture in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Custom NN Module
In this video, you will learn how to write a custom NN (Neural Network) module.
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using...
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Deep Neural Network
In this video, you will learn how to write a deep neural network.
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Building the First Neural Network
In this video, you will learn how to build your first neural network.
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet Section Summary
In this video, we will summarize what we have learnt in this section.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - (The Dangers of) Prophet for Stock Price Prediction
In this video, we will work with Prophet for stock price prediction.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet: Multiplicative Seasonality, Outliers, Non-Daily Data
In this video, we will work on multiplicative seasonality, outliers, and non-daily data with Prophet.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Changepoint Detection
In this video, you will learn how to detect changepoint with Prophet.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Cross-Validation
In this video, you will learn how to do cross-validation with Prophet.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Holidays and Exogenous Regressors
In this video, you will learn how to add holidays and exogenous regressors to our data.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Fit, Forecast, Plot
In this video, you will learn how to fit, forecast, and plot our data.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet: Code Preparation
In this video, we will go through the code structure for Prophet.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - How Does Prophet Work?
In this video, we will understand concepts behind Facebook Prophet and understand how it works.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Walk-Forward Validation
In this video, we will discuss the concept of walk-forward validation.
<
br/>
This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
<
br/>
This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - The Naive Forecast and the Importance of Baselines
In this video, we will discuss baselines and naïve forecast.
<
br/>
This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
<
br/>
This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Time Series Basics Section Introduction
In this video, we will get introduced to time series and understand some basics.
<
br/>
This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In...
<
br/>
This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Introduction
In this video, we will introduce Facebook Prophet and understand the course learning objective.
<
br/>
This clip is from the chapter "Welcome" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
<
br/>
This clip is from the chapter "Welcome" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Manager
This video explains the pedometer manager.<br<br/>/>
This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Stocks App Introduction and Model
This video explains a stock app widget.
<
br/>
This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the custom configuration...
<
br/>
This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the custom configuration...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Model
This video explains the exchange rate model.<br<br/>/>
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer App Folder
This video explains the pedometer app folder.<br<br/>/>
This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Country Model
This video explains the country model.<br<br/>/>
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.