Giter Site home page Giter Site logo

utsavmurarka / mxene-machine-learning Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 11.01 MB

Classification of MXenes into metals and non-metals based on physical properties

Jupyter Notebook 99.67% Python 0.33%
physics molecules atoms machine-learning deep-learning neural-network random-forest decision-trees logistic-regression knn-classifier

mxene-machine-learning's Introduction

Machine Learning Based Classification of Non-functionalized MXenes into Metals and Non-metals

Introduction

This project deals with training classification models on physical properties of non-functionalized MXene molecules to classify them into metals and non-metals. The data required was obtained from aNANt database by IISc, Bangalore.

Data Visualization & Preprocessing

List of Features

Features

Distribution of individual features

Features distribution

Corelation Heatmap

corr_hmap

Feature Engineering

For each of the 5 atoms in the molecule we add the following properties to the molecule’s data:

  1. Neutron number
  2. Proton number
  3. Number of electrons
  4. Period
  5. Group number
  6. Atomic radius
  7. Electronegativity
  8. First Ionization Energy
  9. Density
  10. Melting point
  11. Boiling point
  12. Number of isotopes
  13. Number of shells
  14. Specific heat
  15. Mass Magnetic Susceptibility
  16. Molar Magnetic Susceptibility
  17. Thermal Conductivity
    So, now, in addition to the 29 features we had earlier, we now have 85 new features (17 properties x 5 atoms per molecule). Therefore, a total of 131 features.

Distribution of individual features (After adding new features)

feature_dist

Correlation Heatmap

corr_hmap_new

Class Imbalance

imb

Results

Model : Random Forest (On oversampled data)

ROC Curve

roc

ROC-AUC = 0.949

Accuracy = 93.2%

Model : Neural Network (Cost-sensitive)

ROC Curve

roc

ROC-AUC = 0.962

Accuracy = 93.67%

mxene-machine-learning's People

Contributors

utsavmurarka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.