ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Building resilient .NET applications with Polly - Part 5

    calendarJan 18, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will explore what a retry strategy entails and delve into the implementation of such a strategy using Polly.
    Read More
  • Building resilient .NET applications with Polly - Part 6

    calendarJan 18, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will examine the concept of a circuit breaker, understand its utility, and explore how to implement it using Polly.
    Read More
  • Building resilient .NET applications with Polly - Part 7

    calendarJan 18, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this brief concluding post, we will explore how it is possible to concurrently combine multiple strategies, thereby constructing highly resilient .NET applications.
    Read More
  • Implementing neural networks in C# - Part 1

    calendarJan 12, 2024 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we initiate a series that explores neural networks and deep learning. The objective is to uncover the complexities of utilizing neural networks to accomplish tasks that elude other algorithms.
    Read More
  • Implementing neural networks in C# - Part 2

    calendarJan 12, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we revisit key aspects of logistic regression and highlight its limitations, thereby motivating the introduction of more powerful algorithms.
    Read More
  • Implementing neural networks in C# - Part 3

    calendarJan 12, 2024 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will explore how logistic regression can handle non-linearly separable data and take a step towards automating this process.
    Read More
  • Implementing neural networks in C# - Part 4

    calendarJan 12, 2024 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we explore how we can naturally derive neural networks from logistic regression and enable them to automatically handle complex data configurations.
    Read More
  • 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
  • Writing a simple lexical analyzer for SQL - Part 4

    calendarJan 10, 2024 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this concluding post, we will put into practice what was discussed earlier by implementing it in C#.
    Read More
    • ««
    • «
    • 7
    • 8
    • 9
    • 10
    • 11
    • »
    • »»

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