| <?xml version="1.0"?> |
| <!--- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| https://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <?xml-stylesheet type="text/xsl"?> |
| <rdf:RDF xml:lang="en" |
| xmlns="http://usefulinc.com/ns/doap#" |
| xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| xmlns:asfext="http://projects.apache.org/ns/asfext#" |
| xmlns:foaf="http://xmlns.com/foaf/0.1/"> |
| <Project rdf:about="https://mxnet.apache.org"> |
| <created>2020-09-15</created> |
| <license rdf:resource="https://spdx.org/licenses/Apache-2.0" /> |
| <name>Apache MXNet</name> |
| <homepage rdf:resource="https://mxnet.apache.org" /> |
| <asfext:pmc rdf:resource="https://incubator.apache.org" /> |
| <shortdesc>Apache MXNet is a deep learning framework designed for both efficiency and flexibility.</shortdesc> |
| <description>Apache MXNet is a deep learning framework designed for both efficiency and flexibility. It's lightweight, Portable, Flexible Distributed/Mobile Deep Learning with dynamic, mutation-aware data-flow dependency scheduler; for Python, R, Julia, Scala, Go, Javascript and more</description> |
| <bug-database rdf:resource="https://github.com/apache/mxnet/labels/Bug" /> |
| <mailing-list rdf:resource="https://lists.apache.org/list.html?dev@mxnet.apache.org" /> |
| <download-page rdf:resource="https://mxnet.apache.org/get_started/download" /> |
| <programming-language>C++</programming-language> |
| <category rdf:resource="https://projects.apache.org/category/big-data" /> |
| <release> |
| <Version> |
| <name>Apache MXNet (Incubating) 1.7.0</name> |
| <created>2020-09-13</created> |
| <revision>1.7.0</revision> |
| </Version> |
| </release> |
| <repository> |
| <GitRepository> |
| <location rdf:resource="https://github.com/apache/mxnet"/> |
| <browse rdf:resource="https://github.com/apache/mxnet"/> |
| </GitRepository> |
| </repository> |
| <maintainer> |
| <foaf:Person> |
| <foaf:name>ApacheMXNet Contributors</foaf:name> |
| <foaf:mbox rdf:resource="mailto:dev@mxnet.apache.org"/> |
| </foaf:Person> |
| </maintainer> |
| </Project> |
| </rdf:RDF> |
| |