{ "info": { "author": "Laurent El Shafey", "author_email": "laurent.el-shafey@idiap.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "============================\n MLP L-BFGS Trainer for Bob\n============================\n\nThis example demonstrates how to extend Bob by providing a new L-BFGS-based\ntrainer for the multilayer perceptron (MLP) implementation of Bob.\n\nInstallation\n============\n\nFirst, you have to install `bob `_ following the instructions\n`there `_.\n\n.. note:: \n\n If you are reading this page through our GitHub portal and not through PyPI,\n note **the development tip of the package may not be stable** or become\n unstable in a matter of moments.\n\n Go to `http://pypi.python.org/pypi/xbob.mlp.lbfgs\n `_ to download the latest\n stable version of this package.\n\nThere are two options you can follow to get this package installed and \noperational on your computer: you can use automatic installers like `pip\n`_ (or `easy_install\n`_) or manually download, unpack and \nuse `zc.buildout `_ to create a\nvirtual work environment just for this package. In both cases, the two \ndependences listed above will be automatically downloaded and installed.\n\nUsing an automatic installer\n----------------------------\n\nUsing ``pip`` is the easiest (shell commands are marked with a ``$`` signal)::\n\n $ pip install xbob.mlp.lbfgs\n\nYou can also do the same with ``easy_install``::\n\n $ easy_install xbob.mlp.lbfgs\n\nThis will download and install this package plus any other required\ndependencies. It will also verify if the version of Bob you have installed\nis compatible.\n\nThis scheme works well with virtual environments by `virtualenv\n`_ or if you have root access to your\nmachine. Otherwise, we recommend you use the next option.\n\nUsing ``zc.buildout``\n---------------------\n\nDownload the latest version of this package from `PyPI\n`_ and unpack it in your\nworking area. The installation of the toolkit itself uses `buildout\n`_. You don't need to understand its inner workings\nto use this package. Here is a recipe to get you started::\n \n $ python bootstrap.py \n $ ./bin/buildout\n\nThese two commands should download and install all non-installed dependencies and \nget you a fully operational test and development environment.\n\n.. note::\n\n The python shell used in the first line of the previous command set\n determines the python interpreter that will be used for all scripts developed\n inside this package. Because this package makes use of `Bob`_, you must make sure that the ``bootstrap.py``\n script is called with the **same** interpreter used to build Bob, or\n unexpected problems might occur.\n\n If Bob is installed by the administrator of your system, it is safe to\n consider it uses the default python interpreter. In this case, the above 3\n command lines should work as expected. If you have Bob installed somewhere\n else on a private directory, edit the file ``buildout.cfg`` **before**\n running ``./bin/buildout``. Find the section named ``buildout`` and edit or\n add the line ``prefixes`` to point to the directory where Bob is installed or\n built. For example::\n\n [buildout]\n ...\n prefixes=/Users/crazyfox/work/bob/build\n\n\nUser Guide\n==========\n\nIt is assumed you have followed the installation instructions for the package\nand got this package installed.\n\nBelow, we provide an example of how to train an MLP using this trainer, from \nthe python universe::\n\n >>> machine = bob.machine.MLP((n_inputs, n_hidden, n_outputs))\n >>> # Initialize the machine weights/biases as wished\n >>> trainer = xbob.mlp.lbfgs.Trainer(1e-6)\n >>> trainer.initialize(machine)\n >>> trainer.train(machine, X, labels)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/bioidiap/xbob.mlp.lbfgs", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "xbob.mlp.lbfgs", "package_url": "https://pypi.org/project/xbob.mlp.lbfgs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xbob.mlp.lbfgs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/bioidiap/xbob.mlp.lbfgs" }, "release_url": "https://pypi.org/project/xbob.mlp.lbfgs/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "L-BFGS-based trainer for the MLP machine of Bob", "version": "1.0.3" }, "last_serial": 833608, "releases": { "0.1a": [ { "comment_text": "", "digests": { "md5": "95577a3c3301b39f14cb05cca038079b", "sha256": "729b7665675848b48a39381215b0dc357bb4f3a7bb4a1945f9ead2229acc2d4b" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1a.zip", "has_sig": false, "md5_digest": "95577a3c3301b39f14cb05cca038079b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20106, "upload_time": "2013-05-11T18:18:11", "url": "https://files.pythonhosted.org/packages/e0/b5/3b28585d0962a6dbaa40176ecddaca20a38fbc282a86ec8040c808e8f95d/xbob.mlp.lbfgs-0.1a.zip" } ], "0.1b": [ { "comment_text": "", "digests": { "md5": "48b93bd7315adf2039ae5c00cbcbd4b1", "sha256": "c4bf42ab2930b614bd0bdc251b6bcdde3e90d7da8df56b48f8696a5e37b4f45d" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1b.zip", "has_sig": false, "md5_digest": "48b93bd7315adf2039ae5c00cbcbd4b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20554, "upload_time": "2013-05-24T19:17:56", "url": "https://files.pythonhosted.org/packages/6b/18/e0b1610210f7c2ad9028061e00d95866af8e4cf138c610e3ed6af58a632b/xbob.mlp.lbfgs-0.1b.zip" } ], "0.1c": [ { "comment_text": "", "digests": { "md5": "459c935243e88cbbfe2c190b6b3e8727", "sha256": "9b4b130d6daf7e2a82482482a4acb0c903f5def9a39853f3e062feb7dc099368" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1c.zip", "has_sig": false, "md5_digest": "459c935243e88cbbfe2c190b6b3e8727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20555, "upload_time": "2013-05-24T19:43:52", "url": "https://files.pythonhosted.org/packages/64/9c/ee7dd3a69bebab5359a9914ff3d5910dccf0e11da8c82c8848bdeeed387a/xbob.mlp.lbfgs-0.1c.zip" } ], "0.1d": [ { "comment_text": "", "digests": { "md5": "f9987e24f69c6137c0ad3d4960f1a7c5", "sha256": "4238b1b794ca56eaa63a89fbe12c6e602dc97620ff9b15983f0e669cc07d522f" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1d.zip", "has_sig": false, "md5_digest": "f9987e24f69c6137c0ad3d4960f1a7c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21384, "upload_time": "2013-05-28T15:21:02", "url": "https://files.pythonhosted.org/packages/57/d0/69498316a88a88c42bd2923f173d9839de1881e1cde6eb5856d841b97727/xbob.mlp.lbfgs-0.1d.zip" } ], "0.1e": [ { "comment_text": "", "digests": { "md5": "f6d389eb11048efba8317cf526f7bd17", "sha256": "f461da1496d86db6e151cdeb952b3e6fc758dd7a961b860f670a9fbf02cee2c9" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1e.zip", "has_sig": false, "md5_digest": "f6d389eb11048efba8317cf526f7bd17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21386, "upload_time": "2013-05-29T09:11:25", "url": "https://files.pythonhosted.org/packages/a3/dc/d2913a162d927962f809aa119b1ef3d02fb62591064d34e3bf8316f4f7de/xbob.mlp.lbfgs-0.1e.zip" } ], "0.1f": [ { "comment_text": "", "digests": { "md5": "39927d8f138e910cad34439cc059045f", "sha256": "315f63e537e3cdd9ae27d5087a32998b9475050392472a95d7764fa13ef3eb09" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1f.zip", "has_sig": false, "md5_digest": "39927d8f138e910cad34439cc059045f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21367, "upload_time": "2013-05-29T09:23:50", "url": "https://files.pythonhosted.org/packages/51/de/a241deddfbe28dfd79390cef43339a207111cb2f3e8f63fd022830584dd1/xbob.mlp.lbfgs-0.1f.zip" } ], "0.1g": [ { "comment_text": "", "digests": { "md5": "86e184a141c1f97339b8d964cb3f4286", "sha256": "2c5189481323acea0af16e5880abca231f7dc482e26b0bc511b7712308a3543b" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1g.zip", "has_sig": false, "md5_digest": "86e184a141c1f97339b8d964cb3f4286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21315, "upload_time": "2013-06-10T08:55:57", "url": "https://files.pythonhosted.org/packages/89/a0/ba9e7dfcda9fc6e5b7d34340a43c2960984f33c7b09b7ebfccf48f54f082/xbob.mlp.lbfgs-0.1g.zip" } ], "0.1h": [ { "comment_text": "", "digests": { "md5": "350864e3fab4ab783f8be746bb2d9b63", "sha256": "5dd943f61cee40c992ddf00782c2e26b772846fe807c29fbb7989e94c2eff358" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.1h.zip", "has_sig": false, "md5_digest": "350864e3fab4ab783f8be746bb2d9b63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21324, "upload_time": "2013-06-11T17:22:46", "url": "https://files.pythonhosted.org/packages/c9/9c/eda2c2bcade0ca1360a4beaa8f259832029b9be45e0d9f1ec010d89bbdf8/xbob.mlp.lbfgs-0.1h.zip" } ], "0.2a1": [ { "comment_text": "", "digests": { "md5": "ab4b878e8f7bb8baf6b99d7294d177a8", "sha256": "129b8dddfe53532413155a0b809f1631000d8577b42495b6cc2defb1c559071f" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.2a1.zip", "has_sig": false, "md5_digest": "ab4b878e8f7bb8baf6b99d7294d177a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21315, "upload_time": "2013-06-15T14:47:33", "url": "https://files.pythonhosted.org/packages/b7/dd/398a1b3a12b77050ec52d4d50e9556297d47f747f1cbbb728f145ec37d16/xbob.mlp.lbfgs-0.2a1.zip" } ], "0.2a2": [ { "comment_text": "", "digests": { "md5": "dac4c34be6f6caac5b661ef7ddcfd728", "sha256": "018b299a1f50411cc2906b59729d64313638561a5c73218e67b4ff78c44b3577" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.2a2.zip", "has_sig": false, "md5_digest": "dac4c34be6f6caac5b661ef7ddcfd728", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21118, "upload_time": "2013-06-19T10:43:47", "url": "https://files.pythonhosted.org/packages/a8/2d/3be9d1c4bfd03d6c221914bd17676a4bdfc610bdedb6634366e31c2fa391/xbob.mlp.lbfgs-0.2a2.zip" } ], "0.2a3": [ { "comment_text": "", "digests": { "md5": "1a99dfd79ef84bb142ab41707441362f", "sha256": "2e06245995aab2339f22c23701411e43e0fa359211dd21c797fd816b947004b2" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-0.2a3.zip", "has_sig": false, "md5_digest": "1a99dfd79ef84bb142ab41707441362f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20748, "upload_time": "2013-06-26T10:26:00", "url": "https://files.pythonhosted.org/packages/27/27/ba3baa0463a409521f48edcc378941d3c8a8525add0e5e2364e3aff1c744/xbob.mlp.lbfgs-0.2a3.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "5bd402071d850d3a76b7826acbeba06e", "sha256": "299bd56b77bf27723eaf49c5d50a81b7492fedb8e31e4ca8b4ddb58056cd8169" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-1.0.0.zip", "has_sig": false, "md5_digest": "5bd402071d850d3a76b7826acbeba06e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20747, "upload_time": "2013-07-24T09:06:10", "url": "https://files.pythonhosted.org/packages/6f/ab/17d915005864bf42ef1954645a7c9c17c3c8e9aea4a94f3e15744dcaa77a/xbob.mlp.lbfgs-1.0.0.zip" } ], "1.0.1": [], "1.0.2": [ { "comment_text": "", "digests": { "md5": "d7b922387d7254f161320a6ff2f4ba16", "sha256": "fbc874a5a48e693a02b515848f52a69be385f5968c7d842513999563f7aed5fc" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-1.0.2.zip", "has_sig": false, "md5_digest": "d7b922387d7254f161320a6ff2f4ba16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33033, "upload_time": "2013-07-24T18:29:49", "url": "https://files.pythonhosted.org/packages/34/e0/9b51ac07b64d80b5e2c8bf6aaaca8657729509d76897b4bff7a5304821e3/xbob.mlp.lbfgs-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "278b31f8ac287385057499e85adfd7c7", "sha256": "2bdf0fcb1505bdd84f02994290f41eba4422ba19d1dc6dc0337ec74822130659" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-1.0.3.zip", "has_sig": false, "md5_digest": "278b31f8ac287385057499e85adfd7c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33027, "upload_time": "2013-07-25T07:56:41", "url": "https://files.pythonhosted.org/packages/d8/eb/d9d5679bccfd0151c63139bdef67c1e3f4c3fe90e4ae76fe3df9194f83f9/xbob.mlp.lbfgs-1.0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "278b31f8ac287385057499e85adfd7c7", "sha256": "2bdf0fcb1505bdd84f02994290f41eba4422ba19d1dc6dc0337ec74822130659" }, "downloads": -1, "filename": "xbob.mlp.lbfgs-1.0.3.zip", "has_sig": false, "md5_digest": "278b31f8ac287385057499e85adfd7c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33027, "upload_time": "2013-07-25T07:56:41", "url": "https://files.pythonhosted.org/packages/d8/eb/d9d5679bccfd0151c63139bdef67c1e3f4c3fe90e4ae76fe3df9194f83f9/xbob.mlp.lbfgs-1.0.3.zip" } ] }