STC-CPI-Methods / cpiclasser

Code for developing models that classify products to the CPI classification
0 stars 1 forks source link

Neural Network with one hidden layer with no activation function #1

Open manolo20 opened 5 years ago

manolo20 commented 5 years ago

Based on the model_summary results.

Is the model a neural network with one hidden layer with no activation function ("embeddings" layer) and one output layer with a softmax activation function?

After, are the weights of the "embeddings" and the "probs" layer stored and used to make predictions in new data?

rossbm commented 5 years ago

Hi Manolo:

Hope that helps!