Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
natural-language-processing-with-deep-learning
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
conferences
natural-language-processing-with-deep-learning
Commits
dcec0acc
Commit
dcec0acc
authored
Apr 13, 2019
by
Brian McMahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing some extra code
parent
dc9b5633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
47 deletions
+0
-47
03-Char-RNN-Conditionally-Predict-Surnames.ipynb
day_2/03-Char-RNN-Conditionally-Predict-Surnames.ipynb
+0
-47
No files found.
day_2/03-Char-RNN-Conditionally-Predict-Surnames.ipynb
View file @
dcec0acc
...
...
@@ -515,53 +515,6 @@
"### Verify it loads"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"russian 9408\n",
"english 3668\n",
"arabic 2000\n",
"japanese 991\n",
"german 724\n",
"italian 709\n",
"czech 519\n",
"spanish 298\n",
"dutch 297\n",
"french 277\n",
"chinese 268\n",
"irish 232\n",
"greek 203\n",
"polish 139\n",
"scottish 100\n",
"korean 94\n",
"portuguese 74\n",
"vietnamese 73\n",
"Name: nationality, dtype: int64"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"pd.read_csv(\"../data/surnames.csv\").nationality.value_counts()"
]
},
{
"cell_type": "code",
"execution_count": 8,
...
...
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