Coder Social home page Coder Social logo

cppart's Introduction

Anthony Morast

About Me

  • ๐Ÿ’ผ I am C++ Software Engineer at Sterling Trading Tech
  • ๐Ÿ“– I have a blog on my personal website and Medium
  • ๐Ÿ“— I'm reading An Introduction to Mathematical Finance with Applications by Arlie O. Petters and Xiaying Dong.
  • ๐Ÿ’ฌ Ich lerne Deutsch.
  • ๐Ÿ‘ท I'm currently working on:
    • A fluid dynamics simulation playground in Rust using the Lattice Boltzmann method
    • Improving my website by working through the submitted bugs
    • Option pricing via binomial models in Rust

Education

  • ๐Ÿ“ƒ Applied and Compuational Mathematics, B.S.
  • ๐Ÿ“ƒ Computer Science, B.S.
  • ๐Ÿ“ƒ Computational Sciences and Robotics, M.S.

Things I Really Like to Use

Some More Things I Can Use

Connect With Me

๐Ÿ“ง Email ๐Ÿ’ป Consulting


Top Languages

Anthony's GitHub stats

cppart's People

Contributors

anthonymorast avatar pyeatt avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

cppart's Issues

lmean/rmean calculations causing differing directions

lmean and rmean in giniSplit in rpart are using 1-nclasses for their mult, in cppart we used the class number

for wine this is 2 4 5 6 and 7 or something like that, likely the cause for splits going opposite of rpart occasionally.

Redo PCA

Only do PCA on the training data (after centering the data [demeaning])
- first check if using the corerlation matrix centers the data around the origin

Translate the Training data with the principal components

Switch delayed to only use improvement

High improvement <=> low SS for anova, switch to only using the improvement for the delayed instead of SS (saves lots of computation) (rpart only uses improvement).

Same for gini, just need to find highest improvement.

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.