# fastNeuron
![Alt text](https://miro.medium.com/v2/resize:fit:875/0*70-ltFvmCLv0Ifyb.png)
## what is it ?
this is a hobby project to build a small framework to create and deploy neural networks quickly...
## how it all started ?
this is a project that i intended to make as an attempt to understand neural network and machine learning better...
i am a firm believer that building complex topics and ideas from scratch gives you a solid ground and grasp of the concepts...
## installation
Mac / Linux
```
pip3 install fastNeuron
```
Windows
```
pip install fastNeuron
```
## What can you do with it
Currently you can deploy any feed-forward neural network with any size.
You can choose what optimizer to use ,which activations functions ,which cost function...
## NOTE: i am by no means an expert so if you have any improvements or found any bugs in the code please reach out!!
Raw data
{
"_id": null,
"home_page": "",
"name": "fastNeuron",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "Enes Bayram <bayram.enes1928@gmail.com>",
"keywords": "software development,neural networks,machine learning,artificial intelligence,deep learning,AI,ML",
"author": "",
"author_email": "Enes Bayram <bayram.enes1928@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/2f/58/6c59c78b8bf4ede99e2fa06ce5e5e29fe64311ff1d5fad2bb2e427d93829/fastNeuron-1.1.tar.gz",
"platform": null,
"description": "# fastNeuron\n![Alt text](https://miro.medium.com/v2/resize:fit:875/0*70-ltFvmCLv0Ifyb.png)\n\n## what is it ?\n\nthis is a hobby project to build a small framework to create and deploy neural networks quickly...\n\n## how it all started ?\nthis is a project that i intended to make as an attempt to understand neural network and machine learning better...\n\ni am a firm believer that building complex topics and ideas from scratch gives you a solid ground and grasp of the concepts...\n\n## installation\n\nMac / Linux\n```\npip3 install fastNeuron\n```\n\nWindows\n```\npip install fastNeuron\n```\n\n\n## What can you do with it\n\nCurrently you can deploy any feed-forward neural network with any size.\n\nYou can choose what optimizer to use ,which activations functions ,which cost function...\n\n\n## NOTE: i am by no means an expert so if you have any improvements or found any bugs in the code please reach out!!\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Create and Deploy Neural Networks in seconds fully in python!!",
"version": "1.1",
"project_urls": {
"Repository": "https://github.com/bayramenes/fastNeuron"
},
"split_keywords": [
"software development",
"neural networks",
"machine learning",
"artificial intelligence",
"deep learning",
"ai",
"ml"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "abd2a1dcea32f63f736a77cd91236730747f2d02dfd56c342005461a1a7728f5",
"md5": "b30d3e131a2620d163ea2f8257cd0f86",
"sha256": "37aaa87690a40d5cb4c7fb77d3fde300e977f2ce54ec2b0a4e6a6172701b9745"
},
"downloads": -1,
"filename": "fastNeuron-1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b30d3e131a2620d163ea2f8257cd0f86",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 8562,
"upload_time": "2023-11-21T15:50:56",
"upload_time_iso_8601": "2023-11-21T15:50:56.068444Z",
"url": "https://files.pythonhosted.org/packages/ab/d2/a1dcea32f63f736a77cd91236730747f2d02dfd56c342005461a1a7728f5/fastNeuron-1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2f586c59c78b8bf4ede99e2fa06ce5e5e29fe64311ff1d5fad2bb2e427d93829",
"md5": "d0ae13fa4e6fbee06db12ed265f05274",
"sha256": "4944a5c98840638e8e736e6998c20301912ba6d93be101d8d7cbca4dfee282bc"
},
"downloads": -1,
"filename": "fastNeuron-1.1.tar.gz",
"has_sig": false,
"md5_digest": "d0ae13fa4e6fbee06db12ed265f05274",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 8011,
"upload_time": "2023-11-21T15:50:57",
"upload_time_iso_8601": "2023-11-21T15:50:57.521918Z",
"url": "https://files.pythonhosted.org/packages/2f/58/6c59c78b8bf4ede99e2fa06ce5e5e29fe64311ff1d5fad2bb2e427d93829/fastNeuron-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-21 15:50:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bayramenes",
"github_project": "fastNeuron",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "fastneuron"
}