What kind of neural network do I need?
- Dominant language
- JavaScript
- Stars
- 11.2k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Hello
I am a beginner and not sure this is the correct place to post for 'support' so please forgive me ahead of time
I would like to present a scenario and ask which type of neural network I should be using to solve it and anything else I should be aware of when I implement it as a beginner to neural networks but apt user of javascript
I'm building something that would give me data about the game hearthstone, the data might look like this:
```
input:
turn_played:2
output:
card_id: EX_11
```
I've experimented with brainjs but that only accepts numerics as inputs/outputs
I would like to put those data points into the neural network so it gets an idea of what was played every turn for a game
then I would ask the neural net things like
if turn 1 had a card id of EX_13 what is most likely to be the play on turn 2?
Is there a neural network capable of guessing that information based on previous data?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.