ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
  • Writing a simple lexical analyzer for SQL - Part 3

    calendarJan 10, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we elucidate finite automata, a fundamental data structure essential for lexical analysis.
    Read more about Nicolas Descartes
  • Writing a simple lexical analyzer for SQL - Part 2

    calendarJan 10, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we explore the theoretical concepts essential for a precise understanding of the underlying mechanisms of a lexical analyzer.
    Read more about Nicolas Descartes
  • Writing a simple lexical analyzer for SQL - Part 1

    calendarJan 10, 2024 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Commencing today, we embark on a concise series delving into lexical analysis, with a specific emphasis on SQL. The aim is to unveil the intricacies of how a query compiler within a RDBMS operates, unraveling its ability to comprehend the underlying meaning of a query and discern the user's intended objectives.
    Read more about Nicolas Descartes
    • ««
    • «
    • 8
    • 9
    • 10
    • 11
    • 12
    • »
    • »»

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.
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