Using Neural Nets for Natural Language Processing
Sunday, June 2, 2019
TicTacTopia
›
I wanted to write a neural net to play tic-tac-toe. It is pretty straightforward. The input is the set of moves and the current player. The ...
Saturday, July 29, 2017
Birds can fly Penguins can't
›
There is a classic AI problem of how to represent knowledge that birds can fly and penguins can not. I explored implementing that in neural ...
Sunday, June 18, 2017
Arithmetic Expressions - Try 2
›
I am trying an RNN for try number two. The inputs will be the operators in the expression. The output of the RNN will be which operator to ...
Sunday, June 11, 2017
Arithmetic Expressions - Try 1
›
Design a neural net that can be used to evaluate arithmetic expression of the form 1+2*3-7/4 . The first try will be a neural net that takes...
Monday, March 27, 2017
Combining the Expression and Hierarchy Neural Nets
›
The next move is to combine the hierarchy and expression parser neural nets. For this I make a hierarchy where "move" and "bo...
Thursday, March 16, 2017
Parsing Natural Languages
›
I think using grammars to parse language is not useful and a dead end. I think language should be parsed using a generalization of the model...
Sunday, March 12, 2017
Parsing Expressions with Neural Nets
›
This post describes the start of using a neural net to evaluate an mathematics expression such as "1 + 2 * 3" equals "7"...
›
Home
View web version