We want to apply our model to optimize the design and also accelerate the development of structural materials for the Space industry.
We selected this topic to bring awareness to certain elements that can help the Space Industry differentiate between more useful elements and less useful elements which will in turn lower opportunity costs.
We have chosen to use various API's (https://materialsproject.org, https://pymatgen.org, https://mendeleev.readthedocs.io/en/stable/quick.html, https://citrination.com) and want to use the elements presented in these datasets in order to plot the relationships among them. The reason for the utilization of multiple API's is due to the fact that creating datasets from multiple resources gives a broader and less biased visual. For example, there are some visualizations of the chemical elements Fe and Ti below showing the types of building blocks and preliminaries we deem necessary to build our model with in order to boost the development of the structural materials (Fe and Ti are examples) which would in time optimize design for the Space Industry.
The technology we are using: AWS, pandas, jupyter notebook, Tableau, plotly, matplot, materials project, tensorflow, keras, Spark, Colab, SQL, Postgress. Machine learning model: Linear regression, random forest tree, PCA and Neuron Networks.
Our data is coming from various APIs. After being cleaned, we will store the data using a Postgres database that is hosted on Amazon Web Servies RDS so that all team members can access it. The framework for this has been set up.
We anticipate several datasets. Currently, we have datasets based on individual elemental properties and also two separate datasets for Iron (Fe) based compounds and for Titanium (Ti) based compounds. These datasets are linked to the element properties dataset based on the individual elements within the compound (see Quick DBD schema for visualization of this).
The Data we have obtained is from Pymatgen, Mendeleev, Materials Project and Citrination. We have collected data from these libraries for each element and plotted the relationship of variables of interest. For instance:
- We hope to answer the relationship on the materials and properties presented in the datasets e.g. strength and density.
- Using machine learning to help us select candidate materials for Space X missions with good properties.
- We hope to answer how to expand the model application to other applications in the space industry.
- Linear regression
The linear regression model simply predicts the Young’s modulus [GPa] based on the density [g/cm3] on 2136 data points.
- Neuron Networks
We have selected a three-layer neuron networks model, and the sequential model from Tensorflow Keras give us a 32 input layer, and two middle layers with 64 nodes for each and an output layer with RMS Prop Optimizer (Root Mean Square Propagation). Figure 3 This model is trained for 2000 epochs, and we record the training accuracy in the history object. The loss/mean absolute error (mae) versus epochs have been given in Fig.4.
- Unsupervised machine learning
K-means was used to identify the groups of materials based on all the input columns. Principle Component Analysis (PCA) was used to find the key performance indicator that affects the Young's Modulus predictions and improved the input layer of the Neuron Network.
We have selected a three-layer neuron networks model, and the sequential model from Tensorflow Keras give us a 32 input layer, and two middle layers with 64 nodes for each and an output layer with RMS Prop Optimizer (Root Mean Square Propagation). Figure 3 This model is trained for 2000 epochs, and we record the training accuracy in the history object. The loss/mean absolute error (mae) versus epochs have been given in Fig.4.
- The above graph is Figure 4 the top description is referring to.
-
Consider other types of materials for battery.
-
Include more parameters to the Neuron Networks model.
-
We will add the random forest tree for decision making process based on consider certain materials for specific functions (confusion matrix).
-
Image analysis with Convolutional Neural Networks (CNN) for defect identification.
-
Arts and aesthetic design for data visualization.
-
Organize the data pipeline using Spark to automate the BigData ETL process.
-
JavaScript and CSS. for website User Interface (UI) for our data.
-
Web Scraping with Dynamic Data updates.