ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • 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
  • 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
  • Data modeling in Azure CosmosDb - Part 1

    calendarDec 4, 2023 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we are commencing a series of articles on modeling data in document-oriented databases with a progressive approach and a particular focus on Azure CosmosDB. Our goal is to blend theoretical concepts with practical implementation, offering clear illustrations of the associated challenges.
    Read More
    • ««
    • «
    • 10
    • 11
    • 12
    • 13
    • 14
    • »
    • »»

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. Follow @EOCS_Descartes
Read More

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

  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Implementing Azure Key Vault
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Implementing managed identities
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - The traditional approach and its drawbacks
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Introduction
  • Engineering a compiler through examples: building a mathematical expression engine - Part 6
  • Engineering a compiler through examples: building a mathematical expression engine - Part 5
  • Engineering a compiler through examples: building a mathematical expression engine - Part 4
  • Engineering a compiler through examples: building a mathematical expression engine - Part 3
Nicolas DESCARTES

Copyright  NICOLAS DESCARTES

to-top