Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fxcoudert/binders

This repository contains some Python binders for teaching, by François-Xavier Coudert
https://github.com/fxcoudert/binders

chemistry machine-learning materials-science teaching-materials

Last synced: 4 days ago
JSON representation

This repository contains some Python binders for teaching, by François-Xavier Coudert

Awesome Lists containing this project

README

        

# Python binders

[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fxcoudert/binders/HEAD)

This repository contains some Python binders for teaching.

## Test

- [Simple notebook for testing that Binder works](https://mybinder.org/v2/gh/fxcoudert/binders/HEAD?urlpath=lab/tree/test.ipynb)

## Machine learning in chemistry

- Prediction of melting point of organic molecules by linear regression: [view/read](https://nbviewer.org/github/fxcoudert/binders/blob/master/projects/Linear_regression_melting_point.ipynb) or [run in your browser](https://mybinder.org/v2/gh/fxcoudert/binders/HEAD?urlpath=lab/tree/projects/Linear_regression_melting_point.ipynb)
- Classification of molecules by aqueous solubility: [view/read](https://nbviewer.org/github/fxcoudert/binders/blob/master/projects/Classification_soluble_molecules.ipynb) or [run in your browser](https://mybinder.org/v2/gh/fxcoudert/binders/HEAD?urlpath=lab/tree/projects/Classification_soluble_molecules.ipynb)
- Similarity of molecules in a dataset: [view/read](https://nbviewer.org/github/fxcoudert/binders/blob/master/projects/Similarity_of_molecules.ipynb) or [run in your browser](https://mybinder.org/v2/gh/fxcoudert/binders/HEAD?urlpath=lab/tree/projects/Similarity_of_molecules.ipynb)
- Predicting 13C NMR shifts of organic molecules: [view/read](https://nbviewer.org/github/fxcoudert/binders/blob/master/projects/NMR_prediction.ipynb) or [run in your browser](https://mybinder.org/v2/gh/fxcoudert/binders/master?filepath=projects/NMR_prediction.ipynb)