Skip to content

Commit

Permalink
新增2019靜宜資科演講
Browse files Browse the repository at this point in the history
  • Loading branch information
yenlung committed May 7, 2019
1 parent 67dca29 commit a35855a
Show file tree
Hide file tree
Showing 12 changed files with 5,690 additions and 17 deletions.
26 changes: 12 additions & 14 deletions 11 機器學習概要.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,21 +205,19 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"SVC(C=1.0, cache_size=200, class_weight=None, coef0=0.0,\n",
" decision_function_shape=None, degree=3, gamma='auto', kernel='rbf',\n",
" max_iter=-1, probability=False, random_state=None, shrinking=True,\n",
" tol=0.001, verbose=False)"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
"ename": "NameError",
"evalue": "name 'Y' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-1-a6dc14188573>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mYb\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mY\u001b[0m\u001b[0;34m>\u001b[0m\u001b[0;36m1\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mNameError\u001b[0m: name 'Y' is not defined"
]
}
],
"source": [
Expand Down Expand Up @@ -825,7 +823,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -839,7 +837,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.6.7"
}
},
"nbformat": 4,
Expand Down

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion 20180122-23世新大學/單元 4. 機器學習 101.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"X = np.random.rand(6)\n",
Expand Down
2,314 changes: 2,314 additions & 0 deletions 2019靜宜資科/Jupyter Notebook 在金融預測上的應用.ipynb

Large diffs are not rendered by default.

Binary file added 2019靜宜資科/images/function_learning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2019靜宜資科/images/open_jupyter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2019靜宜資科/images/packages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2019靜宜資科/images/shift_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2019靜宜資科/images/take_photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2019靜宜資科/images/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2019靜宜資科/tw2330.pkl
Binary file not shown.
Binary file not shown.

0 comments on commit a35855a

Please sign in to comment.