View RSS Feed

All Blog Entries

  1. Neural networks made easy (Part 29): Advantage Actor-Critic algorithm

    by , 12-02-2022 at 01:12 AM
    Name:  ACtestTable.png
Views: 115
Size:  26.0 KB

    We continue to explore reinforcement learning methods. In previous articles we discussed methods for approximating the Q-learning Reward function and the policy gradient function learning. Each method has its own advantages and disadvantages. It would be great to use the maximum of their advantages when building and training models. When trying to find methods minimizing the shortcomings of the algorithms used, we often try to build certain conglomerates
    ...
    Categories
    Uncategorized
  2. Population optimization algorithms: Particle swarm (PSO)

    by , 11-21-2022 at 01:43 AM
    In this article, I will try to find out if the algorithm is actually good for solving complex problems. In the classical version of the algorithm and in many of its modifications, there are significant limitations associated with the fact that the optimized function must be smooth and continuous, which means it is completely unsuitable for discrete functions. However, in line with the series of articles, all the algorithms under consideration will be changed in such a way (if there are any restrictions)
    ...
    Categories
    Uncategorized
  3. Neural networks made easy (Part 28): Policy gradient algorithm

    by , 11-20-2022 at 01:05 AM
    Name:  Qtest.png
Views: 91
Size:  13.5 KB

    We continue studying different reinforcement learning methods.
    more...
    Categories
    Uncategorized
  4. Data Science and Machine Learning (Part 09) : The K-Nearest Neighbors Algorithm (KNN)

    by , 11-19-2022 at 01:07 AM
    Name:  Knn1.png
Views: 93
Size:  73.3 KB

    K-Nearest Neighbors Algorithm is a non-parametric supervised learning classifier that uses proximity to make classifications or predictions about the grouping of an individual data point. While this algorithm is mostly used for classification problems, It can be used for solving a regression problem too, It is often used as a classification algorithm due to its assumption that similar points in the dataset can be found near one another; k-nearest neighbors
    ...
    Categories
    Uncategorized
  5. Neural networks made easy (Part 27): Deep Q-Learning (DQN)

    by , 11-14-2022 at 01:39 AM
    Name:  Discount111.png
Views: 76
Size:  3.1 KB

    In the previous article, we started exploring reinforcement learning methods and built our first cross-entropy trainable model. In this article, we continue to study reinforcement learning methods. We will proceed to the Deep Q-Learning method.
    more...
    Categories
    Uncategorized
Page 39 of 122 FirstFirst ... 29 37 38 39 40 41 49 89 ... LastLast