ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Utilizing Bloom filters for efficient querying in large-scale datasets - Part 4

    calendarFeb 13, 2025 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will provide an informal introduction to Bloom filters using a simple analogy with a stamp collection.
    Read more about Nicolas Descartes
  • Utilizing Bloom filters for efficient querying in large-scale datasets - Part 3

    calendarFeb 13, 2025 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will briefly explore a concrete example where the techniques mentioned earlier fall short of fully addressing the problem. We will then discuss why a new solution is required.
    Read more about Nicolas Descartes
  • Utilizing Bloom filters for efficient querying in large-scale datasets - Part 2

    calendarFeb 13, 2025 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will explore various techniques for storing and querying massive amounts of data, with a particular emphasis on hashing.
    Read more about Nicolas Descartes
  • Utilizing Bloom filters for efficient querying in large-scale datasets - Part 1

    calendarFeb 13, 2025 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we are introducing a series on using Bloom filters for efficiently determining the existence of elements in large datasets. Our objective is to provide a comprehensive overview, exploring their necessity for scalable querying, analyzing their time complexity, and demonstrating a simple implementation in …
    Read more about Nicolas Descartes
  • Implementing the Google's autocomplete feature with ngram language models - Part 6

    calendarJan 8, 2025 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this final post, we will briefly examine the strengths and weaknesses of n-gram models and explore why it may be necessary to refine them for improved predictions.
    Read more about Nicolas Descartes
  • Implementing the Google's autocomplete feature with ngram language models - Part 5

    calendarJan 8, 2025 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will implement a simple n-gram model in C# using a limited corpus. This will highlight the key considerations to keep in mind when it comes to coding.
    Read more about Nicolas Descartes
  • Implementing the Google's autocomplete feature with ngram language models - Part 4

    calendarJan 8, 2025 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will build on the concepts covered in the previous posts and explore how they can be applied to n-gram language models.
    Read more about Nicolas Descartes
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
  • 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 about Nicolas Descartes
    • ««
    • «
    • 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.
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