google-summer-of-code icon indicating copy to clipboard operation
google-summer-of-code copied to clipboard

Google Summer of Code resources.

Results 47 google-summer-of-code issues
Sort by recently updated
recently updated
newest added

### Idea The goal of this idea is to allow users to call stdlib APIs from within Google Sheets. This will allow users to perform linear algebra and various machine...

idea
priority: high
tech: javascript
tech: nodejs
difficulty: 2

### Idea This idea builds on the work outlined in https://github.com/stdlib-js/stdlib/issues/649. Namely, implementing base special mathematical functions in C. Currently, all special mathematical functions have JavaScript implementations, which are often...

idea
priority: high
difficulty: 3
tech: javascript
tech: c
tech: nodejs
tech: native addons

### Idea The goal of this idea is to implement incremental machine learning algorithms to allow for real-time regression and classification. Such online algorithms would allow for point-by-point data processing...

idea
priority: low
difficulty: 3
tech: javascript
tech: nodejs

### Idea The goal of this idea is to allow users to call stdlib APIs from within Excel. This will allow users to perform linear algebra and various machine learning...

idea
priority: low
tech: javascript
tech: nodejs
difficulty: 2

The purpose of this issue is to provide a single place for documenting potential GSoC project ideas. The ideas may be ill-defined or even wishful thinking, but they may serve...

### Idea Implement various statistical tests which are not currently implemented in stdlib, but are implemented in other envs such as R, Python (SciPy, statsmodels), Julia, and MATLAB. ### Expected...

idea
priority: normal
difficulty: 5
tech: javascript
tech: nodejs

### Idea The goal of this idea is to implement a variety of PRNGs for use within stdlib to generate pseudorandom numbers. The project currently uses Mersenne Twister as its...

idea
priority: normal
tech: javascript
tech: nodejs
difficulty: 4

### Idea While we currently support running benchmarks, we have yet to provide a means for easily visualizing and comparing benchmark results. Previously, when wanting to visualize and compare benchmark...

idea
priority: normal
difficulty: 3
tech: javascript
tech: nodejs

### Idea The goal of this idea is to add functions for numerical integration or differentiation to stdlib as building blocks for downstream algorithms. The functions could be ported from...

idea
tech: javascript
tech: nodejs
difficulty: 2

### Idea Currently, stdlib uses `tape`. The goal of this idea is to migrate away from `tape` and develop a test runner in-house, similar to `@stdlib/bench/harness`. This has long been...

idea
priority: high
difficulty: 3
tech: javascript
tech: nodejs