ah, missed this.
(a) Think of Bind as no-code LLM app development platform using any open source models or paid APIs. There are atleast 10 good LLM/vision models, which are not OpenAI.
(b) You can create a custom API for data extraction etc (instead of an assistant)
(c) You can deploy a private instance for your company.
OpenAI - will only solve for OpenAI models and capabilities.
MS Copilot Studio - Seems focused on MS customers.
Good attempt. It isn't clear if it's for ordering meals or getting recipes.
Plug in some LLM into this to make it more dynamic.
Personally, I don't think I'd pay $2 for getting recipes.
I typically get NYT cooking emails which are pretty good.
- using layers of random forests (trained successively rather than end-to-end). Random forests are commonly used for feature engineering in a stack of learners.
- unsupervised deep learning with modular-hierarchical matrix factorization, over matrices of mutual information of the variables in the previous layers (something I've personally worked on; I'd be happy to share more details if you're interested).
Not particularly. The desire of neural networks here are the non linear transforms you can do with the data. There's definitely some appeal and things to try here though. Gradient boosted trees and other attempts to augment random forest are pretty main stream though.
Nit: gradient boosting isn't an 'augmentation' of random forests - if anything, it's the other way round. AdaBoost is from 1995, the GBM paper was 1999, and Breiman's random forest paper in 2001 explicitly couches it as an enhancement to AdaBoost.