Skip to content
#

luhn-algorithm

Here are 217 public repositories matching this topic...

Luhn算法,也被称为Mod 10算法,是数据完整性验证领域的一个重要基石。它主要用于验证各种身份编码,如信用卡号码、IMEI码,甚至包括加拿大社会保险号码,其重要性超越了其简单性。 Luhn算法的优雅之处在于其系统化的方法,用于确认身份代码的真实性。这个历史悠久的技术利用模数算术的威力创建校验和,经得起审查,实现了无缝的身份编码验证。

  • Updated Apr 3, 2024
  • Erlang

This repository contains various models for text summarization tasks. Each model has a separate directory containing the implementation code, pretrained weights, and a Jupyter notebook for testing the model on sample input texts. Feel free to use these models for your own text summarization tasks or to experiment with them further.

  • Updated Dec 27, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the luhn-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the luhn-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more