paul-tqh-nguyen / reuters_topic_labelling

Deep learning to automatically label Reuter's articles with the relevant topics.
1 stars 0 forks source link

Implement a dense layers neural network #29

Closed paul-tqh-nguyen closed 4 years ago

paul-tqh-nguyen commented 4 years ago

Implement a simple dense neural network.

Just a bunch of linear layers that truncates the input to a fixed length.

paul-tqh-nguyen commented 4 years ago

https://github.com/paul-tqh-nguyen/reuters_topic_labelling/commit/414d882c0c5d1e9067b713f451a52b94645392df accomplishes this task.