keras 搭建神經網絡

1 簡單的迴歸 #coding=utf-8 import numpy as np np.random.seed(1337) from keras.models import Sequential from keras.layers import Dense import matplotlib.pyplot as plt # create some data X = np.linspace(-
相關文章
相關標籤/搜索