@David S. Thanks! yeah I didn't have approval on my claimed talk yet so it forced me to rate. I decided an average rating was my safest choice. Link to presentation is now in the description :)
Can you provide your slides?
Please disregard request for slides. I found them. They're already posted here. Thank you
Can you provide the slides to this talk please?
Can you make the slides available from this talk?
Nice overview of many parts of machine learning- gave me some good ideas of quite a few tools to start trying some machine learning on my own. Thanks!
This talk was amazing- clear, concise, brief and relevant examples. Very well done, I would love to see more talks by this presenter.
Thanks for the overview of Amazon's AI technologies.
Great overview of Google's AI offerings.
@Kincaid S. Thanks for attending and for the input! I agree I think I would have liked to spend more time on further detail on Phaser.js.
An on the topic... I would like to add something I didn't stress in the talk during the code walk through. Phaser.Group is your friend! Grouping sprites allows you to manage them as a group with certain characteristics such as relative positioning on the screen. Or, with arcade physics, collision testing on the group versus iterating over each individual sprite to check collisions! That is a big win for lazy programmers like myself :)