Tags: computational materials science

Description

Computational materials science is the application of computational methods alone or in conjunction with experimental techniques to discover new materials and investigate existing materials such as: metals, ceramics, composites, semiconductors, nanostructures, 2D materials, metamaterials, polymers, liquid crystals, surfactants, emulsions, polymer nanocomposites, nanocrystal superlattices and nanoparticles.

All Categories (1-20 of 236)

  1. Materials Informatics Lecture 30: Bayes Theorem and Naive Bayes Classifier

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Welcome back to our Materials Informatics series! In this video, Taylor Sparks from the University of Utah delves into the fundamentals of Bayes Theorem and Naive Bayes classifiers, essential concepts in probabilistic machine learning.  In this video, we cover: An introduction to Bayesian...

  2. Materials Informatics Lecture 30a: Coding a Naive Bayes Classifier by Hand

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Welcome back to our Materials Informatics series! In this video, we continue exploring Bayesian and probabilistic machine learning by diving deeper into Naive Bayes classification.In this video, we cover:A brief recap of Naive Bayes, highlighting its simplicity and the assumption of feature...

  3. Materials Informatics Lecture 31: Gaussian Processes

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Welcome back to our Materials Informatics playlist! In this video, we dive into the fascinating world of Gaussian Processes, building on our previous discussion about Naive Bayes theorem. Gaussian Processes are a powerful tool in probabilistic machine learning, especially for modeling and...

  4. Materials Informatics Lecture 32: Bayesian Optimization

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Welcome back to our Materials Informatics series! In today's episode, we delve into Bayesian Optimization, a critical tool for incrementally improving processes and designs in materials research. Bayesian Optimization leverages Bayes' theorem to make informed decisions with minimal data,...

  5. Materials Informatics Lecture 33: Large Language Models in Materials Science

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Welcome back to our Materials Informatics playlist! In today's episode, we explore the transformative impact of Large Language Models (LLMs) on materials science. David Sparks from the University of Utah's Materials Science and Engineering department takes us through the exciting...

  6. Materials Informatics Lecture 27: Variational Autoencoders

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Generative machine learning models have the potential to allow us to move beyond screening to true materials discovery. Generative adversarial networks (GANs) are one powerful tool and variational autoencoders (VAEs) are another. This video descrbies autoencoders, latent space, reparameterization...

  7. Materials Informatics Lecture 28: Image Segmentation

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Welcome back to our Materials Informatics playlist! In our previous video, we explored generative models like GANs. Today, we’re taking a brief interlude to discuss the fascinating world of image segmentation because tools from image segmentation are crucial to our next generative model!In...

  8. Materials Informatics Lecture 29: Diffusion Models

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Welcome back to our Materials Informatics series! In this video, we're diving into the fascinating world of diffusion models, the cutting-edge technology in generative models that is outperforming GANs and VAEs.In this video, we cover:Introduction to diffusion models and their superiority in...

  9. Materials Informatics Lecture 26: Generative Adversarial Networks

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    In this video we cover the first video on generative machine learning models: the generative adversarial network. We describe what they are, how they work, why they are so hard to train and more.

  10. Materials Informatics Lecture 26a: Application of GANs in Materials Science

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    With our introduction to GANs complete, we now do a survey of some of the places where we see them applied in materials science research. From inverse design of new materials and molecules to data augmentation we see the power of these generative ML models.

  11. Materials Informatics Lecture 20: Can We Extrapolate to Extraordinary Materials?

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    A common criticism of machine learning is extrapolation beyond the training set. Is this really possible, or not? In this video, I explain how we tested to prove extrapolation to extraordinary materials possible! Furthermore, we find 1. simple linear models outperform more complicated models, 2....

  12. Materials Informatics Lecture 21: Clustering

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Clustering is an unsupervised machine learning tool to reduce dimensionality and put similar data together. We can do clustering in hierarchical, or partitioning approaches, but we need a distance metric that follows some basic rules. In this video we discuss clustering, measuring...

  13. Materials Informatics Lecture 22: Neural Networks

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Neural networks have been the come-back kids of machine learning. They were invented in the 80s, but surged back into the limelight in the late 90s to become a powerful tool at the heart of deep learning. This video describes what neural networks are, how they work in materials informatics,

  14. Materials Informatics Lecture 23: Convolutional Neural Networks

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Vanilla neural networks are powerful, but convolutional neural networks are truly revolutionary! Instead of constructing features by hand, a convolutional neural network can extract features on its own! It does this through convolutional layers and then reduces dimensions for faster computing...

  15. Materials Informatics Lecture 24: Recurrent Neural Networks

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    How do we deal with sequential data? How do we make a machine learning model pay attention to data where order matters? A big innovation came with the development of recurrent neural networks and their modern versions (LSTM and GRU).

  16. Materials Informatics Lecture 25: Transformers

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    As good as recurrent networks are, they still face fundamental limitations. Vanishing gradient makes it so RNNs can only look back ~100 data points in a series or ~100 in an LSTM or GRU. Transformers let us learn how all inputs are related to all other inputs through the novel "multi-head...

  17. Materials Informatics Lecture 11: Crystal Structure Graphs

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Graphs are a powerful way to represent materials. Atoms as nodes, bonds as edges and much more! This video discusses the basic premise of how to represent a crystal structure as a graph, why sparse connections could offer additional, unique information, and how we could encode information into...

  18. Materials Informatics Lecture 12: Two-point Statistics (worked example tutorial)

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    2-point statistics or 2-point spatial correlations are a valuable tool for quantifying microstructure with two phases. These can serve as valuable structural features. This tutorial comes from the PyMKS library and is based on Fullwood, Niezgoda, and Kalidindi's work.

  19. Materials Informatics Lecture 13: Molecular Strings and Fingerprints (RDKit tutorial)

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    Organic molecules can most easily be represented as strings such as SMILES, DeepSMILES, or SELFIES. In this video we learn how these work and we use the RDKit library to create images of the molecules from these representations and how to create fingerprint features from these strings.

  20. Materials Informatics Lecture 14: Linear vs Nonlinear Models

    Online Presentations | 13 Aug 2024 | Contributor(s):: Taylor Sparks

    The simplest algorithms we can use for machine learning are linear models. In this video we talk about what makes a model linear and why this means more than just y=mx+b. We also explain nonlinear models with an example of materials data. We examine which is better by plotting residuals and...