You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-docs-source/index.rst
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,43 @@ To run the potential energy surface (pes), lammps installation is required you c
53
53
54
54
The SNAP potential comes with this lammps installation. The GAP package for GAP and MLIP package for MTP are needed to run the corresponding potentials. For fitting NNP potential, the `n2p2` package is needed.
55
55
56
+
57
+
Install all the libraries from requirement.txt file::
58
+
pip install -r requirements.txt
59
+
(If doesn't works provide the path of requirement.txt file)
60
+
61
+
For all the requirements above::
62
+
pip install -r requirements-ci.txt
63
+
pip install -r requirements-optional.txt
64
+
pip install -r requirements-tf.txt
65
+
pip install -r requirements.txt
66
+
67
+
(If doesn't works provide the path of requirements.txt file)
68
+
56
69
Usage
57
70
-----
58
71
59
-
Many Jupyter notebooks are available on usage. See `notebooks </notebooks>`_.
72
+
Many Jupyter notebooks are available on usage. See `notebooks </notebooks>`_. We also have established a tool and a tutorial lecture at nanoHUB `https://nanohub.org/resources/maml <https://nanohub.org/resources/maml>`_.
60
73
61
74
API documentation
62
75
-----------------
63
76
64
77
See `API docs <https://guide.materialsvirtuallab.org/maml/modules.html>`_.
78
+
79
+
Machine learning (ML) is the study of computer algorithms that improve automatically through experience.[1][2] It is seen as a subset of artificial intelligence. Machine learning algorithms build a mathematical model based on sample data, known as "training data", in order to make predictions or decisions without being explicitly programmed to do so.[3] Machine learning algorithms are used in a wide variety of applications, such as email filtering and computer vision, where it is difficult or infeasible to develop conventional algorithms to perform the needed tasks.
80
+
81
+
Machine learning is closely related to computational statistics, which focuses on making predictions using computers. The study of mathematical optimization delivers methods, theory and application domains to the field of machine learning. Data mining is a related field of study, focusing on exploratory data analysis through unsupervised learning.[5][6] In its application across business problems, machine learning is also referred to as predictive analytics.
82
+
83
+
Citing
84
+
------
85
+
::
86
+
87
+
@misc{maml,
88
+
author = {Chen, Chi and Zuo, Yunxing and Ye, Weike and Ong, Shyue Ping},
89
+
title = {{Maml - materials machine learning package}},
Copy file name to clipboardExpand all lines: docs/_sources/index.rst.txt
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,43 @@ To run the potential energy surface (pes), lammps installation is required you c
53
53
54
54
The SNAP potential comes with this lammps installation. The GAP package for GAP and MLIP package for MTP are needed to run the corresponding potentials. For fitting NNP potential, the `n2p2` package is needed.
55
55
56
+
57
+
Install all the libraries from requirement.txt file::
58
+
pip install -r requirements.txt
59
+
(If doesn't works provide the path of requirement.txt file)
60
+
61
+
For all the requirements above::
62
+
pip install -r requirements-ci.txt
63
+
pip install -r requirements-optional.txt
64
+
pip install -r requirements-tf.txt
65
+
pip install -r requirements.txt
66
+
67
+
(If doesn't works provide the path of requirements.txt file)
68
+
56
69
Usage
57
70
-----
58
71
59
-
Many Jupyter notebooks are available on usage. See `notebooks </notebooks>`_.
72
+
Many Jupyter notebooks are available on usage. See `notebooks </notebooks>`_. We also have established a tool and a tutorial lecture at nanoHUB `https://nanohub.org/resources/maml <https://nanohub.org/resources/maml>`_.
60
73
61
74
API documentation
62
75
-----------------
63
76
64
77
See `API docs <https://guide.materialsvirtuallab.org/maml/modules.html>`_.
78
+
79
+
Machine learning (ML) is the study of computer algorithms that improve automatically through experience.[1][2] It is seen as a subset of artificial intelligence. Machine learning algorithms build a mathematical model based on sample data, known as "training data", in order to make predictions or decisions without being explicitly programmed to do so.[3] Machine learning algorithms are used in a wide variety of applications, such as email filtering and computer vision, where it is difficult or infeasible to develop conventional algorithms to perform the needed tasks.
80
+
81
+
Machine learning is closely related to computational statistics, which focuses on making predictions using computers. The study of mathematical optimization delivers methods, theory and application domains to the field of machine learning. Data mining is a related field of study, focusing on exploratory data analysis through unsupervised learning.[5][6] In its application across business problems, machine learning is also referred to as predictive analytics.
82
+
83
+
Citing
84
+
------
85
+
::
86
+
87
+
@misc{maml,
88
+
author = {Chen, Chi and Zuo, Yunxing and Ye, Weike and Ong, Shyue Ping},
89
+
title = {{Maml - materials machine learning package}},
0 commit comments