26input=Input(shape=(4,),batch_size=2)
28x=Activation(
'relu')(x)
29x=
Dense(16,activation=
'relu')(x)
30x=
Dense(8,activation=
'relu')(x)
33model=
Model(inputs=input,outputs=output)
40model.fit(x_train, y_train, epochs=3, batch_size=2)
58print(
"\n**************************************************")
59print(
" Generated code")
60print(
"**************************************************\n")
62print(
"**************************************************\n\n\n")
81print(
"Inference output:", y)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.