<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Machine Learning Methods Application to Search for Regularities in Chemical Data</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Institution of Russian Academy of Sciences A.A. Baikov Institute of Metallurgy and Materials Science RAS (IMET RAS)</institution>
          ,
          <addr-line>Moscow</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Research University Higher School of Economics (NRU HSE)</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Proceedings of the XIX International Conference “Data Analytics and Management in Data Intensive Domains” (DAMDID/RCDL'2017)</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>N.N. Kiselyova</institution>
        </aff>
      </contrib-group>
      <fpage>375</fpage>
      <lpage>380</lpage>
      <abstract>
        <p>The possibility of searching for classification regularities in large arrays of chemical information by means of machine learning methods is discussed. Tasks peculiarities in inorganic chemistry and materials science are considered. The short review of these methods applications to inorganic chemistry and materials science is presented. The system for computer-assisted inorganic compounds design based on machine learning methods has been developed. The developed system usage makes it possible to predict new inorganic compounds and estimate some of their properties without experimental synthesis. The results of this information-analytical system application to inorganic compounds design are promising for new materials search.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Throughout the centuries of its evolution chemistry and
materials science accumulated huge information. In
common with other experimental sciences chemistry
got through several stages: information accumulation,
data analysis and development of classification schemes
and rules that allow classifying a new object to a
particular substances class. The substances division into
inorganic and organic ones, Periodic table of elements,
compounds classification according to crystal structure
type, etc. are examples of such classifications.
Essentially, in all cases these classifications are
imprecise, and classes intersect partially. For example,
organic chemistry is determined as the carbon
compounds chemistry but carbides and carbonates
belong to inorganic chemistry objects as well as boron
hydrides (boranes) or silicon hydrides (silanes) which
are closer to hydrocarbons (organic chemistry objects)
in many properties. In large measure, it is caused by
imperfection in the classification rules which were
developed by chemists. One way to get around these
problems in inorganic chemistry and materials science
is machine learning methods application to information
analysis aimed at discovery of complicated classifying
regularities that allow considering of substances to
particular classes. It is noteworthy that obtained
regularities include substance components properties as
variables, and for this reason, their use allows us to
predict the class for the substances that is not yet
synthesized knowing only the well-known parameters
values for chemical elements forming this substance.</p>
      <p>
        Half a century ago IMET pioneered in applying such
approach to machine learning use to search for
classifying regularities that allows a prediction of new
inorganic compounds and some of their properties
estimation [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. The machine learning methods
application [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ] allowed new binary compounds
prediction with 90% reliability knowing constituent
chemical elements properties only. The success of
approach that was put forward in IMET has given an
impetus to many investigations which were connected
with machine learning application to inorganic
chemistry and materials science and carried-out in
various countries. The investigations geography in this
field is very wide: Europe, America, Asia, Africa
(figure 1). The most representative teams work in
Russia, the USA, and China. More detailed reviews of
these researches are given in the monograph [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and
reviews [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ]. It should be noted that in recent years in
the developed countries the governmental initiatives
aimed at IT application (as well as machine learning
methods) to chemistry and materials science were
announced: Materials Genome Initiative (the USA) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
Materials Research by Information Integration Initiative
(Japan) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and Chinese Materials Genome (China)
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. It is expected that the theoretic methods use will
provide essential progress achievements in chemistry
and materials science that will lead to cost reduction
during new materials research, development, and
production.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2 Problem Statement and Decision Methods</title>
      <p>Suppose that every inorganic substance is described by
a vector x = (x1(1), x2(1),… xM(1), x1(2), x2(2),… xM(2),…,
x1(L), x2(L),... xM(L)), where L is the number of chemical
elements that form a compound and M is the number of
chemical elements parameters. Each substance is also
characterized by a class membership parameter: a(x) ∈
{1, 2,…, K}, where K is the number of classes. The
learning sample consists of N objects: S = {xi, i = 1, …,
N}. We denote the learning sample objects subset from
class aj, j = 1, 2, …, K, by Saj = {x: a(x) = aj}. The
machine learning aim is to construct a classification rule
that distinguishes not only different classes objects of
the learning sample but also preserves prognostic ability
to generate new combinations of chemical elements that
were not used for learning.</p>
      <p>Among the numerous machine learning methods,
various of Artificial Neural Network (ANN) learning
algorithms modifications and Support Vector Machine
algorithms (SVM) are the most popular (figure 2). This
is due to appropriate software packages accessibility
and seeming exam score accuracy (many investigators
do not take into account an influence of overfitting
effect on subsequent prediction reliability that is
inherent in these methods).</p>
      <p>Notation: ANN – artificial neural network learning;
SVM – support vector machine; KNN – k-nearest
neighbors method; DT – decision trees learning; GPN –
concept formation using growing pyramidal networks;
LM – linear machine method; LDF – linear Fisher
discriminant; LoReg – voting algorithm where
estimations for classes are calculated by means of
voting by logical regularities system; SWS – statistical
weighted syndromes; DTA – deadlock test algorithm;
ECA – estimate calculating algorithm.</p>
      <p>
        A great diversity of chemical and materials science
tasks were solved successfully using machine learning
methods, e.g.:
theoretic tasks of prediction of:
- inorganic system phase diagram type [
        <xref ref-type="bibr" rid="ref11 ref5">5, 11</xref>
        ];
- inorganic compounds formation with certain
stoichiometric composition [
        <xref ref-type="bibr" rid="ref1 ref12 ref2 ref5 ref6 ref7">1, 2, 5-7, 12</xref>
        ];
      </p>
      <p>
        - inorganic compounds crystal structure type [
        <xref ref-type="bibr" rid="ref13 ref14 ref5 ref6 ref7">5-7,
13, 14</xref>
        ];
      </p>
      <p>
        - some of inorganic compounds properties (melting
point [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], critical temperature of superconductivity
[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], band gap energy [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], enthalpy of formation [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ],
etc.);
technologic tasks of prediction of:
- mechanical properties of steels [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ];
- acoustic properties of tellurite glasses [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ];
- tribological behavior of aluminum–copper based
composite [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ];
      </p>
      <p>
        - functional properties of ceramic materials [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], and
so on.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3 Experience in machine learning system development for chemical applications</title>
      <p>
        A special information-analytical system (IAS) that
allows an automation of task solution procedure in the
field of inorganic chemistry using machine learning was
developed in IMET [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. The subject field peculiarities
were taken into account at the IAS creation, namely:
1) Attribute description composite structure:
chemical elements (inorganic substance components)
parameters set is repeated as many times as the number
of elements which are included into the compound.
      </p>
      <p>2) Strong correlation within set of these attributes
for each component due to their dependence on
common parameter - chemical elements atomic number
(it follows from the Periodic Law).</p>
      <p>3) Individual chemical elements properties give
small informative gain therefore more informative
parameters of single compounds (for example, single
oxides, halogenides, chalcogenides, etc.) and
component properties algebraic functions are widely
used additionally.</p>
      <p>4) Blanks of attributes’ values that are filled by
