Seems it has similar goals to the idea behind factor tables: https://github.com/RowColz/AI
DAWN: Tools for AI and Data Product Development
11–15 of 15 posts
Re: DAWN: Tools for AI and Data Product Development
#12So anyone using these tools in live/production environment?
Matei Zaharia (one of the PIs on DAWN) here. Snorkel, MacroBase and ASAP are already being used in production at several companies, and we intend to continue publishing everything as open source. We only started this lab a year ago, so a lot of the projects listed are still new.
Re: DAWN: Tools for AI and Data Product Development
#13Seems it has similar goals to the idea behind factor tables: https://github.com/RowColz/AI
I'm pretty sure that guy just reinvented nearest neighbor.
Re: DAWN: Tools for AI and Data Product Development
#14So anyone using these tools in live/production environment?
Matei Zaharia (one of the PIs on DAWN) here. Snorkel, MacroBase and ASAP are already being used in production at several companies, and we intend to continue publishing everything as open source. We only started this lab a year ago, so a lot of the projects listed are still new.
I am trying to see any sample projects to learn, if its possible pls share
Re: DAWN: Tools for AI and Data Product Development
#15Seems it has similar goals to the idea behind factor tables: https://github.com/RowColz/AI
I'm pretty sure that guy just reinvented nearest neighbor.
Finding the "nearest matching pattern" is part of just about ANY pattern matching. The devil-of-the-detail is dealing with noise, precision-loss-for-speed, generalization (compression), tuning, etc. This attempts to break such down into staff-digestible chunks.