Giter Club home page Giter Club logo

aitegral-model's Introduction

aitegral-model's People

Contributors

alexandrelamarre avatar crislanarafael avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

crislanarafael

aitegral-model's Issues

Symbolic formula differentiation

User Story

As a developper, I want to be able to match a string representing a symbolic formula to another string representing its corresponding symbolic formula derivative.

Acceptance Criteria

Implement a perl package that leverages stacks and perl regex to search and replace substrings to their string derivative counterparts using the rules of differentiation. Treat non-diff variables as constant, or alternatively look up some implicit differentiation methods.

Data pipeline design

User Story

As a developper, I want a clear system design for the data pipeline that our model will use.

Acceptance criteria

Outline a coherent data pipeline that takes a formula -> returns the integrated formula.

Note : Keep in mind this data pipeline must be integrated into a larger cloud hosted system further down the line.

CICD Tools

User Story

As a developper, I want to be able to have a tool that tests and builds code before it is merged into main and when it is merged into main.

Acceptance criteria

Implement a Jenkins pipeline, consisting of at least a basic server that builds the docker container and runs the specified tests upon creating PRs and merging them into main.

Symbolic operators

User Story

As a developper, I want to have access at any time to all symbolic logic operators such as + , -, * and /.

Acceptance Criteria

Implement a perl subroutine to return all available symbolic operators + , -, * and / .

Determine a working set of Elementary functions

What set of functions should be considered elementary?

So far we have:

  • polynomials
  • n-th roots
  • sin
  • cos
  • exponential functions
  • log
  • arccos
  • arcsin
  • tan
  • arctan
  • sec
  • csc
  • cot
  • arcsec
  • arccsc
  • arccot
  • sinh
  • cosh
  • tanh
  • sech
  • csch
  • coth
  • arcsinh
  • arccosh
  • arctanh
  • arcsech
  • arccsch
  • arccoth

Elementary functions

User Story

As a developer, I want to be able to access all elementary functions at any time. These include sin, cos, log, etc...

Acceptance Criteria

Implement a perl subroutine that returns all available elementary functions such as sin, cos, log, etc... as an array of strings.

Gaussian Distribution

User Story

As a developper, I want to be able to quickly sample a gaussian distribution.

Acceptance criteria

Implement a function in a C module that can quickly sample a gaussian distribution. Wrap the module in Perl's glue language XS

Note: Perl is a great text processor, but its arithmetic implementation is less than desireable, so we choose to use embedded C instead.

Checking Valid Symbolic Formulas

User story

As a developper, I want to implement a valid symbolic formulas function, in order to both test random symbolic formula generation as well as provided (one of many) sanitizing functions for Data input to the model.

Acceptance critera

Implement a function that checks valid symbolic formula based on strict formula generation criteria. Returns true iff formula is valid.

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.