various methods including interpolation taking into
account a periodicity in chemical elements properties
variation with their atomic numbers.</p>
      <p>5) Large asymmetry of learning set sizes for
different classes (at that often the least of representative
– as a rule newly obtained classes of substances – are
the most interesting for chemists).</p>
      <p>6) Errors and discrepancies in inorganic compounds
experimental classification of learning set decreases the
prediction accuracy drastically.</p>
      <p>Machine learning procedure involves several stages:
1) objects selection for machine learning,
2) attribute description formation (including the
most informative attributes selection and filling
attribute values blanks also),
3) machine learning algorithms selection,
4) machine learning including application of
algorithms ensembles and collective solution synthesis
in a case of several algorithms usage,
5) machine learning quality estimation,
6) new objects status prediction and results
interpretation.</p>
      <sec id="sec-3-1">
        <title>3.1 Objects selection for machine learning</title>
        <p>
          Representative and reliable set formation for machine
learning preconditions subsequent prediction accuracy
in a great measure. Objects selection (known inorganic
substances examples) for machine learning is performed
by experts in subject domain by means of information
stored in data bases (DBs) on inorganic substances and
materials properties including DBs that were developed
in IMET [
          <xref ref-type="bibr" rid="ref17 ref23 ref24 ref25">17, 23-25</xref>
          ]. The latest include data on tens of
