ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Implementing decision trees with the C4.5 algorithm - Part 1

    calendarDec 14, 2023 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we are launching a series of articles on decision trees, taking a progressive approach with a particular focus on the C4.5 algorithm. Our goal is to blend theoretical concepts with practical implementation (in C#), offering clear illustrations of the associated challenges.
    Read more
  • Implementing decision trees with the C4.5 algorithm - Part 2

    calendarDec 14, 2023 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we provide a precise definition of entropy to better prepare for the upcoming articles.
    Read more
  • Implementing decision trees with the C4.5 algorithm - Part 3

    calendarDec 14, 2023 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we delve into the intricacies of the ID3 algorithm, applying the knowledge we've acquired to gain a profound understanding of its workings.
    Read more
  • Implementing decision trees with the C4.5 algorithm - Part 4

    calendarDec 14, 2023 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this final article, we explore the C4.5 algorithm as an enhancement of the ID3 algorithm and how to implement it in ML.NET.
    Read more
  • Implementing decision trees with the C4.5 algorithm - Part 5

    calendarDec 14, 2023 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this final article, we demonstrate how to implement a basic version of the C4.5 algorithm in C#.
    Read more

Nicolas DESCARTES

This blog gathers the contributions of a passionate software engineer convinced that getting to the bottom of things is the best way to truly understand the big picture.

Buy me a coffee
Read more about Nicolas Descartes

Don't miss new articles

/* Real people should not fill this in and expect good things - do not remove this or risk form bot signups. */

Recent Posts

  • Understanding and leveraging Semantic Kernel - Logging and monitoring
  • Understanding and leveraging Semantic Kernel - Integrating Semantic Kernel with the MCP protocol
  • Understanding and leveraging Semantic Kernel - Unleashing the power of plugins
  • Understanding and leveraging Semantic Kernel - Using Semantic Kernel with Ollama
  • Understanding and leveraging Semantic Kernel - Building a very simple agent in a few lines of C# code
  • Understanding and leveraging Semantic Kernel - Generative AI, LLMs and others
  • Understanding and leveraging Semantic Kernel - Introduction
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Implementing Azure Key Vault
Nicolas DESCARTES

Copyright  NICOLAS DESCARTES

to-top