TLDR; You can simply use: useQuery<SerializeFrom<typeof loader>>
3 posts tagged with "Code"
View All TagsNotes from the Mystery Machine Bus
What follows is an exact repost/mirror of Steve Yegge's 2012 post "Notes from the Mystery Machine Bus" from Google+ on the software risk aversion axis. It's not even accessible from the WaybackMachine. Enjoy.
The Only 4 Deep Learning Frameworks That Matter
Let me get this off my chest right off the bat: Keras is all you need for 90% of neural network applications. Before jumping in, you should understand what is going on with neural networks(watch 3Blue1Brown's videos).
Ideally, you can understand all the math behind them and code a basic one from scratch (read Nielsen's Neural Networks and Deep Learning).
But for most cases, even understanding is unnecessary with all the pretrained models frameworks ship with nowadays.
But, assuming you're not a n00b and you need to do more beyond just classifying 2D images or recognizing characters, here are the Deep Learning/ Neural Network frameworks can best fit your use case.