smoothing-methods
There are 33 repositories under smoothing-methods topic.
joshualoehr/ngram-language-model
Python implementation of an N-gram language model with Laplace smoothing and sentence generation.
StarlangSoftware/NGram-Py
Ngrams with Basic Smoothings
Windere/ASGL-SNN
Offical implementation of "Adaptive Smoothing Gradient Learning for Spiking Neural Networks", ICML 2023
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.
GuillaumeBiessy/WH
Revisiting Whittaker-Henderson Smoothing
prigarg/Bigram-Language-Model-from-Scratch
A Bigram Language Model from scratch with no-smoothing and add-one smoothing. Outputs bigram counts, bigram probabilities and probability of test sentence.
StarlangSoftware/NGram-CPP
Ngrams with Basic Smoothings
StarlangSoftware/NGram
Ngrams with Basic Smoothings
StarlangSoftware/NGram-CS
Ngrams with Basic Smoothings
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.
tohid-yousefi/Gdz_Elektrik_Datathon_2023_Time_Series
In this section, we will perform time series analysis by participating in the Gdz Elektrik Datathon 2023 competition.
ChinmayMittal/ELL881
Course Repository for ELL881 (Special Topics:Modern Natural Language Processing), 6th Semester, 2023, IITD
gmgeorg/pypress
PRESS: Predictive State Smoothing in Python (tf.keras)
sukiboo/smoothing_based_optimization
Implementation of smoothing-based optimization algorithms
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.
StarlangSoftware/NGram-Cy
Ngrams with Basic Smoothings
StarlangSoftware/NGram-Js
Ngrams with basic smoothing.
yash0422/Python-for-Data-Science-ML
SUPERVISED LEARNING: REGRESSION: Linear - Polynomial - Ridge/Lasso CLASSIFICATION: K-NN - Naïve Bayes - Decision Tree - Logistic Regression - Confusion Matrix - SVM TIME SERIES ANALYSIS: Linear & Logistic Regr. - Autoregressive Model - ARIMA - Naïve - Smoothing Technique UNSUPERVISED LEARNING: CLUSTERING: K-Means - Agglomerative - Mean-Shift - Fuzzy C-Mean - DBSCAN - Hierarchical - Canopy DIMENSION REDUCTION: PCA - LSA - SVD - LDA - t-SNE PATTERN SEARCH: Apriori - FP-Growth - Euclat RECOMMENDATION ENGINE: Association Rules - Market Basket Analysis - Apriori Algorithm - Real Rating Matrix - IBCF - (Item) - User-Based Collaborative Filtering UBCF - Method & Model ENSEMBLE METHODS: BOOSTING: AdaBoost - XG Boost - LightGBM - CatBoost. BAGGING: Random Forest STACKING
abhishek21441/NLP-Assignments
Assignments of the course CSE 556 - Natural Language Processing
adahuangsx/NLPProject
This stores the CS2731 course projects in the Natural Language Processing class.
alucic2/cluster_htrc
Identifying the boundaries of main content of fiction and non-fiction works in the HathiTrust Extracted Features dataset.
jrjthompson/R-package-nonsmooth
Functions for conducting regression estimation on nonsmooth data
keastmin/Object-smoothing
라플라시안 스무딩, 타우빈 스무딩, 코탄젠트 스무딩을 OpenGL을 통해 구현하였다.
MehmetZahidGenc/Image-Processing-Resources
Created by Mehmet Zahid Genç
stevenbischoff/Smoothing-Temperature-Data
Developing a novel technique to automatically smooth temperature data
arashzjahangiri/SmoothingImage
OpenCV, apply 'Homogeneous', 'Gaussian' filter on image.
luckystarufo/PyNumDiff
Methods for numerical differentiation of noisy data in python
Priyansh2/ire_final_project
Developed N-gram based and LSTM based Language Models for various channels of social media
StarlangSoftware/NGram-Swift
NGram with basic smoothing
sukiboo/mollifier_smoothing
Numerical optimization via mollifier smoothing