<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2017.514007</article-id><article-id pub-id-type="publisher-id">JCC-81539</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  A Data Analysis Framework for Earth System Simulation within an &lt;i&gt;In-Situ&lt;/i&gt; Infrastructure
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>D.</surname><given-names>Wang</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>X.</surname><given-names>Luo</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>F.</surname><given-names>Yuan</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>N.</surname><given-names>Podhorszki</given-names></name><xref ref-type="aff" rid="aff3"><sup>3</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>Environmental Science Division, Oak Ridge National Laboratory, Oak Ridge, TN, USA</addr-line></aff><aff id="aff2"><addr-line>Department of Computer Science and Electric Engineering, University of Tennessee, Knoxville, TN, USA</addr-line></aff><aff id="aff3"><addr-line>Computer Science and Mathematics Division, Oak Ridge National Laboratory, Oak Ridge, TN, USA</addr-line></aff><author-notes><corresp id="cor1">* E-mail:<email>wang_dali@hotmail.com(DW)</email>;</corresp></author-notes><pub-date pub-type="epub"><day>12</day><month>12</month><year>2017</year></pub-date><volume>05</volume><issue>14</issue><fpage>76</fpage><lpage>85</lpage><history><date date-type="received"><day>20,</day>	<month>October</month>	<year>2017</year></date><date date-type="rev-recd"><day>26,</day>	<month>December</month>	<year>2017</year>	</date><date date-type="accepted"><day>29,</day>	<month>December</month>	<year>2017</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  This paper presents a generic procedure to implement a scalable and high performance data analysis framework for large-scale scientific simulation within an 
  <em>in-situ</em> infrastructure. It demonstrates a unique capability for global Earth system simulations using advanced computing technologies (
  <em>i.e.</em>, automated code analysis and instrumentation), 
  <em>in-situ</em> infrastructure (
  <em>i.e.</em>, ADIOS) and big data analysis engines (
  <em>i.e.</em>, SciKit-learn). This paper also includes a useful case that analyzes a globe Earth System simulations with the integration of scalable
  <em> in-situ</em> infrastructure and advanced data processing package. The
  <em> in-situ</em> data analysis framework can provides new insights on scientific discoveries in multiscale modeling paradigms.
 
