Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
deep-learning-workshop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2019-05-08 16:28:57 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4670ad92bcbe99705e5f5d61b23a7e756889e41d
4670ad92
1 parent
8df904d5
Deep Learning Workshop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
data-sets/get-hga-training-test-py27-v1.py
data-sets/get-hga-training-test-py27-v1.py
View file @
4670ad9
...
...
@@ -34,7 +34,10 @@ import numpy as np
from
sklearn.model_selection
import
train_test_split
from
tensorflow.keras.layers
import
Conv1D
,
Dense
,
MaxPooling1D
,
Flatten
from
tensorflow.keras.models
import
Sequential
import
matplotlib.pyplot
as
plt
# import matplotlib.pyplot as plt
import
matplotlib
matplotlib
.
use
(
'Agg'
)
from
matplotlib
import
pyplot
as
plt
from
sklearn.metrics
import
confusion_matrix
import
itertools
...
...
Please
register
or
login
to post a comment