Best of Computer VisionMay 2023

  1. 1
    Article
    Avatar of medium_jsMedium·3y

    Build your own face recognition system with python in minutes

    Build your own face recognition system with python in minutes. The concept is known as one shot learning. It is different from traditional image recognition models in a sense, that you are only required to have one picture of a person whom you want to recognize, and you don't need to ‘train the model’ to recognize.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    The Difference Between AI and Machine Learning

    Artificial Intelligence is a field which contains a lot of sub-fields, including Machine Learning. Machine Learning is not the same thing as Artificial Intelligence, but rather a part of it – like a cog amongst many cogs that makes up the machine which is Artificial Intelligence. I'll explain how Machine Learning fits into AI as a field.

  3. 3
    Article
    Avatar of taiTowards AI·3y

    Understanding LangChain 🦜️🔗: PART 1

    Langchain is an innovative framework that is revolutionizing the way we develop applications powered by language models. Langchain uses the language models to interact and adapt to their environment with ease. The idea here is to chain every module in one chain and, at last, use that chain to call all modules at once.

  4. 4
    Article
    Avatar of hrbHEARTBEAT·3y

    Understanding Popular Algorithms in Deep Learning

    Deep learning allows machines to learn from vast amounts of data and carry out complex tasks that were previously only considered possible by humans. Deep learning is based in algorithms that let computers learn from data and get better over time. In this article, we will examine some different popular deep learning algorithms and how they operate.