Skip to content

Commit 271b9cb

Browse files
author
xuming06
committed
add scikit demo.xuming 20170725
1 parent c3f6fb5 commit 271b9cb

10 files changed

Lines changed: 747 additions & 1 deletion

File tree

04advanced/03.function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from __future__ import print_function # 兼容python3的print写法
77
from __future__ import unicode_literals # 兼容python3的编码处理
88

9-
109
# 在 Python 中,函数是一种基本类型的对象,这意味着
1110
#
1211
# 可以将函数作为参数传给另一个函数

07keras/02.conn.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# -*- coding: utf-8 -*-
2+
3+
"""
4+
@author: XuMing <[email protected]>
5+
@summary:cnn
6+
"""
7+
8+
print("cnn demo")

11scikit-learn/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- coding: utf-8 -*-
2+
3+
"""
4+
@author: XuMing <[email protected]>
5+
@summary:
6+
"""
7+

0 commit comments

Comments
 (0)