An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: smoothing-methods

GuillaumeBiessy/WH

Revisiting Whittaker-Henderson Smoothing

Language: R - Size: 11.3 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 12 - Forks: 0

StarlangSoftware/NGram

Ngrams with Basic Smoothings

Language: Java - Size: 3.48 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 5 - Forks: 4

ShuninYu/SmooScroll

平滑滚动页面 | Smooth your scroll

Language: JavaScript - Size: 276 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

sukiboo/smoothing_based_optimization

Implementation of smoothing-based optimization algorithms

Language: Python - Size: 5 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

Windere/ASGL-SNN

Offical implementation of "Adaptive Smoothing Gradient Learning for Spiking Neural Networks", ICML 2023

Language: Python - Size: 143 MB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 22 - Forks: 1

gmgeorg/pypress

PRESS: Predictive State Smoothing in Python (tf.keras)

Language: Jupyter Notebook - Size: 1.83 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

StarlangSoftware/NGram-Cy

Ngrams with Basic Smoothings

Language: Cython - Size: 2.23 MB - Last synced at: 14 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

mayankmittal29/SmoothLM---N-gram_Language_Modeling_with_Smoothing

An implementation of n-gram language models with various smoothing techniques for natural text generation and analysis with tokenization and perplexity calculations

Language: Python - Size: 9.75 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

StarlangSoftware/NGram-Js

Ngrams with basic smoothing.

Language: TypeScript - Size: 2.17 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

StarlangSoftware/NGram-Py

Ngrams with Basic Smoothings

Language: Python - Size: 2.19 MB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 19 - Forks: 16

StarlangSoftware/NGram-CS

Ngrams with Basic Smoothings

Language: C# - Size: 2.2 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 5 - Forks: 0

StarlangSoftware/NGram-CPP

Ngrams with Basic Smoothings

Language: C++ - Size: 4.29 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 7 - Forks: 2

leovidith/Smoothing-Techniques-NLP

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

abhishek21441/NLP-Assignments

Assignments of the course CSE 556 - Natural Language Processing

Language: Jupyter Notebook - Size: 22.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jrjthompson/R-package-nonsmooth

Functions for conducting regression estimation on nonsmooth data

Language: R - Size: 608 MB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AhmedAbdelaal2001/Homomorphically-Encrypted-SIFT

A secure Image Processing pipeline based on Homomorphic Encryption, capable of performing various central tasks. Most notably, it includes matching encrypted images using the SIFT algorithm.

Language: Jupyter Notebook - Size: 87 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

stevenbischoff/Smoothing-Temperature-Data

Developing a novel technique to automatically smooth temperature data

Size: 5.81 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HasanatJahan/NLP-MLE-Language-Models

Language: Python - Size: 5.21 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

caiselvas/language-identification

An NLP project leveraging character trigrams and smoothing techniques (Lidstone, Linear Discounting, Absolute Discounting) for language identification. Trained on for Spanish, Italian, English, French, Dutch, and German, achieving 99.8932% accuracy. Includes datasets, model parameters, and comprehensive documentation.

Language: Jupyter Notebook - Size: 75.2 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MehmetZahidGenc/Image-Processing-Resources

Created by Mehmet Zahid Genç

Language: Jupyter Notebook - Size: 6.3 MB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sukiboo/mollifier_smoothing

Numerical optimization via mollifier smoothing

Language: Python - Size: 49.8 KB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

arashzjahangiri/SmoothingImage

OpenCV, apply 'Homogeneous', 'Gaussian' filter on image.

Language: C++ - Size: 243 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ChinmayMittal/ELL881

Course Repository for ELL881 (Special Topics:Modern Natural Language Processing), 6th Semester, 2023, IITD

Language: Jupyter Notebook - Size: 47.4 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Abhi7410/NLP-Spring23

Language: Jupyter Notebook - Size: 177 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Priyansh2/Spelling-and-Grammatical-Error-Correction

Built a system from scratch in Python which can detect spelling and grammatical errors in a word and sentence respectively using N-gram based Smoothed-Language Model, Levenshtein Distance, Hidden Markov Model and Naive Bayes Classifier.

Language: Jupyter Notebook - Size: 1.22 GB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 3

joshualoehr/ngram-language-model

Python implementation of an N-gram language model with Laplace smoothing and sentence generation.

Language: Python - Size: 3.36 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 53 - Forks: 22

oguzerdo/time-series-approaches

Language: Jupyter Notebook - Size: 5.96 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

alucic2/cluster_htrc

Identifying the boundaries of main content of fiction and non-fiction works in the HathiTrust Extracted Features dataset.

Language: Jupyter Notebook - Size: 240 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

StarlangSoftware/NGram-Swift

NGram with basic smoothing

Language: Swift - Size: 2.18 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

luckystarufo/PyNumDiff Fork of florisvb/PyNumDiff

Methods for numerical differentiation of noisy data in python

Language: Python - Size: 125 MB - Last synced at: 24 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Priyansh2/ire_final_project

Developed N-gram based and LSTM based Language Models for various channels of social media

Language: Python - Size: 2.04 GB - Last synced at: 9 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

Related Keywords
smoothing-methods 31 good-turing-smoothing 9 laplace-smoothing 9 ngram-language-model 9 ngram 8 nlp 7 language-model 4 machine-learning 3 edge-detection 2 image-processing 2 opencv 2 time-series 2 optimization 2 gradient-free-optimization 2 n-gram-language-models 2 smoothing 2 python3 2 natural-language-processing 2 bigram-model 2 kneser-ney-smoothing 1 lstms 1 ner 1 bert 1 elmo-embedding 1 smoothing-algorithm 1 kneser-ney 1 opencv4 1 lstm-neural-network 1 cpp11 1 cpp 1 blurring 1 mollifier-smoothing 1 thresholding 1 template-matching 1 morphological-image-processing 1 low-pass-filters 1 linear-transformations 1 intensity-transform 1 image-transformations 1 image-sharpening-algorithm 1 image-sharpening 1 image-gradient 1 histogram-equalization 1 high-pass-filters 1 fourier-transform 1 colorspaces 1 lstm-neural-networks 1 forecasting-models 1 machine-learning-forecasting 1 statistical-time-series 1 clustering-algorithm 1 clustering-analysis 1 detecting-paratext-boundaries 1 digital-libraries 1 extracting-features 1 scanned-documents 1 kalman-filter 1 noisy-data 1 numerical-differentiation 1 total-variation-minimization 1 data-preprocessing 1 deep-learning 1 lstm 1 nlp-machine-learning 1 pos-tagging 1 svm 1 witten-bell 1 word-embeddings 1 word2vec-model 1 grammatical-error-detection 1 hmm 1 hmm-viterbi-algorithm 1 levenshtein-distance 1 naive-bayes 1 spellchecker 1 language-models 1 ngrams 1 perplexity 1 python 1 add-k-smoothing 1 interpolated-knesser-ney 1 word-generation 1 perplexity-metric 1 matplotlib 1 linear-interpolation 1 tensorflow 1 semi-parametric-regression 1 predictive-models 1 neural-network 1 mixture-model 1 kernel-smoothing 1 keras 1 spiking-neural-networks 1 snn 1 noisy-networks 1 neuromorphic-computing 1 hybrid-training 1 dvs 1 gaussian-smoothing 1 smoothscroll 1