ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • 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
  • Leveraging Selenium, NUnit and C# for UI tests - Part 1

    calendarDec 12, 2023 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we initiate a series of articles dedicated to conducting UI tests with Selenium and C#. Our aim is to provide an introduction to this often overlooked topic and demonstrate how it can save a considerable amount of time when executed correctly.
    Read more
  • Leveraging Selenium, NUnit and C# for UI tests - Part 2

    calendarDec 12, 2023 · 8 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we establish Selenium with Visual Studio and C# and provide some practical examples.
    Read more
  • Leveraging Selenium, NUnit and C# for UI tests - Part 3

    calendarDec 12, 2023 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we demonstrate how to effortlessly obtain the C# code for testing a specific UI, thereby avoiding the cumbersome exploration of the DOM.
    Read more
  • Understanding the naïve Bayes algorithm with its implementation in C# - Part 4

    calendarDec 7, 2023 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we put the naive Bayes algorithm into practice by defining the relevant features that we will retain.
    Read more
  • Understanding the naïve Bayes algorithm with its implementation in C# - Part 3

    calendarDec 7, 2023 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we elucidate how the detection of a document's language can be accomplished using the naive Bayes algorithm.
    Read more
  • Understanding the naïve Bayes algorithm with its implementation in C# - Part 2

    calendarDec 7, 2023 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we aim to provide a concise presentation of probability theory and introduce key concepts such as independence and conditional independence.
    Read more
  • Understanding the naïve Bayes algorithm with its implementation in C# - Part 1

    calendarDec 7, 2023 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Beginning today, we embark on a series of articles focusing on the construction of a naive Bayes classifier in C# with an application to language detection. Our objective is to seamlessly integrate theoretical concepts with practical implementation, providing illustrations of the challenges involved.
    Read more
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

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