Skip to content

8 beginner friendly deep learning projects to get you started on deep learning journey.

License

Notifications You must be signed in to change notification settings

ashishrana160796/ideal-starting-basic-deep-learning-mini-projects

Repository files navigation

Ideal-starting-basic-deep-learning-mini-projects

8 Ideal beginner friendly deep learning projects to get you started on deep learning journey.

This repository contains all the basic background information, commands for running and dependency analysis for following given projects.

List of packages installed on my system

Run the following command in your ipython3 shell for checking out all the installed packages in the system. Python version !python3 --version (type in ipython3 shell) used is Python 3.6.6.

In[]: sorted(["%s==%s" % (i.key, i.version) for i in pip.get_installed_distributions()])

Out[]:
['absl-py==0.6.1',
 'astor==0.7.1',
 'backcall==0.1.0',
 'beautifulsoup4==4.6.3',
 'boto3==1.9.53',
 'boto==2.49.0',
 'botocore==1.12.53',
 'bz2file==0.98',
 'certifi==2018.10.15',
 'chardet==3.0.4',
 'cycler==0.10.0',
 'cymem==2.0.2',
 'cytoolz==0.9.0.1',
 'decorator==4.3.0',
 'dill==0.2.8.2',
 'docutils==0.14',
 'future==0.17.1',
 'gast==0.2.0',
 'gensim==3.6.0',
 'grpcio==1.16.1',
 'gym==0.10.9',
 'h5py==2.8.0',
 'idna==2.7',
 'ipython-genutils==0.2.0',
 'ipython==7.0.1',
 'jedi==0.13.1',
 'jmespath==0.9.3',
 'keras-applications==1.0.6',
 'keras-preprocessing==1.0.5',
 'keras==2.2.4',
 'kiwisolver==1.0.1',
 'lxml==4.2.5',
 'markdown==3.0.1',
 'matplotlib==3.0.2',
 'msgpack-numpy==0.4.3.2',
 'msgpack==0.5.6',
 'murmurhash==1.0.1',
 'nltk==3.4',
 'numpy==1.15.4',
 'opencv-python==3.4.3.18',
 'pandas==0.23.4',
 'parso==0.3.1',
 'pdf2image==1.0.0',
 'pexpect==4.6.0',
 'pickleshare==0.7.5',
 'pillow==5.3.0',
 'plac==0.9.6',
 'preshed==2.0.1',
 'prompt-toolkit==2.0.5',
 'protobuf==3.6.1',
 'ptyprocess==0.6.0',
 'pydot==1.3.0',
 'pyglet==1.3.2',
 'pygments==2.2.0',
 'pygraphviz==1.5',
 'pyparsing==2.3.0',
 'pytesseract==0.2.5',
 'python-dateutil==2.7.5',
 'python-docx==0.8.7',
 'pytz==2018.7',
 'pyyaml==3.13',
 'regex==2018.1.10',
 'requests==2.20.1',
 's3transfer==0.1.13',
 'scikit-learn==0.20.0',
 'scipy==1.1.0',
 'setuptools==40.6.2',
 'simplegeneric==0.8.1',
 'singledispatch==3.4.0.3',
 'six==1.11.0',
 'sklearn==0.0',
 'smart-open==1.7.1',
 'spacy==2.0.16',
 'tensorboard==1.12.0',
 'tensorflow==1.12.0',
 'termcolor==1.1.0',
 'tflearn==0.3.2',
 'thinc==6.12.0',
 'toolz==0.9.0',
 'tqdm==4.28.1',
 'traitlets==4.3.2',
 'ujson==1.35',
 'urllib3==1.24.1',
 'wcwidth==0.1.7',
 'werkzeug==0.14.1',
 'wheel==0.32.2',
 'wrapt==1.10.11']

If any import error occurs make sure your cross-reference your dependencies installed from here above mentioned list.

About

8 beginner friendly deep learning projects to get you started on deep learning journey.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages