ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Implementing the Google's autocomplete feature with ngram language models - Part 3

    calendarJan 8, 2025 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will delve into the concept of probabilities, with a particular emphasis on conditional probabilities. This foundational understanding will prepare us for the next post, where we will explore n-gram language models in greater depth.
    Read More
  • Implementing the Google's autocomplete feature with ngram language models - Part 2

    calendarJan 8, 2025 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we provide a brief overview of the Google's autocomplete feature to showcase a concrete application of the concepts we are exploring.
    Read More
  • Implementing the Google's autocomplete feature with ngram language models - Part 1

    calendarJan 8, 2025 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we launch a series of articles delving into the implementation of the Google's autocomplete feature (we will detail later what it is exactly). More broadly, our aim is to explore the n-gram language model, shedding light on how to predict and generate sentence endings based on their beginnings. Our goal …
    Read More
  • Neural networks for regression - a comprehensive overview - Part 1

    calendarOct 14, 2024 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we begin our journey into understanding the inner workings of neural networks for regression and how to implement them in C#.
    Read More
  • Neural networks for regression - a comprehensive overview - Part 2

    calendarOct 14, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we provide a brief overview of neural networks and discuss how to train them efficiently. We assume the reader has some prior knowledge of these data structures.
    Read More
  • Neural networks for regression - a comprehensive overview - Part 3

    calendarOct 14, 2024 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will briefly discuss how the backpropagation technique allows us to train a neural network for regression.
    Read More
  • Neural networks for regression - a comprehensive overview - Part 4

    calendarOct 14, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    After covering the intricate details of the backpropagation algorithm, we now move on to practical application by implementing a neural network for regression in C#.
    Read More
  • Neural networks for regression - a comprehensive overview - Part 5

    calendarOct 14, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    After all this effort, we will reap the rewards of our labor by demonstrating how a neural network can effectively model different functions.
    Read More
  • Neural networks for regression - a comprehensive overview - Part 6

    calendarOct 14, 2024 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    After examining how neural networks can effectively approximate non-linear functions, we will now turn our attention to their weaknesses.
    Read More
  • Neural networks for regression - a comprehensive overview - Part 7

    calendarOct 14, 2024 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this final post, we will briefly focus on how neural networks can be used in a simple real-world scenario: predicting the price of a house in the real estate market.
    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

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