marquetry


Namemarquetry JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/little-tabby/Marquetry
SummarySimple Machine Learning Framework
upload_time2023-10-22 01:52:28
maintainerLittle Tabby
docs_urlNone
authorSHIMA
requires_python>=3.8
licenseMIT
keywords deeplearning ml neuralnetwork
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Marquetry
Marquetry means **Yosegi-zaiku**, a traditional Japanese woodworking technique, in Japan.
It is a beautiful culture craft originated in Japan, which is a box or ornament or so by small wooden pieces.
The design is UNIQUE, it depends on the arrangement of the wood tips.
I believe Deep Learning is similar with the concept.
Deep Learning models are constructed through the combination of the layers or functions.
Just as a slight variation in arrangement can result in a completely distinct model.
I want you can enjoy the deep/machine learning journey like
you craft a **Marquetry** from combination of various wood tips.

## About this Framework
You can use this framework for help your learning **Machine/Deep Learning**.
This framework is written only **Python**, so you can understand the implementation easily if you are python engineer.
For simplify the construct, there are un-efficiency implementation.
I develop this framework to enjoy learning the construction of the machine/machine learning not **Practical Usage**.
I hope to enjoy your journey!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/little-tabby/Marquetry",
    "name": "marquetry",
    "maintainer": "Little Tabby",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "engineer@little-tabby.com",
    "keywords": "deeplearning ml neuralnetwork",
    "author": "SHIMA",
    "author_email": "shima@little-tabby.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/f1/94532dde57475b4d4ca88b95c19beac41023c5c2e33eb3aec0e294169ca1/marquetry-0.2.0.tar.gz",
    "platform": null,
    "description": "# Marquetry\nMarquetry means **Yosegi-zaiku**, a traditional Japanese woodworking technique, in Japan.\nIt is a beautiful culture craft originated in Japan, which is a box or ornament or so by small wooden pieces.\nThe design is UNIQUE, it depends on the arrangement of the wood tips.\nI believe Deep Learning is similar with the concept.\nDeep Learning models are constructed through the combination of the layers or functions.\nJust as a slight variation in arrangement can result in a completely distinct model.\nI want you can enjoy the deep/machine learning journey like\nyou craft a **Marquetry** from combination of various wood tips.\n\n## About this Framework\nYou can use this framework for help your learning **Machine/Deep Learning**.\nThis framework is written only **Python**, so you can understand the implementation easily if you are python engineer.\nFor simplify the construct, there are un-efficiency implementation.\nI develop this framework to enjoy learning the construction of the machine/machine learning not **Practical Usage**.\nI hope to enjoy your journey!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple Machine Learning Framework",
    "version": "0.2.0",
    "project_urls": {
        "Download": "https://github.com/little-tabby/Marquetry",
        "Homepage": "https://github.com/little-tabby/Marquetry"
    },
    "split_keywords": [
        "deeplearning",
        "ml",
        "neuralnetwork"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "049c8331d47380aedd91f94f89674f2d4fbb0dda192df60afabfa5d47b17b13b",
                "md5": "86efba792e65c28a3e8b355f716af6e1",
                "sha256": "30b3e040b6055c0e93d11cdc4fce313438dac83ebb2dd3414d5a35548cb1c7a1"
            },
            "downloads": -1,
            "filename": "marquetry-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86efba792e65c28a3e8b355f716af6e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 175532,
            "upload_time": "2023-10-22T01:52:26",
            "upload_time_iso_8601": "2023-10-22T01:52:26.728176Z",
            "url": "https://files.pythonhosted.org/packages/04/9c/8331d47380aedd91f94f89674f2d4fbb0dda192df60afabfa5d47b17b13b/marquetry-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5df194532dde57475b4d4ca88b95c19beac41023c5c2e33eb3aec0e294169ca1",
                "md5": "766da8ddb65c0e188a87ff39788efad6",
                "sha256": "00faf5174d2fc8fffb1855b8201338c9f51c59877822b36fe6185b0df56348a3"
            },
            "downloads": -1,
            "filename": "marquetry-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "766da8ddb65c0e188a87ff39788efad6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 102737,
            "upload_time": "2023-10-22T01:52:28",
            "upload_time_iso_8601": "2023-10-22T01:52:28.745182Z",
            "url": "https://files.pythonhosted.org/packages/5d/f1/94532dde57475b4d4ca88b95c19beac41023c5c2e33eb3aec0e294169ca1/marquetry-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-22 01:52:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "little-tabby",
    "github_project": "Marquetry",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "marquetry"
}
        
Elapsed time: 0.13778s