Skip to content

Add example that uses neural net instead of Table #4

@barrybecker4

Description

@barrybecker4

TicTacToe has only a few thousand states, but for most applications the number of states will be more than will fit in memory. In those cases, some sort of approximation like nerual nets must be used.
Using a neural net on the trivial TTT example will provide some good intuition as to how the nn works and can be applied more generally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions