A Neural Architecture Search framework based on Artificial Bee Colony optimization
Project description
A feature-rich, Neural Architecture Search framework based on Artificial Bee Colony optimization
Getting Started
HiveNAS (preprint) is a modular NAS framework that can find and optimize a neural architecture with state-of-the-art performance.
Installation
PyPi (recommended)
The Python package is hosted on the Python Package Index (PyPI).
The latest published version of HiveNAS can be installed using
pip install HiveNAS
Manual Installation
Simply clone the entire repo and extract the files in the HiveNAS folder, then import them into your project folder.
Or use one of the shorthand methods below
GIT
cdinto your project directory- Use
sparse-checkoutto pull the library files only into your project directorygit init HiveNAS cd HiveNAs git remote add -f origin https://github.com/ThunderStruct/HiveNAS.git git config core.sparseCheckout true echo "HiveNAS/*" >> .git/info/sparse-checkout git pull --depth=1 origin master
- Import the newly pulled files into your project folder
SVN
cdinto your project directorycheckoutthe library filessvn checkout https://github.com/ThunderStruct/HiveNAS/trunk/HiveNAS
- Import the newly checked out files into your project folder
Documentation
Detailed examples and the full API docs are hosted on Read the Docs.
License
This project is licensed under the MIT License - see the LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file HiveNAS-0.1.5.tar.gz.
File metadata
- Download URL: HiveNAS-0.1.5.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85b30939f8bcb83c4f80246f52781042c51e7803a78176775fd539f6d7fe7afa
|
|
| MD5 |
447ae0b0651def05b8b46d947fdc74ee
|
|
| BLAKE2b-256 |
fce1f4fdbf1b5fa3df7c8aa8c4b78de5b8185fafe65fef52f88fd8912a53dd10
|
File details
Details for the file HiveNAS-0.1.5-py3-none-any.whl.
File metadata
- Download URL: HiveNAS-0.1.5-py3-none-any.whl
- Upload date:
- Size: 42.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0de89e485226863eee31fd935c86290d6d3658ebdb6e769fc5f8b29ae8018613
|
|
| MD5 |
cc54417ca8ca6c71093efa2f3646098c
|
|
| BLAKE2b-256 |
572a91d01eeca77e3eb7f972c5808a4fd693582c4e9f0b9d1c12fa9fc8d8adbb
|