154 skills found · Page 1 of 6
LagrangeDev / Lagrange.CoreAn Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
skyjake / LagrangeA Beautiful Gemini Client
LeNPaul / LagrangeA minimalist Jekyll theme for running a personal blog powered by Jekyll and GitHub Pages
adobe / LagrangeA Robust Geometry Processing Library
LagrangeDev / LagrangeGoA Go Implementation of NTQQ PC Protocol
LagrangeDev / LagrangeV2The V2 Implementation of Lagrange.Core, aim to provide more user-friendly interface and extreme efficiency (This is only a development repo, would be removed in future)
Alex1911-Jiang / GreenOnions一个基于Lagrange.Core的QQ机器人框架
shantanu1109 / Coursera Imperial College Of London Mathematics For Machine Learning SpecializationThis Repository contains Solutions to the Quizes & Lab Assignments of the Mathematics for Machine Learning Specialization offered by Imperial College of London on Coursera taught by David Dye, Samuel J. Cooper, A. Freddie Page, Marc Peter Deisenroth
dpapavas / Lagrange KeyboardA configurable, handwired, ergonomic keyboard
LagrangeDev / Lagrange PythonAn Python Implementation of NTQQ PC Protocol
victorsndvg / FEconvProgram feconv is an utility to convert between several mesh and FE field formats, like ANSYS mesh files (.msh), MD Nastran input files (.bdf), I-Deas Universal (.unv), VTK files (.vtk), etc. If you use a Modulef format to store an intermediate mesh (.mfm). It can transform the FE type of a mesh composed of trangles or tetrahedra, to Lagrange P1 or P2, Raviart-Thomas (face) or Whitney (edge) finite elements. It also uses third-party code to perform bandwidth optimization (CutlHill-McKee optimization).
heyManNice / LagrangeBuilder拉格朗日插值法函数构造器
tumaer / LagrangebenchLagrangeBench: A Lagrangian Fluid Mechanics Benchmarking Suite
GongZheng-Justin / CP3dCP3d is a comprehensive Euler-Lagrange solver for the direct numerical simulations of particle-laden flows.
LPMP / BDDAn integer linear program solver using a Lagrange decomposition into binary decision diagrams. Lagrange multipliers are updated through dual block coordinate ascent.
LagrangeDev / ManiaAn Experimental Implementation of NTQQ Protocol, with Pure Rust🦀, Derived from Lagrange.Core
LagrangeDev / LagrangejsNTQQ Node.js Protocol Library, derived from oicq
LSTM-Kirigaya / Lagrange.onebot基于 Lagrange.Core 实现的 NTQQ 接入框架
shayneobrien / Numerical MethodsMethods in numerical analysis. Includes: Lagrange interpolation, Chebyshev polynomials for optimal node spacing, iterative techniques to solve linear systems (Gauss-Seidel, Jacobi, SOR), SVD, PCA, and more.
jloveric / High Order Layers TorchHigh order and sparse layers in pytorch. Lagrange Polynomial, Piecewise Lagrange Polynomial, Piecewise Discontinuous Lagrange Polynomial (Chebyshev nodes) and Fourier Series layers of arbitrary order. Piecewise implementations could be thought of as a 1d grid (for each neuron) where each grid element is Lagrange polynomial. Both full connected and convolutional layers included.