Martina Pugliese
Martina Pugliese
https://subscription.packtpub.com/book/application_development/9781783988204/1/ch01lvl1sec11/linear-filters-in-opencv
This to be added to the toolbox section. From a notebook I had on the topic (attaching notebook itself, in Markdown [tensorflow.md](https://github.com/martinapugliese/tales-science-data/files/6330740/tensorflow.md) )
other reference great https://www.youtube.com/watch?v=8idr1WZ1A7Q it does * laplace rule of succession for ratings of sellers online in general the channel has very good videos on stuff, included probability
From the notebook I had on this "FastText is an extension to Word2Vec proposed by Facebook in 2016. Instead of feeding individual words into the Neural Network, FastText breaks words...
> TODO from this: https://medium.com/airbnb-engineering/listing-embeddings-for-similar-listing-recommendations-and-real-time-personalization-in-search-601172f7603e > stress the switch from high-dim representations (sparse matrices) to neural approaches (dense low-dim representations) > embeddings can also be trained from sequences of user...
From the notebook I had (part of this is already in the existing page, you need to check what isn't): Convolutional neural networks (*CNNs*) are networks that contain some layers...
From the notebook I had on this: # Object detection ## Algorithms * YOLO * You only look once * One of the fastest, the other option is SSD (single...