thousands of substances and are Internet-accessible
[
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. Data on substances were extracted from thousands
of publications. In common with other intellectual fields
papers can involve errors and inaccuracies. The
experimental errors in object classification contribute
significantly to prediction accuracy decrease. However,
classification reliability estimation of tens of thousands
of substances is massively expensive and practically
impossible task. Partial automation of procedure of
search for data outliers using machine learning is
proposed by us. This can be best done in detecting of
errors which were caused by incorrect and incomplete
experimental knowledge of the class to which the
substance belongs (for example, crystal structure type)
as well as by erroneous property values of components
which form the substance description. In the latter case
errors can be incorrect experimental property value
measurement result or they can be associated with
incorrect interpolation in the case of filling attribute
values blanks as well. The machine learning results
analysis allows detection of substances which fall
within another class and provision for chemist with
information on substance expert assessment and making
a decision for its status. The problem solution principal
possibility is specified by the subject domain specific
that is connected with inorganic compounds properties
variation periodicity depending on atomic number of
elements – the chemical system components.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 Attribute description formation</title>
        <p>Attribute description formation problem is complicated
and hard-to-solve task of modern machine learning
theory. There are a large number of approaches which
have proved their effectiveness at various task types
solution. However, it is impossible to evolve a surely
optimal universal method of attributes selection. In this
regard few alternative methods with subsequent
collective decision synthesis are used by us for attribute
selection. 2D-projections visualization tools are applied
additionally for points corresponding to certain type
compounds in chemical elements properties space. The
parameters set includes not only initial attributes but
also the algebraic functions of these attributes which are
selected by user.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3 Machine learning algorithms selection</title>
        <p>
          The IAS includes a set of machine learning algorithms
which are the most popular among chemists (figure 1).
At present time IAS involves the following software:
programs based on well-known linear machines
methods, Fisher linear discriminant, k-nearest
neighbors, support vector machine, neural-network
algorithms, and also algorithms which were developed
by the Computing Centre, Russian Academy of
Sciences and based on estimates calculation, deadlock
tests voting algorithms, logical regularities voting
algorithms, weighted statistical voting algorithms, etc.
[
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. IAS includes also the ConFor system for machine
learning according to procedure for concept formation,
developed by the Institute of Cybernetics, National
Academy of Sciences of Ukraine [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. This system is
built upon computer memory data arrangement in the
form of growing pyramidal networks. At solution of
each task at hand a selection of the most exact machine
learning algorithms is carried out for subsequent use in
decision making and prediction procedures.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4 Machine learning</title>
        <p>
          Our experience in inorganic chemistry prediction tasks
solution shows [
          <xref ref-type="bibr" rid="ref12 ref17 ref23 ref24 ref6 ref7">6, 7, 12, 17, 23, 24</xref>
          ] that algorithms
ensembles application allows a considerable increase of
accuracy in inorganic compounds prediction. In
decision making process the most accurate machine
learning algorithms are used that were selected on the
previous stage. The IAS includes the following
programs realizing various collective decisions
strategies, which are based on Bayes method, clustering
and selection methods, decision templates, logical
correction, convex stabilizer method, Woods dynamic
method, committee methods, etc. [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5 Machine learning quality estimation</title>
        <p>The cross-validation on learning set objects is the most
widely used universal and reliable tool for machine
learning quality estimation. IAS contains special
software for this procedure realization that is used in the
best machine learning algorithms selection. However,
an attempt of cross-validation application to machine
learning accuracy estimation at use of algorithms
ensembles as optimizable criterion results the loss of
estimate unbiasedness. In this case, there is a certain
overfitting risk. In this regard, the traditional approach
to collective algorithms accuracy evaluation using
examination recognition of N examples chosen
randomly from learning samples and unused in learning
(at the final prediction stage, reference examples are
returned to the learning set) is applied. The
corresponding program was included to IAS.</p>
        <p>The learning set sizes asymmetry for different
classes is an important problem at machine learning
accuracy estimation. Naturally in this case the
generalized examination recognition accuracy does not
represent the prediction error for small classes,
therefore the ROC curves application is appropriate to
different algorithms prediction quality analysis. ROC
curves allow recognition accuracy comparison for the
targeted and alternative classes at variation of cut-offs
which identifies belonging to different classes.</p>
        <p>It should be pointed out that machine learning
quality estimation procedure belongs to yet hardly
unsolved machine learning task. Some algorithms
(SVM, ANN, etc.) characterized by overfitting effect,
show high examination recognition accuracy often but
this fact does not always provide high predicting
reliability for new objects.</p>
      </sec>
      <sec id="sec-3-6">
        <title>3.6 Prediction of new inorganic compounds formation and some of their properties estimation</title>
        <p>
          To increase predicting accuracy in the case of learning
sets with K classes (K &gt; 2) the following method is
used. Firstly, multi-class learning and prediction are
carried out. Next, K dichotomies are calculated: the
targeted class and all the alternative classes, followed
by subsequent K predictions. The results of multi-class
prediction and dichotomies series are intercompared,
and if the predictions are not contradictory the decision
on the object status is made. The special tools for
collective decision formation based on comparison of
multi-class prediction results and dichotomies series
were developed. The efficiency of such approach that
allows to increase prediction accuracy was approved
during numerous tasks solution [
          <xref ref-type="bibr" rid="ref12 ref17 ref23 ref24 ref5 ref6 ref7">5-7, 12, 17, 23, 24</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 IAS application illustration to regularities search in chemical information</title>
      <p>
        The machine learning application allowed a search for
inorganic compounds formation regularities, a
prediction of thousands not yet synthesized substances
and some their properties estimation using obtained
regularities. This approach efficiency to inorganic
compounds design can be illustrated by comparison of
the predictions results with newer experimental data
obtained after publication of our predictions [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        The table contains AB3X3 compounds formation
possibility predictions in the A2X3–B2X systems (A and
B are various elements, and X = S, Se, or Te) under
normal conditions, which could be promising for search
for new semiconductor, nonlinear optical,
electrooptical, and acousto-optical materials. Experimental
information on 117 examples of AB3X3 compounds
formed and 58 examples when no such composition
compounds were formed in the A2X3–B2X systems
under normal conditions was used for computer
analysis. To describe the compounds in computer
memory we selected A, B, and X elements properties
(the melting and boiling points; covalent, ionic (by
Bokii and Belov), and pseudopotential (by Zunger)
radii; the first three ionization potentials;
electronegativity (by Pauling); the standard enthalpies
of atomization and evaporation; thermal conductivity;
molar heat capacities, etc.), simple A2X3 and B2X
chalcogenides properties (standard entropy and
enthalpy), and some algebraic functions of these
properties (for example, the ratio of the covalent radius
to the metal radius for elements A, B, and X). The table
1 presents predictions examples for the AB3X3
compounds and their experimental verification results.
The following notation is used: 1, the prediction of
AB3X3 formation under normal conditions; 2, the
prediction of AB3X3 absence under normal conditions;
#, examples, the information on which is used for
machine learning; empty cells, uncertain prediction; ©,
the prediction of AB3X3 formation matches new
experimental data; and Θ, the prediction of compound
absence matches experimental data. All 27 tested
predictions coincided with the experimental data.
During half of the century the predictions of thousands
of inorganic compounds in binary, ternary and more
complicated chemical systems were obtained and some
their properties (melting point, critical temperature of
superconductivity, band gap energy, etc.) were
estimated in IMET [
        <xref ref-type="bibr" rid="ref1 ref12 ref16 ref17 ref2 ref23 ref24 ref5 ref6 ref7">1, 2, 5-7, 12, 16, 17, 23, 24</xref>
        ]. The
obtained predictions usage allows an essential progress
provision in a search for new magnetic, semiconductor,
superconductor, nonlinear optical, electro-optical,
acousto-optical and other materials. Hundreds of
predicted compounds were synthesized and our results
experimental verification shows that the average
prediction accuracy is higher than 80% [
        <xref ref-type="bibr" rid="ref2 ref5 ref6 ref7">2, 5-7</xref>
        ].
Machine learning methods application to search for
regularities in big chemical data gives an opportunity
for theoretic design of new inorganic compounds that
allows substantially reduce the costs for search for new
materials with predefined properties, replacing them by
computations. It is important to note that only
information on components properties (chemical
elements or more simple compounds) is used in
prediction process.
      </p>
      <p>This work was partially supported by the Russian
Foundation for Basic Research (project nos.
16-0701028, 17-07-01362, and 15-07-00980). We are
grateful to V.V. Ryazanov, O.V. Sen’ko and
A.A. Dokukin for long-term help and collaboration.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Savitskii</surname>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            . V. Devingtal', and
            <given-names>V. B.</given-names>
          </string-name>
          <string-name>
            <surname>Gribulya</surname>
          </string-name>
          .
          <article-title>Prediction of metallic compounds with composition A3B using computer</article-title>
          .
          <source>Dokl. Akad. Nauk SSSR (English translation - Doklady Physical Chemistry)</source>
          ,
          <volume>183</volume>
          (
          <issue>5</issue>
          ), p.
          <fpage>1110</fpage>
          -
          <lpage>1112</lpage>
          ,
          <year>1968</year>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Savitskii</surname>
          </string-name>
          and
          <string-name>
            <given-names>V. B.</given-names>
            <surname>Gribulya</surname>
          </string-name>
          .
          <article-title>Application of computer techniques in the prediction of inorganic compounds</article-title>
          . New Delhi-Calcutta: Oxonian Press Pvt.,
          <string-name>
            <surname>Ltd</surname>
          </string-name>
          .
          <year>1985</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Yu</surname>
          </string-name>
          . V.
          <article-title>Devingtal'. About optimal coding of objects at their classification using pattern recognition methods</article-title>
          .
          <source>Izvestiya Akademii Nauk SSSR. Tekhnicheskaya Kibernetika</source>
          ,
          <volume>1</volume>
          , p.
          <fpage>162</fpage>
          -
          <lpage>169</lpage>
          ,
          <year>1968</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Yu</surname>
          </string-name>
          . V.
          <article-title>Devingtal'. Coding of objects at application of separating hyper-plane for their classification</article-title>
          .
          <source>Izvestiya Akademii Nauk SSSR. Tekhnicheskaya Kibernetika</source>
          ,
          <volume>3</volume>
          , p.
          <fpage>139</fpage>
          -
          <lpage>147</lpage>
          ,
          <year>1971</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          .
          <article-title>Komp'yuternoe konstruirovanie neorganicheskikh soedinenii. Ispol'zovanie baz dannykh i metodov iskusstvennogo intellekta (Computer Design of Inorganic Compounds:</article-title>
          <source>Use of Databases and Artificial Intelligence Methods)</source>
          . Moscow: Nauka,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>G.S.</given-names>
            <surname>Burkhanov</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          .
          <article-title>Prediction of intermetallic compounds</article-title>
          ,
          <source>Russ. Chem</source>
          . Rev.,
          <volume>78</volume>
          (
          <issue>6</issue>
          ), p.
          <fpage>569</fpage>
          -
          <lpage>587</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Stolyarenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ryazanov</surname>
          </string-name>
          , et al.
          <article-title>Application of Machine Training Methods to Design of New Inorganic Compounds</article-title>
          .
          <source>In Diagnostic Test Approaches to Machine Learning and Commonsense Reasoning Systems</source>
          . Ed. By
          <string-name>
            <given-names>X.A.</given-names>
            <surname>Naidenova</surname>
          </string-name>
          &amp;
          <string-name>
            <given-names>D.I.</given-names>
            <surname>Ignatov</surname>
          </string-name>
          .
          <source>Hershey: IGI Global</source>
          , p.
          <fpage>197</fpage>
          -
          <lpage>220</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>[8] Site of Materials Genome Initiative: https://www.mgi.gov/ .</mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>[9] Site of Center for Materials Research by Information Integration: http://www.nims.go.jp/eng/research/MIII/index.html .</mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>X.-G. Lu.</surname>
          </string-name>
          <article-title>Remarks on the recent progress of Materials Genome Initiative, Sci</article-title>
          . Bull.,
          <volume>60</volume>
          (
          <issue>22</issue>
          ), p.
          <fpage>1966</fpage>
          -
          <lpage>1968</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Villars</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Brandenburg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Berndt</surname>
          </string-name>
          , et al.
          <article-title>Binary, ternary and quaternary compound former/nonformer prediction via Mendeleev number</article-title>
          ,
          <source>J. Alloys and Compounds</source>
          ,
          <volume>317</volume>
          -
          <fpage>318</fpage>
          , p.
          <fpage>26</fpage>
          -
          <lpage>38</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>N.N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          .
          <article-title>Prediction of Formation of AB3X3 (X = S, Se</article-title>
          , Te), Inorg. Mater.,
          <volume>45</volume>
          (
          <issue>10</issue>
          ), p.
          <fpage>1077</fpage>
          -
          <lpage>1080</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.O.</given-names>
            <surname>Oliynyk</surname>
          </string-name>
          , E. Antono, T.D.
          <string-name>
            <surname>Sparks</surname>
          </string-name>
          et al.
          <source>HighThroughput Machine-Learning-Driven Synthesis of Full-Heusler Compounds, Chem</source>
          . Mater.,
          <volume>28</volume>
          (
          <issue>20</issue>
          ), p.
          <fpage>7324</fpage>
          −
          <lpage>7331</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>G.</given-names>
            <surname>Pilania</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.V.</given-names>
            <surname>Balachandran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.E.</given-names>
            <surname>Gubernatis</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Lookman</surname>
          </string-name>
          .
          <article-title>Classification of ABO3 perovskite solids: a machine learning study, Acta Crystallogr</article-title>
          .,
          <source>B71(5)</source>
          , p.
          <fpage>507</fpage>
          -
          <lpage>513</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Seko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Maekawa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tsuda</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Tanaka.</surname>
          </string-name>
          <article-title>Machine learning with systematic densityfunctional theory calculations: Application to melting temperatures of single- and binarycomponent solids</article-title>
          ,
          <source>Phys. Rev</source>
          .,
          <source>B89(5)</source>
          , p.
          <volume>054303</volume>
          /1-
          <fpage>9</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>E.M.</given-names>
            <surname>Savitskii</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.B.</given-names>
            <surname>Gribulya</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          .
          <article-title>Cybernetic prediction of superconducting compounds</article-title>
          ,
          <source>CALPHAD</source>
          ,
          <volume>3</volume>
          (
          <issue>3</issue>
          ), p.
          <fpage>171</fpage>
          -
          <lpage>173</lpage>
          ,
          <year>1979</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>N.N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.A.</given-names>
            <surname>Dudarev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Korzhuyev</surname>
          </string-name>
          .
          <source>Database on the Bandgap of Inorganic Substances and Materials, Inorganic Materials: Applied Research</source>
          ,
          <volume>7</volume>
          (
          <issue>1</issue>
          ), p.
          <fpage>34</fpage>
          -
          <lpage>39</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>S.P.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.Q.</given-names>
            <surname>Yi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jiang</surname>
          </string-name>
          , et al.
          <article-title>Prediction of formation enthalpies for Al2X-type intermetallics using back-propagation neural network</article-title>
          ,
          <source>Mater. Chem. and Phys.</source>
          ,
          <volume>126</volume>
          (
          <issue>3</issue>
          ), p.
          <fpage>632</fpage>
          -
          <lpage>641</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bahrami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S. H.</given-names>
            <surname>Mousavi</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Ekrami</surname>
          </string-name>
          .
          <article-title>Prediction of mechanical properties of DP steels using neural network model</article-title>
          ,
          <source>J. Alloys and Compounds</source>
          ,
          <volume>392</volume>
          (
          <issue>1-2</issue>
          ), p.
          <fpage>177</fpage>
          -
          <lpage>182</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.S.</given-names>
            <surname>Gaafar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.M.</given-names>
            <surname>Abdeen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.Y.</given-names>
            <surname>Marzouk</surname>
          </string-name>
          .
          <article-title>Structural investigation and simulation of acoustic properties of some tellurite glasses using artificial intelligence technique</article-title>
          ,
          <source>J. Alloys and Compounds</source>
          ,
          <volume>509</volume>
          , p.
          <fpage>3566</fpage>
          -
          <lpage>3575</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hayajneh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.M.</given-names>
            <surname>Hassan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alrashdan</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.T.</given-names>
            <surname>Mayyas</surname>
          </string-name>
          .
          <article-title>Prediction of tribological behavior of aluminum-copper based composite using artificial neural network</article-title>
          ,
          <source>J. Alloys and Compounds</source>
          ,
          <volume>470</volume>
          , p.
          <fpage>584</fpage>
          -
          <lpage>588</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>D.J.</given-names>
            <surname>Scott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.V.</given-names>
            <surname>Coveney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.A.</given-names>
            <surname>Kilner</surname>
          </string-name>
          , et al.
          <article-title>Prediction of the functional properties of ceramic materials from composition using artificial neural networks</article-title>
          ,
          <source>J. Eur. Ceram. Soc.</source>
          ,
          <volume>27</volume>
          (
          <issue>16</issue>
          ), p.
          <fpage>4425</fpage>
          -
          <lpage>4435</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>N.N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.V.</given-names>
            <surname>Stolyarenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.V.</given-names>
            <surname>Ryazanov</surname>
          </string-name>
          , et al.
          <article-title>A system for computer-assisted design of inorganic compounds based on computer training</article-title>
          ,
          <source>Pattern Recognition and Image Analysis</source>
          ,
          <volume>21</volume>
          (
          <issue>1</issue>
          ), p.
          <fpage>88</fpage>
          -
          <lpage>94</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>N.N.</given-names>
            <surname>Kiselyova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.A.</given-names>
            <surname>Dudarev</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.S.</given-names>
            <surname>Zemskov</surname>
          </string-name>
          .
          <article-title>Computer information resources in inorganic chemistry and materials science</article-title>
          ,
          <source>Russ. Chem</source>
          . Rev.,
          <volume>79</volume>
          (
          <issue>2</issue>
          ), p.
          <fpage>145</fpage>
          -
          <lpage>166</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <article-title>Site of IMET RAS DBs</article-title>
          : http://imet-db.ru .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Yu. I.</given-names>
            <surname>Zhuravlev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. V.</given-names>
            <surname>Ryazanov</surname>
          </string-name>
          , and
          <string-name>
            <given-names>O. V.</given-names>
            <surname>Sen</surname>
          </string-name>
          <article-title>'ko</article-title>
          .
          <source>RECOGNITION. Mathematical methods. Software system. Practical solutions</source>
          . Moscow: Phasis.
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>V. P.</given-names>
            <surname>Gladun</surname>
          </string-name>
          .
          <article-title>Processes of formation of new knowledge</article-title>
          .
          <source>Sofia: SD "Pedagog</source>
          <volume>6</volume>
          ”.
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>