</p></abstract><kwd-group><kwd>&lt;i&gt;In-Situ&lt;/i&gt; Data Analysis</kwd><kwd> Source Code Analysis</kwd><kwd> Data Staging</kwd><kwd> ADIOS</kwd><kwd> Earth System Model</kwd><kwd> Machine Learning</kwd><kwd> SciKit-Learn</kwd><kwd> E3SM</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Earth system models (ESMs) are essential approaches to understand Earth system dynamics and to project future climate scenarios. It is well known that the validation and verification of Earth system process within EMSs are quite challenging [<xref ref-type="bibr" rid="scirp.81539-ref1">1</xref>] [<xref ref-type="bibr" rid="scirp.81539-ref2">2</xref>] . Earth system scientists widely adopted post-simulation approaches to analyze results, ranging from visual exploration to transitional statistical data analysis. Along with the advances in in-situ infrastructure development [<xref ref-type="bibr" rid="scirp.81539-ref3">3</xref>] [<xref ref-type="bibr" rid="scirp.81539-ref4">4</xref>] , high performance computing and artificial intelligence [<xref ref-type="bibr" rid="scirp.81539-ref5">5</xref>] , real-time data analysis becomes an innovative approach to investigate Earth system simulation results [<xref ref-type="bibr" rid="scirp.81539-ref6">6</xref>] [<xref ref-type="bibr" rid="scirp.81539-ref7">7</xref>] [<xref ref-type="bibr" rid="scirp.81539-ref8">8</xref>] .</p><p>Developing an in-situ data analysis platform for Earth System modeling requires several practical solutions, including 1) automated code instrumentation of large-scale code to extract appropriate data of interest; 2) efficient packing and transfer of highly customized data types; 3) optimal tuning of underlying in-situ infrastructure based on the unique characteristics of the applications; as well as 4) seamless integration with external data processing and machine learning packages.</p><p>In this paper, we first present design considerations and key components of a data analysis framework for Earth system simulation. We then list the computing and software environment used in our study. At last, a case study is designed to demonstrate the practical usefulness of the data analysis system and its computing performance.</p></sec><sec id="s2"><title>2. Data Analysis Procedure and Key Components</title><p>The data analysis framework developed in our study consists of four major components: 1) source code analysis and data capture; 2) data packing and conversion tools; 3) in-situ infrastructure; and 4) data analysis packages. The work-flow of the framework is illustrated in <xref ref-type="fig" rid="fig1">Figure 1</xref>. The main functions and objectives of each component are listed in the following sections.</p><sec id="s2_1"><title>2.1. Source Code Analysis and Data Capture</title><p>In this step, we analyze the source code dependency using the information extracted from compilers or language parsers. The main goal is to understand the software structure and to capture internal data structure and scientific workflow of the source code. For a given function or module of interest, we use programming language parsers to analyze the source code and store the program information as an abstract syntax tree (AST). Then, we conduct recursive name resolution through the AST to capture the input and output data streams of the target function. Finally, we generate a code segment into the original source code to</p><p>package all the data of interest into a continuous memory buffer ready for in-situ data transfer. More detailed information on the source code analysis and data capture can be found in previous publications [<xref ref-type="bibr" rid="scirp.81539-ref9">9</xref>] [<xref ref-type="bibr" rid="scirp.81539-ref10">10</xref>] .</p></sec><sec id="s2_2"><title>2.2. Data Packing and Conversion Tool</title><p>As most scientific codes, Earth system models use highly customized data structures. As mentioned in the previous section, the data is packed into a continuous memory block for efficient data transfer using the underlying in-situ infrastructure. The internal information on the customized data structure has to be recorded as well, to reconstruct the customized data types after data transferring. It is also worth to mention that most in-situ infrastructures use specific data formations to facilitate its performance, therefore, it is convenient to create a software tool for the data conversions between applications and in-situ infrastructures.</p></sec><sec id="s2_3"><title>2.3. Integration with In-Situ Infrastructure</title><p>By now, several in-situ infrastructure have emerged, including data analysis and visualization toolkits (such as ParaView [<xref ref-type="bibr" rid="scirp.81539-ref11">11</xref>] and VisIt [<xref ref-type="bibr" rid="scirp.81539-ref12">12</xref>] ) and high performance data infrastructure (such as ADIOS and GLEAN). These infrastructures enable full capability of in-situ data processing at the benefit of large I/O cost savings and better utilization of all available resources. In our study we leverage the capabilities with the adaptive IO system developed at ORNL.</p></sec><sec id="s2_4"><title>2.4. External Packages for Automated Data Analysis</title><p>There are several comprehensive packages widely used for big data analysis, including graph database and machine learning [<xref ref-type="bibr" rid="scirp.81539-ref13">13</xref>] [<xref ref-type="bibr" rid="scirp.81539-ref14">14</xref>] [<xref ref-type="bibr" rid="scirp.81539-ref15">15</xref>] . In this study, we use a free, python-based machine learning library (Scikit-learn) for automated data processing. Scikit-learn features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the other Python libraries.</p></sec></sec><sec id="s3"><title>3. Case Study: An In-Situ Data Analysis System for the E3SM Land Model</title><p>Energy Exascale Earth System Model (E3SM) is a national effort to address the challenging and demanding climate-change research imperatives. Within the E3SM modeling framework, E3SM Land Model (ELM) is a process-based model that represents the energy-water-biogeochemistry interactions between the atmosphere and the terrestrial landscape. We implement an in-situ data analysis system for the ELM and focus on key biogeophysical and biogeochemical functions.</p><p>Due to the complexity of ELM, the validation and verification of the terrestrial system process are quite challenging. Scientists routinely use post-simulation approaches to analyze results. Generating data for post-simulation earth system process investigation quickly becomes a cumbersome task once a simulation reaches a fairly large scale with a huge amount of data and daunting input/output cost. A previous pilot effort focused on demonstrating a concept and small-scale (pointwise) prototype [<xref ref-type="bibr" rid="scirp.81539-ref8">8</xref>] . Our current effort is to process global simulations with the integration of scalable in-situ infrastructure and advanced data processing package.</p><sec id="s3_1"><title>3.1. Computing Platform</title><p>The platform used in this study is a Linux cluster within the Computing and Data Environment for Science (CADES) at Oak Ridge National Laboratory. The cluster has 48 nodes of Cray CS400 machines. Each node contains 2 Intel E5-2698v3 16-core (total of 32 per node), 128 GB RAM, Dual port mellanox-FDR IB and 10GbE and 250 GB local hard drive. The cluster shares a Petascale parallel file system with other clusters within CADES. External users can access these ORNL HPC clusters via two dedicated login nodes.</p></sec><sec id="s3_2"><title>3.2. Software System Implementation</title><p>The ELM used in the study comes from the newest version of E3SM code in 2017. In the past, we have developed two methods for parsing and analyzing the ELM code based on KGEN and PGI Fortran compiler [<xref ref-type="bibr" rid="scirp.81539-ref9">9</xref>] . In this study, we further enhanced our code parsing and analysis capability using KGEN to better handle the global, nested and customized ELM data structure. Since KGEN is written in Python, we developed our own python script to extract information from KGEN and generate FORTRAN code segments into the ELM source code for data packing. The underlying in-situ infrastructure used in our study is the Adaptive IO system (ADIOS) [<xref ref-type="bibr" rid="scirp.81539-ref3">3</xref>] . We use ADIOS with the ELM code as an external module. We developed a data writer that uses two different in-situ mechanisms available in ADIOS, FlexPath and Data Spaces, depending on the characteristics of specific ELM variables. On the data analysis side, we developed a data reader using the ADIOS C API and then converted it into a shared library with SWIG. This way we can access this staged reading function through other applications, such as python-based data analysis packages. In our study, Scikit-learn is used to handle the data streams from ELM simulations. Technically, we used the ADIOS reader in C to retrieve the data streams from ADIOS infrastructure, and converted the data into python arrays which can be integrated with Scikit-learn functions. We can also dump the data into disk using the native ADIOS data format and then connect to other applications, such as Visit, for further applications. The procedure and high-level implementation of our system is illustrated in <xref ref-type="fig" rid="fig2">Figure 2</xref>.</p></sec></sec><sec id="s4"><title>4. Analysis of Total Leaf Area Index within Global Terrestrial Ecosystem Simulations</title><sec id="s4_1"><title>4.1. Simulation System Configuration</title><p>In this study, we configure the global ELM simulation on a 0.5 &#215; 0.5 degree grid.</p><p>The simulation starts at the spinup stage, driven by the climate datasets of 1920 - 1948, developed by the Climatic Research Unit in the United Kingdom. It also runs assuming a constant CO<sub>2</sub> and land use in 1850. For the purpose of testing our approach, the spinup only runs for 320 years, long enough to demonstrate how plants evolve in warm regions such as the tropics, without in-situ Data Analysis Tools plugged in. Then the simulation restarts from the end of the spinup run and continues for a transit run (1850 to 2010). The transit run is configured to simulate the historic Earth system behavior since the industrial revolution. It is one of commonly used simulation configurations for future scenario projections.</p></sec><sec id="s4_2"><title>4.2. Total Leaf Area within Terrestrial Ecosystem Modeling</title><p>For the demonstration, we capture and analyze the values of Total Leaf Area Index (TLAI) through the half year global terrestrial ecosystem simulations and calculate the data characteristics (such as statistics and primary components) of TLAI during the real-time simulations using built-in function from SciKit-Learn. Leaf area index (LAI), i.e. projected one-side foliage area over ground surface, is a dimensionless quantity that characterizes the vegetation foliage size and thus its function in the Earth system model to predict photosynthetic primary production, evapotranspiration, and it can be regarded as an indicator for plant growth or greenness. As such, LAI plays an essential role in theoretical production ecology. In ELM, LAI is simulated for total 17 individual vegetation types in a grid cell. Then, with the consideration of the actual vegetation coverage of each grid cell, these individual LAIs are fraction weighted to calculate total LAI (TLAI) at each grid cell on the land section of the Earth.</p></sec><sec id="s4_3"><title>4.3. A Snap Shot of TLAI Map at the Beginning of Simulation</title><p><xref ref-type="fig" rid="fig3">Figure 3</xref> contains a snapshot of simulation result on the Total Leaf Area (TLAI)</p><p>at the very beginning of simulation (12 am GWT, January 1, 1850). The TLAI at each grid around the globe (total 360 &#215; 720 cells) is calculated as a weighted summarization of LAI on each vegetation type (called patch) times the percentage of vegetation area within each grid cell. Obviously, TLAI values of tropical cells, such as Amazon and other low altitude, well vegetated areas, are much higher than TLAI at other places. It is also noticeable from the TLAI map that the beginning simulation is a winter time at north hemisphere, since the TLAI is low at these middle-latitude areas in the north hemisphere.</p></sec><sec id="s4_4"><title>4.4. Automated Global TLAI Clustering</title><p>This test is designed to demonstrate the automated data processing using a machine learning package, SciKit-learn. After the data of interest is extracted and transferred from the simulation, transferred data arrays are transformed into numpy arrays that can be accessed by a Python application. In our test, we use the built-in statistical functions of Scikit-learn to classify TLAI values during the simulation, so that the seasonal global vegetation greenness pattern can be recognized dynamically. <xref ref-type="fig" rid="fig4">Figure 4</xref> shows the automated clustering of TLAI values (into 9 group) at a single half-hour time-step during the simulation. The clustering was carried out by using k-means in Scikit-learn.</p><p>The high-resolution snapshot of raw model data output, like the one in <xref ref-type="fig" rid="fig3">Figure 3</xref>, usually shows too much detailed information to recognize its patterns or</p><p>changes. Post data analysis, such as classification in <xref ref-type="fig" rid="fig4">Figure 4</xref>, allows for more clear spatial patterns (with less noise). This is very beneficial for modelers to understand and interpret results.</p></sec><sec id="s4_5"><title>4.5. Performance Analysis</title><p>Two sets of experiments have been conducted to understand simulation performance. We first record the walltime used for data collection, packing and transfer. The pie chart of time division is illustrated in the left graph of <xref ref-type="fig" rid="fig5">Figure 5</xref>. We do not directly compare the original E3SM configuration with filesytem operations since it is just too slow to be useful in practice. The walltime of E3SM shown in <xref ref-type="fig" rid="fig5">Figure 5</xref> is used for computation only. Data transfer via ADIOS takes about 7.4%, while the data packing and convert via KGEN takes more than 25% of time. We will need to further investigate and improve the performance of data packing. In this study, we also investigate how to achieve best performance with different process placement strategies. The time of running E3SM on different configurations is illustrated in the right-side chart of <xref ref-type="fig" rid="fig5">Figure 5</xref>. The performance of the data transfer can be optimized by mapping each pair of ADIOS reader and writer on the same compute node, shown as ADIOS_SAMESOCKET, instead of on different nodes, shown as ADIOS_DIFFNODE. ADIOS_BP shows the time to write the data back into disk. Since we can save a lot of disk IO time using the in-situ infrastructure, both ADIOS_SAMESOCKET and ADIOS_DIFFNODE are much faster than ADIOS_BP.</p></sec></sec><sec id="s5"><title>5. Conclusion and Suggestions</title><p>We have presented design considerations of a data analysis framework for Earth</p><p>system simulation based on automated source code instrumentation, in-situ infrastructure and real-time data processing. We have designed a case study of Earth system simulation to demonstrate the practical usefulness of the data analysis system and its computing performance. With the integration of external data processing package, such as Scikit-Learn, SPACK and TensorFlow, we can easily apply novel machine learning approaches to study simulation results in on the fly. We believe the in-situ processing is a feasible way to investigate large scale climate simulations without intensive human interaction and it avoids the prohibitive IO cost of post-processing on high performance computing platforms. Future efforts will have two directions. We will focus on tuning the performance on high end computers, such as Titan and Summit-Dev at the National Center for Computational Science at Oak Ridge National Laboratory. We will also work to integrate our data analysis system with other external packages, such as TensorFlow, for further large-scale Ecosystem simulation data analysis on hybrid architectures. Science efforts will focus on relationship identifications between the extreme weather events and long term ecosystem behaviors.</p></sec><sec id="s6"><title>Acknowledgements</title><p>This research was funded by the U.S. Department of Energy, Office of Science, Biological and Environmental Research program (E3SM and TES). This research used resources of the Oak Ridge Leadership Computing Facility at the Oak Ridge National Laboratory, which is supported by the Office of Science of the U.S. Department of Energy under Contract No. DE-AC05-00OR22725.</p></sec><sec id="s7"><title>Cite this paper</title><p>Wang, D., Luo, X., Yuan, F. and Podhorszki, N. (2017) A Data Analysis Framework for Earth System Simulation within an In-Situ Infrastructure. Journal of Computer and Communications, 5, 76-85. https://doi.org/10.4236/jcc.2017.514007</p></sec></body><back><ref-list><title>References</title><ref id="scirp.81539-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Wang, D., Schuchart, J., Janjusic, T., Winkler, F., Xu, Y. and Kartsaklis, C. (2014) Toward Better Understanding of the Community Land Model within the Earth System Modeling Framework. Procedia Computer Science, 29, 1515-1524. https://doi.org/10.1016/j.procs.2014.05.137</mixed-citation></ref><ref id="scirp.81539-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Wang, D., Xu, Y., Thornton, P., King, A., Steed, C., Gu, L. and Schuchart, J. (2014) A Functional Test Platform for the Community Land Model. Environmental Modelling &amp; Software, 55, 25-31. https://doi.org/10.1016/j.envsoft.2014.01.015</mixed-citation></ref><ref id="scirp.81539-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Liu, Q., Logan, J., Tian, Y., Abbasi, H., Podhorszki, N., Choi, J.Y., Klasky, S., Tchoua, R., Lofstead, J., Oldfield, R. and Parashar, M. (2014) Hello Adios: The Challenges and Lessons Of Developing Leadership Class I/O Frameworks. Concurrency and Computation: Practice and Experience, 26, 1453-1473.https://doi.org/10.1002/cpe.3125</mixed-citation></ref><ref id="scirp.81539-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Vishwanath, V., Hereld, M. and Papka, M.E. (2011) Toward Simulation-Time Data Analysis and I/O Acceleration on Leadership-Class Systems. 2011 IEEE Symposium on Large Data Analysis and Visualization (LDAV), Providence, Rl, 23-24 October 2011, 9-14. https://doi.org/10.1109/LDAV.2011.6092178</mixed-citation></ref><ref id="scirp.81539-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Russell, S.J. and Norvig, P. (2003) Artificial Intelligence: A Modern Approach. 111-114.</mixed-citation></ref><ref id="scirp.81539-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Kress, J., Klasky, S., Podhorszki, N., Choi, J., Childs, H. and Pugmire, D. (2015) Loosely Coupled In Situ Visualization: A Perspective on Why It’s Here to Stay. Proceedings of the First Workshop on In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization, Austin, TX, 15-20 November 2015, 1-6. https://doi.org/10.1145/2828612.2828623</mixed-citation></ref><ref id="scirp.81539-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Malakar, P., Vishwanath, V., Munson, T., Knight, C., Hereld, M., Leyffer, S. and Papka, M.E. (2015) Optimal Scheduling of In-Situ Analysis for Large-Scale Scientific Simulations. 2015 SC-International Conference for High Performance Computing, Networking, Storage and Analysis, Austin, TX, 15-20 November 2015, 1-11.https://doi.org/10.1145/2807591.2807656</mixed-citation></ref><ref id="scirp.81539-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Wang, D., Yuan, F., Hernandez, B., Pei, Y., Yao, C. and Steed, C. (2017) Virtual Observation System for Earth System Model: An Application to ACME Land Model Simulations. International Journal of Advanced Computer Science and Applications, 8, 171-175. https://doi.org/10.14569/IJACSA.2017.080223</mixed-citation></ref><ref id="scirp.81539-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Wang, D., Pei, Y., Hernandez, O., Wu, W., Yao, Z., Kim, Y., Wolfe, M. and Kitchen, R. (2017) Compiler Technologies for Understanding Legacy Scientific Code: A Case Study on an ACME Land Module. Procedia Computer Science, 108, 2418-2422. https://doi.org/10.1016/j.procs.2017.05.264</mixed-citation></ref><ref id="scirp.81539-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Wang, D., Wu, W., Janjusic, T., Xu, Y., Iversen, C., Thornton, P. and Krassovisk, M. (2015) Scientific Functional Testing Platform for Environmental Models: An Application to Community Land Model. 37th International Workshop on Software Engineering for High Performance Computing in Science.</mixed-citation></ref><ref id="scirp.81539-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Ahrens, J., Geveci, B. and Law, C. (2005) Paraview: An End-User Tool for Large Data Visualization. The Visualization Handbook, 717-731.https://doi.org/10.1016/B978-012387582-2/50038-1</mixed-citation></ref><ref id="scirp.81539-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">VISIT Team (2003) VISIT: Software the Delivers Parallel Interactive Visualization. Lawrence Livermore National Laboratory. http://visit.llnl.gov</mixed-citation></ref><ref id="scirp.81539-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Zaharia, M., Xin, R.S., Wendell, P., Das, T., Armbrust, M., Dave, A., Meng, X., Rosen, J., Venkataraman, S., Franklin, M.J. and Ghodsi, A. (2016) Apache Spark: A Unified Engine for Big Data Processing. Communications of the ACM, 59, 56-65. https://doi.org/10.1145/2934664</mixed-citation></ref><ref id="scirp.81539-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Abadi, M., Barham, P., Chen, J., Chen, Z., Davis, A., Dean, J., Devin, M., Ghemawat, S., Irving, G., Isard, M. and Kudlur, M. (2016) TensorFlow: A System for Large-Scale Machine Learning. OSDI, 16, 265-283.</mixed-citation></ref><ref id="scirp.81539-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O., Blondel, M., Prettenhofer, P., Weiss, R., Dubourg, V. and Vanderplas, J. (2011) Scikit-Learn: Machine Learning in Python. Journal of Machine Learning Research, 12, 2825-2830.</mixed-citation></ref></ref-list></back></article>