Highlights
Stars
Implementation of Cognitive Decision Routing Framework for LLMs
PyTorch research stack for ML multi-factor trading: 213 factors, bias correction, portfolio optimization, and vectorized backtesting.
memory-efficient fasttext: a comprehensive approach using double-array trie structures and mark-compact memory management
A functional programming approach to context-aware LLM reasoning
initial-d / CFRBM
Forked from felipecruz/CFRBMCFRBM is a implementation of the RBM model to the collaborative filtering task
BY Blog ->
initial-d / PIOS
Forked from bford/PIOSPIOS: Parallel Instructional Operating System - Instructional Template Code
initial-d / HOSemiCRF
Forked from nvcuong/HOSemiCRFHigh-order Semi-Markov Conditional Random Field
Python program capable of adding correct commas to a pre-tagged text
initial-d / mykernel
Forked from mengning/mykernelIt is a platform to write your own OS kernel,its based on Linux Kernel 3.9.4 source code.
initial-d / node.native
Forked from d5/node.nativeC++11 port for the Node: native performance and modern simplicity.
initial-d / folly
Forked from facebook/follyFolly is an open-source C++ library developed and used at Facebook.
initial-d / Emacs-as-a-C-Cplusplus-Editor-IDE-settings
Forked from byuksel/Emacs-as-a-C-Cplusplus-Editor-IDE-settings.emacs file for "Emacs as a C/C++ Editor/IDE" video tutorial series
Qihoo360 / 360-LLaMA-Factory
Forked from hiyouga/LlamaFactoryadds Sequence Parallelism into LLaMA-Factory
基于句法n-gram对英语句子中的介词进行纠错,使用Stanford-parser提取句子的依赖关系,使用trie存储依赖n元组。
使用基于短语的机器翻译技术提供对输入英语句子进行纠错的简单服务器,需要首先使用语料训练机器翻译模型,然后启动服务器加载对应服务,然后使用浏览器访问对应端口的服务进行测试即可。
使用JNI对Stanford-parser进行封装,使之可以通过c++代码进行调用,方便使用c++开发NLP程序
A spellchecker for English real words based on winnow classifier.
A research project involves the study of correcting verb-noun collocation errors.