Combat 26: TCN time series prediction: time series prediction of TCN network causal convolution actual combat complete code data video explanation can be run directly

Video explanation:

Time Series Prediction of TCN Network Causal Convolution_哔哩哔哩_bilibili

The result display:

Data Display:

code:

import pandas as pd
import numpy as np
import math
from matplotlib import pyplot as plt
from matplotlib.pylab import mpl
import tensorflow as tf
from sklearn.preprocessing import MinMaxScaler
from keras import backend as K

Guess you like

Origin blog.csdn.net/pythonyanyan/article/details/131947506