Home
last modified time | relevance | path

Searched refs:x_train (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb330 "x_train, x_test, x_validate = np.split(x_values, [TRAIN_SPLIT, TEST_SPLIT])\n",
334 "assert (x_train.size + x_validate.size + x_test.size) == SAMPLES\n",
337 "plt.plot(x_train, y_train, 'b.', label=\"Train\")\n",
437 "history_1 = model_1.fit(x_train, y_train, epochs=500, batch_size=64,\n",
1767 "history = model.fit(x_train, y_train, epochs=500, batch_size=64,\n",
3000 " yield([x_train[i].reshape(1, 1)])\n",