File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ Changelog
22---------
33
44
5+ 0.3.0 (2017-06-15)
6+ ~~~~~~~~~~~~~~~~~~
7+
8+ Version 0.3.0.
9+
10+ * Add chatbot application.
11+ * Add more examples.
12+ * Support LSTM.
13+ * Support GRU.
14+
515
6160.2.5 (2017-05-30)
717~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 3232 :target: https://github.com/oujago/NumpyDL
3333
3434
35- NumpyDL
36- =======
35+ NumpyDL: Numpy Deep Learning Library
36+ ====================================
3737
3838Descriptions
3939============
4040
4141``NumpyDL `` is:
4242
43- 1. Deep Learning Library
44- 2. Based on Pure Numpy/Python
45- 3. For Education
46- 4. And for My Homework
43+ 1. For My Homework
44+ 2. For Education
45+ 3. Based on Pure Numpy/Python
4746
4847
4948Features
Original file line number Diff line number Diff line change 3636 description = "Deep Learning Library based on pure Numpy" ,
3737 long_description = "\n \n " .join ([README , CHANGES ]),
3838 classifiers = [
39- "Development Status :: 0 - Alpha" ,
4039 "Intended Audience :: Developers" ,
4140 "Intended Audience :: Science/Research" ,
4241 "License :: OSI Approved :: MIT License" ,
43- "Programming Language :: Python :: 3" ,
42+ "Programming Language :: Python :: 3.6 " ,
4443 "Programming Language :: Python :: 3.5" ,
4544 "Topic :: Scientific/Engineering :: Artificial Intelligence" ,
46- "Topic :: Scientific/Engineering :: Deep Learning" ,
47- "Topic :: Scientific/Engineering :: Neural Network" ,
4845 ],
4946 keywords = "deep learning library" ,
5047 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments