Skip to content

Commit b3320dd

Browse files
authored
remove references to mxnet which has been discontinued (#747)
https://www.mail-archive.com/[email protected]/msg08917.html
1 parent 1fa9c5e commit b3320dd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

content/en/tabcontents.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
params:
22
machinelearning:
33
paras:
4-
- para1: NumPy forms the basis of powerful machine learning libraries like [scikit-learn](https://scikit-learn.org) and [SciPy](https://www.scipy.org). As machine learning grows, so does the list of libraries built on NumPy. [TensorFlow’s](https://www.tensorflow.org) deep learning capabilities have broad applications — among them speech and image recognition, text-based applications, time-series analysis, and video detection. [PyTorch](https://pytorch.org), another deep learning library, is popular among researchers in computer vision and natural language processing. [MXNet](https://mxnet.apache.org/) is another AI package, providing blueprints and templates for deep learning.
4+
- para1: NumPy forms the basis of powerful machine learning libraries like [scikit-learn](https://scikit-learn.org) and [SciPy](https://www.scipy.org). As machine learning grows, so does the list of libraries built on NumPy. [TensorFlow’s](https://www.tensorflow.org) deep learning capabilities have broad applications — among them speech and image recognition, text-based applications, time-series analysis, and video detection. [PyTorch](https://pytorch.org), another deep learning library, is popular among researchers in computer vision and natural language processing.
55
para2: Statistical techniques called [ensemble](https://towardsdatascience.com/ensemble-methods-bagging-boosting-and-stacking-c9214a10a205) methods such as binning, bagging, stacking, and boosting are among the ML algorithms implemented by tools such as [XGBoost](https://xgboost.readthedocs.io/), [LightGBM](https://lightgbm.readthedocs.io/en/latest/), and [CatBoost](https://catboost.ai) — one of the fastest inference engines. [Yellowbrick](https://www.scikit-yb.org/en/latest/) and [Eli5](https://eli5.readthedocs.io/en/latest/) offer machine learning visualizations.
66

77
arraylibraries:
@@ -48,11 +48,6 @@ params:
4848
img: /images/content_images/arlib/tensorflow-logo.svg
4949
alttext: TensorFlow
5050
url: https://www.tensorflow.org
51-
- title: MXNet
52-
text: Deep learning framework suited for flexible research prototyping and production.
53-
img: /images/content_images/arlib/mxnet_logo.png
54-
alttext: MXNet
55-
url: https://mxnet.apache.org/
5651
- title: Arrow
5752
text: A cross-language development platform for columnar in-memory data and analytics.
5853
img: /images/content_images/arlib/arrow.png
@@ -74,7 +69,7 @@ params:
7469
alttext: uarray
7570
url: https://uarray.org/en/latest/
7671
- title: tensorly
77-
text: Tensor learning, algebra and backends to seamlessly use NumPy, MXNet, PyTorch, TensorFlow or CuPy.
72+
text: Tensor learning, algebra and backends to seamlessly use NumPy, PyTorch, TensorFlow or CuPy.
7873
img: /images/content_images/arlib/tensorly.png
7974
alttext: tensorly
8075
url: http://tensorly.org/stable/home.html

0 commit comments

Comments
 (0)