Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final analyses in Generalization of reimbursements using DeepLearning Keras #238

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7274784
first steps towards analyzing duplicated reimbursiments
silviodc May 18, 2017
434145c
first steps towards analyzing duplicated reimbursiments
silviodc May 18, 2017
15ce17a
first steps towards analyzing duplicated reimbursiments
silviodc May 18, 2017
802203e
detecting reimbursements with generalization description
silviodc May 21, 2017
58d9faa
fixing pipeline
silviodc May 21, 2017
29bdae0
Classifier to detect generalization in the description of reimbursements
silviodc May 27, 2017
6cfbf86
Merge branch 'master' into master
silviodc Jun 5, 2017
2dbb3df
Final analysis Deep Learning Keras
silviodc Jun 24, 2017
e585117
Merge remote-tracking branch 'origin/master'
silviodc Jun 24, 2017
7c2c6b1
Merge branch 'master' of https://github.com/datasciencebr/serenata-de…
silviodc Aug 12, 2017
25aca72
fixing requirements
silviodc Aug 12, 2017
42cbb0e
Testing image parser
silviodc Aug 12, 2017
41cd0cb
OpenCV and SIFT/SURF working
silviodc Aug 14, 2017
6c01cd7
Workflow for csv references
silviodc Aug 16, 2017
61f31e1
Fixing pipeline
silviodc Aug 16, 2017
215c20a
New notebook to dataset reproducibility
silviodc Aug 22, 2017
9748364
Fixing building dataset pipeline
silviodc Aug 25, 2017
2d1445e
Merge branch 'master' of https://github.com/datasciencebr/serenata-de…
silviodc Aug 25, 2017
66facd5
Fixing DockerFile
silviodc Aug 25, 2017
21af9d0
Final Analyses in Generalization in Reimbursements
silviodc Aug 28, 2017
2078cc4
Indent docker file
silviodc Aug 29, 2017
09b9bd9
First steps to detect duplicate reimbursements
silviodc Oct 6, 2017
aae3a4f
Final analyses to detect duplicates
silviodc Oct 6, 2017
571e69f
Including version of the libraries
silviodc Oct 11, 2017
3f76ad6
Merging serenata-master to silvio-cardo branch
silviodc Oct 13, 2017
2c1704b
Docker version as serenata-git
silviodc Oct 13, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions research/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ RUN apt-get update \
unzip \
libxml2-dev \
libxslt-dev \
libmagickwand-dev \
ghostscript \
libgtk2.0-dev\
libffi-dev \
libjpeg-turbo-progs \
cmake \
imagemagick\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
Loading