Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is simple neural network with an input layer (4 words)

one hidden layer of 2 nodes and a softmax output layer of 4 nodes

The input is a one-hot vector of 4 words

The weights to the hidden layer are 4x2 matrix

The output layer is a sum of the hidden layer outputs with softmax

to calculate probabilities of each word

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages