Currently we find ourselves in the middle of the hype surrounding Artificial Intelligence (AI) and all its buzzwords.
It's natural to feel that ...
For further actions, you may consider blocking this person and/or reporting abuse
thank! done
Thanks for this great article.
It was useful to recall many concepts from University.
Also I like that you are using Ruby!
PS: You should add a license (e.g. MIT) to your Git repo.
thanks Marco! I’m not expert in licensing, why do you think should MIT? Thanks for the feedback!
What a great read Leandro! Thank you for sharing 😊
Thanks for your feedback, Roman!
thi is wrong input and output data
xor have 2 input value not 3?
ok:
inputs = [[0, 0], [0, 1], [1, 0], [1, 1]]
targets = [[0], [1], [1], [0]]