This commit is contained in:
parent
367ec7d511
commit
71fba52c32
@ -5,6 +5,7 @@ from sklearn import preprocessing
|
||||
from sklearn.linear_model import LinearRegression
|
||||
from sklearn.metrics import mean_squared_error
|
||||
import tensorflow as tf
|
||||
from tensorflow import keras
|
||||
from tensorflow.keras.layers import Input, Dense, Activation,Dropout
|
||||
from tensorflow.keras.models import Model
|
||||
from tensorflow.keras.callbacks import EarlyStopping
|
||||
|
@ -3,5 +3,6 @@ pandas==1.2.4
|
||||
numpy==1.19.2
|
||||
sklearn
|
||||
tensorflow==2.4.1
|
||||
keras
|
||||
jinja2==2.11.3
|
||||
matplotlib
|
Loading…
Reference in New Issue
Block a user