Skip to content

hlxin/tinnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinnet

Tinnet is a foundation AI package for integrated catalysis. The first released module is tinnet for property prediction with pretrained models for adsorption energy, cohesive energy, band center, and band moments. SHAP explainability is provided.

Usage

from tinnet import tinnet

model = tinnet.AdsorptionEnergy()
y = model.predict(atoms)
shap_vals = model.explain_shap(atoms)

About

Theory Infused Neural Network

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors