Skip to main content

A set of python modules for machine learning and data mining especially in the biological field.

Project description

PyPI version GitHub version license

Kerasy

I want to deepen my understanding of deep learning by imitating the sophisticated neural networks API, Keras.

Keras

Keras logo Build Status license

Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.

How to generate the articles.

.Kerasy
├── MkDocs
   ├── MkDocs-important
|   |   |   ├── img
|   |   |   ├── theme
         └── index.md
      └── yml-templates.yml
   ├── site
   ├── MkDocs-src
   └── mkdocs.yml
├── README.md
├── doc
├── kerasy
├── pelican
   ├── Makefile
   ├── backdrop
   ├── pelican-src
   ├── pelican-works
   ├── pelicanconf.py
   └── publishconf.py
└── pelican2mkdocs.py
  1. Prepare articles (.md or .ipynb.) NOTE: article name (XXX.md) and Slug(YYY) must be the same.(XXX=YYY)

  2. Generate the html article by ``pelican` <https://docs.getpelican.com/en/stable/>`_. .. code-block:: sh

    # @Kerasy/pelican $ make html # pelican-src(.md, .ipynb) → pelican-works (.html)

  3. Move html files (made by pelican) to MkDocs-src as a .md style.

  4. Make a mkdocs.yml file

    • Paset from yml-templates.yml

    • Get information from the Hierarchical structure of pelican-src. .. code-block:

      # @Kerasy
      $ python pelican2mkdocs
  5. Generate the articles by mkdocs build. .. code-block:

    # @Kerasy/MkDocs
    $ mkdocs build # MkDocs-src(.md) → site (.html)
  6. Copy some important static files (at MkDocs-important) to site dir

  7. Move MkDocs/site to doc.

※ A program that performs these operations collectively is ```GithubKerasy.sh`` <https://github.com/iwasakishuto/iwasakishuto.github.io/blob/master/ShellScripts/GithubKerasy.sh>`_.

Upload to PyPI

Create your account : https://pypi.org/

# [Library packaging]
# Normal. (source distribution.)
# $ python setup.py sdist
# wheel version. (Recommended.)
$ python setup.py bdist_wheel

# [Upload to PyPI]
$ twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kerasy-0.0.2.tar.gz (16.0 MB view details)

Uploaded Source

File details

Details for the file kerasy-0.0.2.tar.gz.

File metadata

  • Download URL: kerasy-0.0.2.tar.gz
  • Upload date:
  • Size: 16.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for kerasy-0.0.2.tar.gz
Algorithm Hash digest
SHA256 66c7a854d58071778d5aff9ef61d4faf3fc5326c87709dbdcaf72a49aa78bdb6
MD5 a318de2b0cd520db529f0a81c3db07bc
BLAKE2b-256 d6d6a0e46a625c601b59505ba18c9ae42773a0f9fb25dcc7a2a4b7b43bdca31e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page