How do I output an object but have a string input? #882
Unanswered
RedCrafter07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there.
I am getting started with brain.js and I wanted to make a program which takes different date inputs, e.g.
09.12.2022 at 18:34
and outputs:
I have generated some data using fakerjs. A different format could be:
Dynamic drawing 10.03.2022 in 3213 Bode Square Suite 265
And the expected output:
I did use JSON here, as I saved the training data to a JSON file.
Any ideas which network I should use and how to achieve this goal?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions