• Stars
    star
    7
  • Rank 2,294,772 (Top 46 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Latent Dirichlet Allocation via collapsed Gibbs sampling.

More Repositories

1

stdlib

✨ Standard library for JavaScript and Node.js. ✨
JavaScript
3,466
star
2

google-summer-of-code

Google Summer of Code resources.
JavaScript
25
star
3

esm

ES module distribution for stdlib, a standard library for JavaScript and Node.js.
JavaScript
12
star
4

jupyter-stdlib-browser-kernel

Run an in-browser JavaScript Jupyter kernel.
JavaScript
7
star
5

stats-chi2test

Perform a chi-square independence test.
JavaScript
7
star
6

datasets-cmudict

The Carnegie Mellon Pronouncing Dictionary (CMUdict).
JavaScript
7
star
7

www-status

Uptime and status monitor for the stdlib website.
Markdown
6
star
8

array-pool

Typed array pool.
JavaScript
5
star
9

stats-lowess

Locally-weighted polynomial regression via the LOWESS algorithm.
JavaScript
5
star
10

stats

Standard library statistical functions.
JavaScript
5
star
11

stats-incr-grubbs

Grubbs' test for outliers.
JavaScript
5
star
12

ndarray

Multidimensional arrays.
C
4
star
13

namespace-alias2related

Return aliases related to a specified alias.
JavaScript
4
star
14

repl-help

Return help text associated with a provided alias.
JavaScript
4
star
15

array

Arrays.
JavaScript
4
star
16

iter

Standard library iterator utilities.
JavaScript
4
star
17

random-base-mt19937

A 32-bit Mersenne Twister pseudorandom number generator.
JavaScript
4
star
18

regexp

Standard library regular expressions.
JavaScript
4
star
19

math-base-special-erfcx

Scaled complementary error function.
JavaScript
4
star
20

ml-incr-sgd-regression

Online regression via stochastic gradient descent (SGD).
JavaScript
4
star
21

www

Website for stdlib, a standard library for JavaScript and Node.js.
JavaScript
4
star
22

utils

Standard utilities.
JavaScript
4
star
23

datasets-dale-chall-new

A list of familiar American-English words.
JavaScript
4
star
24

bench

Benchmark.
JavaScript
4
star
25

stats-base-dists

Standard library probability distribution modules.
Makefile
4
star
26

ndarray-base-ind2sub

Convert a linear index to an array of subscripts.
JavaScript
4
star
27

stats-iter-cumeanabs

Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Makefile
3
star
28

workshops-fullstack-london-2017

Workshop for FullStack London (2017).
JavaScript
3
star
29

ml-incr-kmeans

Incrementally partition data into `k` clusters.
JavaScript
3
star
30

regexp-regexp

Return a regular expression to parse a regular expression string.
Makefile
3
star
31

number-uint32-base-rotl

Bitwise rotation to the left.
Makefile
3
star
32

blas-base-scopy

Copy values from x into y.
JavaScript
3
star
33

constants-float32-max

Maximum single-precision floating-point number.
Makefile
3
star
34

stats-wilcoxon

Wilcoxon signed rank test.
JavaScript
3
star
35

constants-path-delimiter-posix

POSIX path delimiter.
Makefile
3
star
36

math-iter-special-expit

Create an iterator which evaluates the standard logistic function for each iterated value.
Makefile
3
star
37

utils-async-if-else

If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
Makefile
3
star
38

stats-base-dists-gamma-cdf

Gamma distribution cumulative distribution function (CDF).
JavaScript
3
star
39

utils-compact-adjacency-matrix

Compact adjacency matrix.
JavaScript
3
star
40

function

Function.
JavaScript
3
star
41

stats-base-dists-cosine-mgf

Raised cosine distribution moment-generating function (MGF).
JavaScript
3
star
42

utils-function-sequence

Function sequence.
Makefile
3
star
43

assert-is-uppercase

Test if a value is an uppercase string.
JavaScript
3
star
44

stats-ttest

One-sample and paired Student's t-Test.
JavaScript
3
star
45

stats-ttest2

Two-sample Student's t-Test.
JavaScript
3
star
46

stats-ztest2

Two-sample z-Test.
JavaScript
3
star
47

namespace

The standard library namespace.
JavaScript
3
star
48

constants

Standard library constants.
JavaScript
3
star
49

blas

Standard library basic linear algebra subprograms (BLAS).
JavaScript
3
star
50

stats-base-dists-normal-pdf

Normal distribution probability density function (PDF).
JavaScript
3
star
51

datasets-afinn-111

A list of English words rated for valence.
JavaScript
3
star
52

ndarray-base-nonsingleton-dimensions

Return the number of non-singleton dimensions.
Makefile
3
star
53

datasets-liu-positive-opinion-words-en

A list of positive opinion words.
JavaScript
3
star
54

plot

Standard library plotting.
JavaScript
3
star
55

random-base-uniform

Uniformly distributed pseudorandom numbers.
JavaScript
3
star
56

repl-info

Return abbreviated help text associated with a provided alias.
JavaScript
3
star
57

datasets-savoy-stopwords-ger

A list German stop words.
JavaScript
3
star
58

strided

Strided.
C
3
star
59

stats-base-sstdevpn

Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
JavaScript
3
star
60

os-configdir

Return a directory for user-specific configuration files.
JavaScript
3
star
61

utils-linked-list

Linked list.
JavaScript
3
star
62

assert-is-current-year

Test if a value is the current year.
JavaScript
3
star
63

math-base-special-minmax

Return the minimum and maximum values.
JavaScript
3
star
64

assert-is-gzip-buffer

Test if a value is a gzip buffer.
Makefile
3
star
65

namespace-pkg2related

Return package names related to a specified package name.
JavaScript
3
star
66

stats-base-dists-normal-cdf

Normal distribution cumulative distribution function (CDF).
JavaScript
3
star
67

utils-from-entries

Create an object from key-value pairs.
Makefile
3
star
68

assert-is-prime

Test if a value is a prime number.
JavaScript
3
star
69

constants-float64-ln-two-pi

Natural logarithm of 2Ο€.
Makefile
3
star
70

ml-incr-binary-classification

Incrementally perform binary classification using stochastic gradient descent (SGD).
JavaScript
3
star
71

utils-identity-function

Identity function.
Makefile
3
star
72

stats-ztest

One-sample and paired z-Test.
JavaScript
3
star
73

stats-base-stdevwd

Calculate the standard deviation of a strided array using Welford's algorithm.
JavaScript
3
star
74

function-ctor

Function constructor.
Makefile
3
star
75

number-float32-base-to-binary-string

Return a string giving the literal bit representation of a single-precision floating-point number.
JavaScript
3
star
76

random-base-binomial

Binomial distributed pseudorandom numbers.
JavaScript
3
star
77

console

Debugger console.
JavaScript
3
star
78

math-base-special-round2

Round a numeric value to the nearest power of two on a linear scale.
Makefile
3
star
79

utils-prepend

Add elements from one collection to the beginning of another collection.
JavaScript
3
star
80

utils-push

Add one or more elements to the end of a collection.
JavaScript
3
star
81

utils-move-property

Move a property from one object to another object.
Makefile
3
star
82

math-base-special-rad2deg

Convert an angle from radians to degrees.
Makefile
3
star
83

stats-base-dists-lognormal-mode

Lognormal distribution mode.
Makefile
3
star
84

utils-append

Add elements from one collection to the end of another collection.
JavaScript
3
star
85

math-iter-special-besselj1

Create an iterator which evaluates the Bessel function of the first kind of order one for each iterated value.
Makefile
3
star
86

assert-is-ascii

Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.
JavaScript
3
star
87

nlp

Standard library natural language processing.
JavaScript
3
star
88

assert-is-empty-string

Test if a value is an empty string.
JavaScript
3
star
89

utils-compose

Function composition.
Makefile
3
star
90

assert-is-duration-string

Test if a value is a duration string.
JavaScript
3
star
91

stats-base-dists-lognormal

Lognormal distribution.
Makefile
3
star
92

streams-node-debug

Transform stream for debugging stream pipelines.
JavaScript
3
star
93

utils-try-require

Wrap `require` in a try/catch block.
Makefile
3
star
94

stats-incr-nansum

Compute a sum incrementally, ignoring NaN values.
Makefile
3
star
95

object

Object.
Makefile
3
star
96

namespace-alias2pkg

Return the package name associated with a specified alias.
JavaScript
3
star
97

stats-base-dists-weibull-mean

Weibull distribution expected value.
Makefile
3
star
98

stats-incr-mean

Compute an arithmetic mean incrementally.
Makefile
3
star
99

math-base-special-cphase

Compute the argument of a complex number in radians.
Makefile
3
star
100

regexp-eol

Return a regular expression to match a newline character sequence.
JavaScript
3
star