https://github.com/block-foundation/deep.gl

Neurons for your Browser

https://github.com/block-foundation/deep.gl

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Neurons for your Browser

Basic Info
  • Host: GitHub
  • Owner: block-foundation
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://deep.gl
  • Size: 62.5 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of geoid-org/deep.gl
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog License Citation

README.md

deep.gl

Introduction

Deep.gl is a cutting-edge deep learning and visualization library meticulously written in TypeScript. This powerful tool aims to bridge the gap between complex machine learning algorithms and intuitive data visualizations, enabling data scientists, machine learning practitioners, and web developers to seamlessly incorporate deep learning models into their projects while simultaneously interpreting and presenting the generated insights in a comprehensive, visually appealing manner.

As a library built with TypeScript, Deep.gl exploits the robustness and scalability features of the language, including static typing and object-oriented programming paradigms. This, in turn, fosters a more developer-friendly environment that boosts productivity and ensures maintainability of codebases involving Deep.gl.

Deep.gl is more than a mere deep learning tool. It is designed to enhance the interpretability of machine learning, hence its dual nature of being both a deep learning and visualization library. By providing out-of-the-box visualization capabilities, users can effortlessly illustrate their data and the results of their models in an engaging and understandable format. This helps in shedding light on the often 'black-box' nature of machine learning algorithms.

In terms of the deep learning component, Deep.gl supports a variety of modern neural network architectures. From feedforward networks to convolutional networks, to recurrent and transformer models, users have a vast spectrum of options to implement their machine learning solutions.

Lastly, Deep.gl places a high emphasis on performance. Leveraging the latest advancements in hardware acceleration, the library ensures that computations are as efficient as possible, making it viable for large-scale, resource-intensive tasks.

In summary, Deep.gl is a versatile and robust solution that aims to streamline the process of creating, training, and interpreting deep learning models. With a thriving community and extensive documentation, it welcomes users of all levels to embark on their journey towards better machine learning development and data interpretation.

Stay tuned for more exciting features as we continuously improve and expand the horizons of what Deep.gl can offer!

Installation

HTML Script Tag

html <script src="https://unpkg.com/deep.gl@latest/dist.min.js"></script>

NPM Module

bash npm i deep.gl

Disclaimer

THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Owner

  • Name: Block Foundation
  • Login: block-foundation
  • Kind: organization
  • Email: info@blockfoundation.io
  • Location: Netherlands

The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology.

Citation (CITATION.cff)

cff-version: 1.2.0
title: deep.gl
version: 0.0.1
date-released: 2023-07-01
url: "https://github.com/geoid-org/deep.gl"
message: >-
  If you use deep.gl, please cite it using
  the metadata from this file.
type: software
authors:
  - given-names: Lars Bastiaan
    family-names: van Vianen
    email: lars@vianen.com
    affiliation: Geoid
    orcid: 'https://orcid.org/0000-0002-8790-8630'

GitHub Events

Total
Last Year

Dependencies

.devcontainer/Dockerfile docker
  • ubuntu 22.04 build
.devcontainer/docker-compose.yml docker
package-lock.json npm
  • typescript 5.1.6 development
package.json npm
  • typescript ^5.1.6 development