#tutorial
Read more stories on Hashnode
Articles with this tag
Today's post will try to answer the question: What is the difference between a tensor and a matrix? The Matrix If you have a basic understanding of...
Roboflow has a great playground of models for computer vision, including object detection and tracking. Their web interface allows you to create...
One time, somebody asked me if it was possible to transcribe call center conversations to text so they later be analyzed for quality purposes. This is...
Male and Female Weight Let's suppose we collected some data from some University students. We asked every student their gender (Male = M, Female = F)...
Low-level use of TensorFlow to recommend unseen movies to users. ยท Introduction A content-based recommender is a type of system that makes...
My base stack for deep learning is Tensorflow, but PyTorch has been growing exponentially. Therefore I am going to start exploring PyTorch more and...