IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 

 





 

 

 












Chainer/CuPy v7  

31users  
chainer.org  


Chainer/CuPy v7 By Chainer Team Dec 5, 2019 In Announcement Chainer/CuPy v7Chainer Chainer/CuPy v7 ChainerCuPyv7.0.0 Chainer v7 (alpha, beta1, beta2, beta3, beta4, rc1, major): ChainerMNChainerXndarray ONNX-ChainerChainer TabularDataset pandas



 

2019/12/05 15:23
 









 

















Released Chainer/CuPy v6.0.0  

4users  
chainer.org  


Released Chainer/CuPy v6.0.0 By Seiya Tokui May 16, 2019 In Announcement We have released Chainer and CuPy v6.0.0 today! This is a major release that introduces several new features. Full updates can be found in the release notes: Chainer, CuPy. ChainerX The biggest update is the introduction of ChainerX. It is a fast and portable ndarray engine with autograd support written in C++ with a very thi




 

2019/05/18 00:40
 













ChainerX Beta Release  

9users  
chainer.org  


ChainerX Beta Release By Seiya Tokui Dec 3, 2018 In Announcement Today, we announce ChainerX, a fast, portable, and extensible backend of Chainer. It is aimed at reducing the host-side performance overhead as well as making models much easier to ship for applications. ChainerX is included as an optional feature of Chainer v6.0.0 beta1, and is planned to be officially released as a part of Chainer




 

2018/12/03 17:13
 



 











Released Chainer/CuPy v5.0.0  

11users  
chainer.org  


Released Chainer/CuPy v5.0.0 By Seiya Tokui Oct 25, 2018 In Announcement We have released Chainer and CuPy v5.0.0 today! This is a major release that introduces several new features. The following is a list of selected updates. Full updates can be found in the release notes: Chainer, CuPy. Static subgraph optimization (experimental). By applying the @static_graph decorator to the static part of yo




 

2018/10/25 18:23
 





 











New ChainerMN functions for improved performance in cloud environments and performance testing results on AWS  

4users  
chainer.org  


New ChainerMN functions for improved performance in cloud environments and performance testing results on AWS By Shuji Suzuki May 25, 2018 In General ChainerMN is a package that adds multi-node distributed learning functionality to Chainer. We have added the following two new functions to v1.2.0 and v1.3.0 of ChainerMN, which are intended to improve the performance on systems whose inter-node comm




 

2018/05/25 17:17
 













ChainerMN on Kubernetes with GPUs  

6users  
chainer.org  


ChainerMN on Kubernetes with GPUs By Shingo Omura May 10, 2018 In General Kubernetes is today the most popular open-source system for automating deployment, scaling, and management of containerized applications. As the rise of Kubernetes, bunch of companies are running Kubernetes as a platform for various workloads including web applications, databases, cronjobs and so on. Machine Learning workloa




 

2018/05/10 16:51
 













Released Chainer/CuPy v4.0.0  

4users  
chainer.org  


Released Chainer/CuPy v4.0.0 By Seiya Tokui Apr 17, 2018 In Announcement We have released Chainer and CuPy v4.0.0 today! This is a major release that introduces several new features, especially for accelerating deep learning computations and making the installation process easier. The following is a selected list of updates (full updates can be seen in the release notes: Chainer, CuPy). Note that




 

2018/04/17 23:15
 













ONNX support by Chainer  

5users  
chainer.org  


ONNX support by Chainer By Shunta Saito Jan 17, 2018 In General ONNX support by Chainer Today, we jointly announce ONNX-Chainer, an open source Python package to export Chainer models to the Open Neural Network Exchange (ONNX) format, with Microsoft. Preferred Networks joined the ONNX partner workshop yesterday that was held in Facebook HQ in Menlo Park, and discussed future direction of ONNX. Wha




 

2018/01/18 10:39
 













Theano's contribution  

4users  
chainer.org  


Theano's contribution By Shunta Saito Sep 29, 2017 In General The Chainer team is saddened to hear about the end of Theano development. Some of us used Theano when we first started studying deep learning and many aspects of Chainer were inspired by Theanos clean interface design. Like Theano, Chainer is a Python neural network framework with a numpy-like syntax for computation on CPUs or GPUs. Th




 

2017/09/30 11:19
 





 











Chainer v2.0.0 and our future development plans  

7users  
chainer.org  


Chainer v2.0.0 and our future development plans By Seiya Tokui Jun 1, 2017 In Announcement We have released Chainer v2.0.0 today! This is the first major update of Chainer. The detailed updates from the beta release can be found in the release notes. You can also find the differences between v1 and v2 in the Upgrade Guide. Note that the repository has been moved to chainer/chainer. Any access to t




 

2017/06/01 16:55
 







 











Performance comparison of LSTM with and without cuDNN(v5) in Chainer  

3users  
chainer.org  


Performance comparison of LSTM with and without cuDNN(v5) in Chainer By Motoki Sato Mar 15, 2017 In General We compare the performance of an LSTM network both with and without cuDNN in Chainer. The NVIDIA CUDA® Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned implementations for standard routines such as LSTM, CNN.




 

2017/03/15 23:09
 













ChainerRL - Deep Reinforcement Learning Library  

3users  
chainer.org  


ChainerRL - Deep Reinforcement Learning Library By Shohei Hido Feb 22, 2017 In General Chainer-based deep reinforcement learning library, ChainerRL has been released. https://github.com/pfnet/chainerrl (This post is translated from the original post written by Yasuhiro Fujita.) Algorithms ChainerRL contains a set of Chainer implementations of deep reinforcement learning (DRL) algorithms. The follo




 

2017/03/02 14:05
 













Performance of Distributed Deep Learning using ChainerMN  

6users  
chainer.org  


Performance of Distributed Deep Learning using ChainerMN By Takuya Akiba Feb 8, 2017 In General At Deep Learning Summit 2017 in San Francisco on this January, PFN announced advancements on distributed deep learning using Chainer in multi-node environment. In this post, I would like to explain the detail of the announcement. (This post is translated from the original post written by Takuya Akiba.)




 

2017/02/10 13:52
 













Research projects using Chainer | Chainer Blog  

3users  
chainer.org  


Research projects using Chainer By Shunta Saito Dec 1, 2016 In General Recently we found some great research projects that are using Chainer for their algorithm implementations and experiments. We searched for such publicly available projects on arXiv and summarized them here as a table that lists papers along with their URL links: Research projects using Chainer. As a brief overview on the field




 

2016/12/03 15:14
 













New release cycle | Chainer Blog  

3users  
chainer.org  


Starting from the release of v1.18.0, we will have one release every four weeks instead of the current cycle of one release every two weeks. We had been keeping the biweekly release cycle since the first release in June, 2015. This release cycle worked well at the initial stage of the development when the number of features was small and the user base was not so large. After more than one year of



 

2016/11/10 19:38
 













Chainer Blog  

4users  
chainer.org  


Chainer/CuPy v7 release and Future of Chainer By Chainer Team Dec 5, 2019 In Announcement Today, we would like to announce two things: the release of Chainer/CuPy v7 and the shift of development efforts for Chainer. Read More Chainer/CuPy v7 By Chainer Team Dec 5, 2019 In Announcement Chainer/CuPy v7Chainer Read More Sunsetting Python 2 Support By Keni




 

2016/11/01 19:46
 













Chainer: A flexible framework for neural networks  

209 users  
chainer.org  


A Powerful, Flexible, and Intuitive Framework for Neural Networks Get Started Learn More




 

2015/06/09 13:57
 





















 



































 

Chainer: A flexible framework for neural networks  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x