View RSS Feed

Recent Blogs Posts

  1. Leaked RTX 4090 Benchmark Shows 2X Uplift Over RTX 3090

    by , 09-15-2022 at 06:18 AM


    Nvidia’s flagship Ada Lovelace GPU is primed for launch at GTC next month, and more benchmarks have leaked out showing what an absolute beast it’s rumored to be. A new benchmark score from Time Spy Extreme aligns with previous leaks, showing the card to be twice as powerful as the RTX 3090. This leak also includes some tantalizing info on clock speeds and full-load temperatures as well.
    ...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 19): Association rules using MQL5

    by , 09-15-2022 at 02:11 AM
    In the previous article, we started learning association rules mining algorithms which belong to unsupervised learning methods. We have considered two algorithms for solving this type of problems: Apriori and FP Growth. The bottleneck of the Apriori algorithm is its large number of database calls aimed at determining the support of Frequent Pattern candidates. The FP Growth method solves this issue by building a tree which includes the entire database. All further operations are carried out
    ...
    Categories
    Uncategorized