Code Monkey home page Code Monkey logo

concision's Introduction

About

Welcome to my GitHub!

I am a curios dilettante interested in a myriad of technical subjects. I almost exclusively write code in rust, however, am well-versed in python and am familiar with flutter, lean, javascript, and solidity.

Interests

  • Artificial Intelligence
  • Computation
  • Decentalization and Distributed Systems
  • Engineering
  • Mathematics

Projects

A majority of my coding is in support of some research that I am currently doing, so many of them are still early in development. That being said, several of my projects are becoming more refined and may be applicable for others.

  • acme: an automatic differentiation tool; sunsetted due to upcoming feature integration
  • concision: a machine learning toolkit for rust
  • rstm: this crate implements concrete abstractions for experiementing with Turing machine models
  • rstmt: a crate implementing various musical objects and primitives

Stats

Top Langs


Thank you for stopping by!

concision's People

Contributors

dependabot[bot] avatar fl03 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

concision's Issues

Reinforcement Learning

Reinforcement learning is a type of machine learning that involves training an agent to take actions that maximize a reward signal.

Description
Implement a complete framework for building reinforcement learning models in pure Rust.

Multi-Head Attention

General Formula

$$\text{MultiHead}({Q, K, V}) = \text{concat}({\textbf{z}_0, ..., \textbf{z}_n })\cdot{W^O}$$

Clustering

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Implement an `NdTensor` trait

This trait should unify all numeric operators implemented in the crate and streamline several additional processes.

Tracking issue for the `Transformer` model

The transformer model was introduced in 2017 with the release of the Attention is all you need paper. Over the last few years, the popularity of the Transformer model has grown exponentially due to its abilities in natural language processing (NLP) workloads.

Transformers are mathematically simply, primarily relying on dot-product / matrix multiplication algorithms.

Issues

Pull Requests

Resources

Neural Networks

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Scaled Dot-Product Attention

Formula

$$\text{Attention}\left({Q, K, V}\right)=\text{softmax}\left(\frac{Q\cdot{K^T}}{\sqrt{d_k}}\right)\cdot{V}$$

Implement the State-Space Model Scanner

In the paper, the Annotated S4, they leverage the scan function from jax. While Rust has a well-developed scan feature present in iterators, it seems to differ in execution than the one from jax.

Update the casual convolution function

The casual convolution function currently considers two array's of equal dimensions, however, the generated kernel is defined to be a one-dimensional array by the 'kernel_dplr' function.

Decision Trees

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Bayesian Network

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Update the Artificial Neurons

Artificial neurons are given two free-parameters, bias and weights, that are to be learned through training. The bias describes an array of values that don't require any input to have an affect.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.