Skip to content

TensorGraph Consolidation

Compare
Choose a tag to compare
@rbharath rbharath released this 20 Oct 21:02
· 7609 commits to master since this release

This major version release consolidates around TensorGraph as DeepChem's high-level deep learning API of choice. Lots of improvements and bugfixes have been made to the core TensorGraph library, and many new layers and models have been added. In particular, DeepChem now features GANs, Seq2Seq models, Model Agnostic Meta Learning and more! Many improvements to tutorials, examples, website, and installation have been added as well.

Our thanks to all the developers who contributed to this release, with a particular shout-out to those who made their first PRs to DeepChem!

Detailed Changes:

Detailed listing of new models added:

  • GANs (#855, #866)
  • Model Agnostic Meta Learning (#759)
  • Seq2seq models (#828)
  • ANI-1 Models (#823, #839)
  • Spatial Filtering Graph Convs (#851)
  • Message Passing Neural Networks (#710)
  • TextCNNs (#874)
  • Sluice Networks (#805)