parent
1970bcf14e
commit
323b9fd6df
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ train_data, test_data = df.randomSplit([0.8, 0.2], 100)
|
|||
|
||||
### 3. Define NCF model
|
||||
|
||||
This example defines NCF model in the _Creator Function_ using TensroFlow 2 APIs as follows.
|
||||
This example defines NCF model in the _Creator Function_ using TensorFlow 2 APIs as follows.
|
||||
|
||||
```python
|
||||
from tensorflow import keras
|
||||
|
|
|
|||
Loading…
Reference in a new issue