Best of Deep LearningMay 2023

  1. 1
    Article
    Avatar of inPlainEngHQPython in Plain English·3y

    Best Tools for Python Developers in 2023

    Best Tools for Python Developers in 2023: Helios, PyCharm, Django, Poetry and more. Helios is a developer platform that provides actionable insight into your Python application flow. Python has become one of the most popular programming languages over the past few years.

  2. 2
    Article
    Avatar of medium_jsMedium·3y

    Neural Networks Mathematics: From Beginner to Pro

    A blog simplifying artificial neural network math and explaining backpropagation and stochastic gradient descent in neural networks.

  3. 3
    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.

  4. 4
    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.

  5. 5
    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.