© 2022 Hashnode
#deep-learning
Andrey Vasnetsov, Co-founder and CTO at Qdrant has shared about vector search and applications with Learn NLP Academy. The video record of the discussion is available on YouTube by this link 🔗 He co…
It's going to be fun Trust me 😂 Why ?🤷♂️ You see I wanted to do a project with Transfer Learning But it also needs to be interesting for the humans who are going to read this Then I suddenly got an…
#kafka So the tool is kafka Apache Kafka is a distributed streaming system used for event stream processing, real-time data pipelines, and stream processing at scale. Apache Kafka consists of a storage layer and a compute layer that combin…
While learning machine learning, the advice you get most is to create end-to-end projects or atleast deploy models for showcasing. Now as the model size is less for conventional ML models, it's easier…
Threads, Blocks and Grids A thread is a single "process" on GPU. Any given GPU kernel can use blocks of threads, grouped into a grid of blocks. A kernel is executed as a grid of blocks of threads. Eac…
Artificial Intelligence (AI) AI basically helps us to enable the machine to think by itself without human intervention. The machine will be able to take its own decision. e.g Self-driving cars or ap…
What is Satellite Imaging? Isn't this a self-explanatory word "Imaging" ? the process of making a visual representation of something by scanning it with a detector or electromagnetic beam NO! (at l…
Artificial Intelligence has witnessed monumental growth in the last decade. Instead of being labelled as ‘the future’, it is now very much a part of our daily lives in small yet distinct ways. A few n…
What is Artificial Intelligence A sub-field of computer science. It is an intelligence demonstrated by machines in contrast to the natural intelligence displayed by humans. It is often used to describ…
What is Data Science? Data Science is all about using various techniques, and algorithms to analyze large amounts of datasets (both structured & unstructured), to extract useful data insights, thus a…