ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Implementing neural networks in C# - Part 5

    calendarJan 12, 2024 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will explore how to train the neural network and introduce the famous backpropagation algorithm for that purpose.
    Read more
  • Implementing neural networks in C# - Part 6

    calendarJan 12, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will translate theory into practice by implementing a basic neural network in C#, observing its functionality on the dataset introduced at the outset of this series.
    Read more
  • Comparing K-Means and others algorithms for data clustering - Part 1

    calendarJan 3, 2024 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Beginning today, we are initiating a series of articles on data clustering, featuring a comparison of significant algorithms in the field (in particular K-Means and DBSCAN). Our goal is to blend theoretical concepts with practical implementation (in C#), offering clear illustrations of the associated challenges.
    Read more
  • Comparing K-Means and others algorithms for data clustering - Part 2

    calendarJan 3, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we offer a concise overview of clustering, delve into the accompanying challenges, and introduce various state-of-the-art algorithms.
    Read more
  • Comparing K-Means and others algorithms for data clustering - Part 3

    calendarJan 3, 2024 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    Before delving into the C# implementation of the three algorithms, we will briefly outline the logical structure of the Visual Studio project in this post.
    Read more
  • Comparing K-Means and others algorithms for data clustering - Part 4

    calendarJan 3, 2024 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will witness the most widely used clustering algorithm in action and assess its sensitivity to outliers and irregular shapes.
    Read more
  • Comparing K-Means and others algorithms for data clustering - Part 5

    calendarJan 3, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we continue our exploration by examining the characteristics of hierarchical clustering.
    Read more
  • Comparing K-Means and others algorithms for data clustering - Part 6

    calendarJan 3, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this concluding post, we will explore the DBSCAN algorithm and demonstrate how it can be employed to alleviate the limitations of both K-Means and hierarchical clustering.
    Read more
  • Truly understanding logistic regression - Part 4

    calendarDec 28, 2023 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this final post, we will apply in practice the concepts we've discussed by implementing logistic regression using the ML.NET framework.
    Read more
  • Truly understanding logistic regression - Part 3

    calendarDec 28, 2023 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will outline the process of training the logistic regression algorithm.
    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