Theano (software)

http://dbpedia.org/resource/Theano_(software) an entity of type: Thing

Theano est une bibliothèque logicielle Python d'apprentissage profond développée par Mila - Institut québécois d'intelligence artificielle, une équipe de recherche de l'Université McGill et de l'Université de Montréal. rdf:langString
Theano è una libreria open source di computazione numerica per il linguaggio di programmazione Python sviluppata da un gruppo di machine learning della Università di Montréal. In Theano i calcoli sono espressi usando una sintassi simile a NumPy e compilato per eseguire efficientemente sia su architetture CPU che GPU. rdf:langString
Theano — библиотека численного вычисления в Python. Вычисления в Theano выражаются NumPy-подобным синтаксисом и компилируются для эффективных параллельных вычислений как на обычных CPU, так и на GPU. Theano является проектом с открытым исходным кодом, основным разработчиком которого является группа машинного обучения в Монреальском университете. 28 сентября 2017 года было объявлено о прекращении работы над проектом после выхода релиза 1.0, при этом обещано сохранение его минимальной поддержки в течение одного года. rdf:langString
Aesara(曾叫做Theano),是一个Python库和优化的编译器,用来操纵和求值数学表达式特别是矩阵值表达式。在Aesara中,计算使用NumPy风格的语法来表达并被编译,用来在CPU或者GPU架构上高效的运行。 rdf:langString
Theano ist eine Python-Bibliothek für maschinelles Lernen. Sie wurde 2007 vom Montreal Institute for Learning Algorithms veröffentlicht. Die Bibliothek stellt allgemein Werkzeuge und Methoden zur Berechnung mathematischer Ausdrücke bereit, die für maschinelles Lernen gebraucht werden, aber anders als viele vergleichbare Bibliotheken keine vorgefertigten Modelle. Mit Version 1.0.0 im Jahr 2017 wurde die Weiterentwicklung eingestellt. Der Name verweist auf die antike Pythagoreerin Theano. rdf:langString
Theano is a Python library and optimizing compiler for manipulating and evaluating mathematical expressions, especially matrix-valued ones.In Theano, computations are expressed using a NumPy-esque syntax and compiled to run efficiently on either CPU or GPU architectures. Theano is an open source project primarily developed by the Montreal Institute for Learning Algorithms (MILA) at the Université de Montréal. The name of the software references the ancient philosopher Theano, long associated with the development of the golden mean. rdf:langString
Theano — бібліотека та оптимізувальний компілятор Python для маніпулювання математичними виразами та їх обчислення , особливо матричнозначних. Обчислення в Theano виражаються NumPy-ським синтаксисом і компілюються для ефективного виконання на архітектурі або ЦП, або ГП. Theano є відкритим проєктом, основним розробником якого є (МІАН, MILA) в Монреальському університеті. Назва цього програмного забезпечення посилається на античну філософиню Теано, тривалий час пов'язувану з розробкою доктрини золотої середини. rdf:langString
rdf:langString Theano (Deep Learning)
rdf:langString Theano (logiciel)
rdf:langString Theano
rdf:langString Theano (software)
rdf:langString Theano
rdf:langString Theano
rdf:langString Theano
rdf:langString Theano
rdf:langString Theano
xsd:integer 33520809
xsd:integer 1109255245
rdf:langString Theano_logo.svg
rdf:langString Theano ist eine Python-Bibliothek für maschinelles Lernen. Sie wurde 2007 vom Montreal Institute for Learning Algorithms veröffentlicht. Die Bibliothek stellt allgemein Werkzeuge und Methoden zur Berechnung mathematischer Ausdrücke bereit, die für maschinelles Lernen gebraucht werden, aber anders als viele vergleichbare Bibliotheken keine vorgefertigten Modelle. Mit Version 1.0.0 im Jahr 2017 wurde die Weiterentwicklung eingestellt. Der Name verweist auf die antike Pythagoreerin Theano. Mathematische Ausdrücke werden in Theano durch eine NumPy-ähnliche Syntax programmiert und symbolisch repräsentiert, wodurch nach eigenen Angaben ineffizient formulierte Ausdrücke in effizientere Formen umgewandelt werden können. Theano setzt diese Berechnungsanweisungen in C++- oder CUDA-Code um, der effizient auf den normalen Prozessoren eines Computers (CPU) oder auf Grafikprozessoren (GPU) läuft. Theano eignet sich für den akademischen Einsatz. Die mittlerweile fehlende Weiterentwicklung wird jedoch aus heutiger Sicht als entscheidender Nachteil gesehen, weswegen die Bibliothek spätestens seit 2019 als überholt gilt. Theano kann für das Framework Keras als Backend genutzt werden. Auf GitHub wurden bis Oktober 2018 ca. 2.500 eigene Entwicklungszweige (sogenannte „Forks“) der Software angelegt, die als ein Maß für die Größe der Community der Nutzer und Entwickler einer Software gelten – das populärste vergleichbare Produkt TensorFlow erreichte 69.000 Forks. Am 17. Mai 2018 schrieb Chris Fonnesbeck vom PyMC Entwicklerteam, dass die PyMC Entwickler offiziell die Weiterentwicklung von Theano übernehmen. Seit Anfang 2021 erfolgt die Weiterentwicklung des Theano-Forks unter dem Projektnamen Aesara.
rdf:langString Theano is a Python library and optimizing compiler for manipulating and evaluating mathematical expressions, especially matrix-valued ones.In Theano, computations are expressed using a NumPy-esque syntax and compiled to run efficiently on either CPU or GPU architectures. Theano is an open source project primarily developed by the Montreal Institute for Learning Algorithms (MILA) at the Université de Montréal. The name of the software references the ancient philosopher Theano, long associated with the development of the golden mean. On 28 September 2017, Pascal Lamblin posted a message from Yoshua Bengio, Head of MILA: major development would cease after the 1.0 release due to competing offerings by strong industrial players. Theano 1.0.0 was then released on 15 November 2017. On 17 May 2018, Chris Fonnesbeck wrote on behalf of the PyMC development team that the PyMC developers will officially assume control of Theano maintenance once they step down. On 29 January 2021, they started using the name Aesara for their fork of Theano.
rdf:langString Theano est une bibliothèque logicielle Python d'apprentissage profond développée par Mila - Institut québécois d'intelligence artificielle, une équipe de recherche de l'Université McGill et de l'Université de Montréal.
rdf:langString Theano è una libreria open source di computazione numerica per il linguaggio di programmazione Python sviluppata da un gruppo di machine learning della Università di Montréal. In Theano i calcoli sono espressi usando una sintassi simile a NumPy e compilato per eseguire efficientemente sia su architetture CPU che GPU.
rdf:langString Theano — библиотека численного вычисления в Python. Вычисления в Theano выражаются NumPy-подобным синтаксисом и компилируются для эффективных параллельных вычислений как на обычных CPU, так и на GPU. Theano является проектом с открытым исходным кодом, основным разработчиком которого является группа машинного обучения в Монреальском университете. 28 сентября 2017 года было объявлено о прекращении работы над проектом после выхода релиза 1.0, при этом обещано сохранение его минимальной поддержки в течение одного года.
rdf:langString Aesara(曾叫做Theano),是一个Python库和优化的编译器,用来操纵和求值数学表达式特别是矩阵值表达式。在Aesara中,计算使用NumPy风格的语法来表达并被编译,用来在CPU或者GPU架构上高效的运行。
rdf:langString Theano — бібліотека та оптимізувальний компілятор Python для маніпулювання математичними виразами та їх обчислення , особливо матричнозначних. Обчислення в Theano виражаються NumPy-ським синтаксисом і компілюються для ефективного виконання на архітектурі або ЦП, або ГП. Theano є відкритим проєктом, основним розробником якого є (МІАН, MILA) в Монреальському університеті. Назва цього програмного забезпечення посилається на античну філософиню Теано, тривалий час пов'язувану з розробкою доктрини золотої середини. 28 вересня 2018 року Паскаль Ламблін опублікував повідомлення від , голови МІАН: після випуску 1.0 серйозну розробку буде припинено через конкурентні пропозиції від сильних промислових гравців. Потім 15 листопада 2017 року було випущено Theano 1.0.0. 17 травня 2018 року Кріс Фоннесбек написав від імені команди розробників , що розробники PyMC офіційно візьмуть на себе контроль за підтримкою Theano, щойно ті відступлять.
xsd:nonNegativeInteger 5143

data from the linked data cloud