Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
0c46a6992061d330dacd337aa0d1f077
mooc-rr
Commits
1d53d643
Commit
1d53d643
authored
Apr 20, 2020
by
0c46a6992061d330dacd337aa0d1f077
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
essai_exo3_jupyter
parent
339d8ce3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
95 additions
and
29 deletions
+95
-29
Module2 exo2.ipynb
module2/exo2/Module2 exo2.ipynb
+4
-4
Module2 exo3.ipynb
module2/exo3/Module2 exo3.ipynb
+91
-0
exercice.ipynb
module2/exo3/exercice.ipynb
+0
-25
No files found.
module2/exo2/Module2 exo2.ipynb
View file @
1d53d643
...
...
@@ -11,16 +11,16 @@
},
{
"cell_type": "code",
"execution_count":
10
,
"execution_count":
21
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"
11.511917811136218
"
"
0.19060971305992105
"
]
},
"execution_count":
10
,
"execution_count":
21
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -28,7 +28,7 @@
"source": [
"import numpy as np\n",
"mu, sigma = 0.0, 1.0\n",
"x=np.random.normal(loc=
11.5, scale=0.5
, size=100)\n",
"x=np.random.normal(loc=
0.0, scale=1.0
, size=100)\n",
"abs(np.mean(x))\n"
]
},
...
...
module2/exo3/Module2 exo3.ipynb
0 → 100644
View file @
1d53d643
This diff is collapsed.
Click to expand it.
module2/exo3/exercice.ipynb
deleted
100644 → 0
View file @
339d8ce3
{
"cells": [],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment