GithubHelp home page GithubHelp logo

Comments (6)

computron avatar computron commented on July 24, 2024

maybe something for @kylebystrom ?

from matminer.

dyllamt avatar dyllamt commented on July 24, 2024

@computron, I did some reasearch into the structure features in above paper. I'm going to implement GRDF, incorporating PRDF into the featurizer, along with AFS. Summary below is mostly for my benifit.

PRDF (partial radial distribution function) vector

  • already implemented
  • need to update return section of doc

GRDF (general radial distribution function) vector

  • similar to AGNIFingerprints
  • PRDF and AGNIFingerprints (baring direction resolved features) could be implemented inside of GRDF
  • GRDF uses a generalized distance functional for binning (atom can belong to more than one bin, and its weight need not be one)
  • suggested bins: gaussians, trig functions, bessel functions
  • should implement site-wise not element-pair-wise

AFS (angular fourier series) 2x2 matrix

  • also uses generalized distance metrics (could share with GRDF)
  • each element is two generalized distance metrics multiplied by angle

BOP (bond orientation parameter) vector

  • first few terms implemented as q2, q4, and q6 in OPSiteFingerprint
  • metric for nearest neighbor enviornments

from matminer.

WardLT avatar WardLT commented on July 24, 2024

Thanks for looking in to this, @dyllamt !

I agree, having a GRDF class would cover all of these use cases quite nicely. I'm worried how expansive the number of options for that class might become to cover all of these types of radial distribution functions. Have you already considered making featurizers for PRDF/RDF subclasses of GRDF, or creating clearly-defined presets for common types of GRDF's (e.g., the PRDF)?

from matminer.

dyllamt avatar dyllamt commented on July 24, 2024

I like the subclass suggestion @WardLT .

The parent and child classes could share the same featurize() function, but have different init() for defining the bins--GRDF would have a list of bin functions as inputs, while PRDF would only have a cutoff and binsize as currently implemented.

RDF could be implemented as an option with a boolean flag, which specifies whether to sum the PRDFs for each site.

from matminer.

dyllamt avatar dyllamt commented on July 24, 2024

@computron

I think we can close this issue. There are some wrinkles getting ironed out with multiprocessing, but AFS and GRDF were implemented in pull request #138

from matminer.

computron avatar computron commented on July 24, 2024

Ok closing

Will weigh in on the other stuff later, I try to do most code reviews Friday.

from matminer.

Related Issues (20)

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.