Research Engineering at EdgeImpulse
📚 What are you top general Machine Learning books ?
I would say:
📘 Deep Learning - Goodfellow, Bengio and Courville
📗 Artificial Intelligence: A Modern Approach - Russel & Norvig
📙 Pattern Recognition and Machine Learning - Bishop
#AI #ML #MachineLearning #book #books #recommendations #academia #question #discussion #media
@mat_kelcey this is very interesting, thanks for the heads up. We might even have a story to (optionally) use jax at training time for some specific estimators:
- either via the Array API spec that JAX might want to target at some point: https://scikit-learn.org/dev/modules/array_api.html#array-api
- or for Cython powered estimators, via a new plugin system: https://github.com/scikit-learn/scikit-learn/pull/24826
"solving cartpole... by evolving the raw bytes of a 1.4KB tflite microcontroller serialised model"
microcontroller models are so small you can just run a genetic algorithm directly against the bytes of the serialised model! :D
who needs gradient descent anways?
the clever elephant asks mr dizzy "what's small and furry and likes cheese?" time stretched from 2sec to 23 min.
the main use case for dropout is as a form of regulariser. but what if we used it instead to a make a model that's robust to having different combos / forms of the input? we could then use a genetic algorithm to trade off input complexity to performance, all with a single model...