{"id":20879460,"url":"https://github.com/kourouklides/artificial_neural_networks","last_synced_at":"2025-05-12T16:31:35.454Z","repository":{"id":39734688,"uuid":"113131694","full_name":"kourouklides/artificial_neural_networks","owner":"kourouklides","description":"A collection of Methods and Models for various architectures of Artificial Neural Networks","archived":false,"fork":false,"pushed_at":"2024-05-03T19:42:49.000Z","size":6927,"stargazers_count":41,"open_issues_count":1,"forks_count":11,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-03T20:59:40.212Z","etag":null,"topics":["artificial-neural-networks","bayesian-inference","bayesian-learning","bayesian-neural-networks","data-science","deep-learning","deep-neural-networks","edward","edward2","keras","machine-learning","machine-learning-algorithms","machinelearning","neural-networks","probabilistic-modeling","probabilistic-models","python","tensorflow","variational-inference"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kourouklides.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-05T04:18:00.000Z","updated_at":"2024-02-06T21:41:33.000Z","dependencies_parsed_at":"2024-05-03T20:45:47.815Z","dependency_job_id":"3bc2069a-365d-4bee-b858-193fc50fa7e9","html_url":"https://github.com/kourouklides/artificial_neural_networks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kourouklides%2Fartificial_neural_networks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kourouklides%2Fartificial_neural_networks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kourouklides%2Fartificial_neural_networks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kourouklides%2Fartificial_neural_networks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kourouklides","download_url":"https://codeload.github.com/kourouklides/artificial_neural_networks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225142119,"owners_count":17427367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-neural-networks","bayesian-inference","bayesian-learning","bayesian-neural-networks","data-science","deep-learning","deep-neural-networks","edward","edward2","keras","machine-learning","machine-learning-algorithms","machinelearning","neural-networks","probabilistic-modeling","probabilistic-models","python","tensorflow","variational-inference"],"created_at":"2024-11-18T07:16:33.033Z","updated_at":"2024-11-18T07:16:33.665Z","avatar_url":"https://github.com/kourouklides.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# artificial_neural_networks\n[![GitHub license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://raw.githubusercontent.com/kourouklides/artificial_neural_networks/master/LICENSE)\n[![Contributions\nwelcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](#contributing)\n\n## About\nThis repository contains a collection of Methods and Models for various architectures of __Artificial Neural Networks__.\n\nFor comparison purposes, sometimes other Machine Learning Methods and Models might also be included.\n\nThe focus of this repository is mainly on __Supervised Learning__ and to a lesser degree on __Unsupervised Learning__.\n\nThe code implementation is in __Python 3__ using [TensorFlow](https://www.tensorflow.org/) library (and [Keras](https://keras.io/) which is now part of it).\n\nThe repository is the one used for the module [CEI 523: Data Science](https://github.com/kourouklides/CEI_523_2019) at the Master's degree [MSc in Data Science and Engineering](https://www.cut.ac.cy/faculties/fet/eecei/module-description/modules-msc-data-science-and-engineering/?languageId=1) at the [Cyprus University of Technology](https://www.cut.ac.cy/) and also, at the [meetups](https://github.com/PyDataCyprus/meetups) and [workshops](https://github.com/PyDataCyprus/workshops) of [PyData Cyprus](https://www.meetup.com/PyDataCyprus/).\n\nIf you like this repository or if you found it useful, feel free to __Star, Fork, Watch__ it or __share__ it online.\n\n__Note:__ Hyperparameter Optimization, Model Selection and Model Evaluation are outside the scope of this repository.\n\n## Introduction\n\n* Currently, this repository is neither a library nor a framework, but it is a collection of __code examples__\n* The code is well documented so that it can be used for both __educational purposes__ and for __real-life applications__\n* This repository is intended to be friendly to beginners, but it is not limited just to them\n* Since TensorFlow is ideal for both __Research__ and __Production Development__, then so is this repository\n* In order to deploy the source code into Production, a few extensions will have to be made first\n* The [license](LICENSE) of this repository essentially allows you to do whatever you want with the code\n\n## Downloading\nIt is strongly recommended that you download the whole GitHub repository, but you can also try to download just the individual Python files and see if they work. However, there is no guarantee that individual files will work on their own.\n\nTo download the whole repository, there are currently two mains options:\n* Clone the repository either using [GitHub Desktop](https://desktop.github.com/) or using the [command line (terminal)](https://help.github.com/articles/cloning-a-repository/):\n\n        git clone https://github.com/kourouklides/artificial_neural_networks.git\n\n* Download the respository as a ZIP file\n\nYou can choose the one which best suits your needs. If you do not have __Git__ on Windows, then you can downloawd it [here](https://git-scm.com/download/win).\n\n## Setup and Installation\nThe code should run on any machine (i.e. Windows, macOS, Linux) that supports __Python 3__.\n\nGuides and instructions on how to install the necessary libraries and how to setup your environment can be found [here](setup/README.md).\n\n## Running from the terminal\n\nIf you do not want to use an IDE (e.g. [Spyder](https://www.spyder-ide.org/)) and want to run a script from the command line (terminal) then you __should use__ it with the [``-m`` command-line flag](https://docs.python.org/3.6/using/cmdline.html#cmdoption-m) and __without__ its ``.py`` extension, for the reasons explained [here](https://stackoverflow.com/questions/22241420/execution-of-python-code-with-m-option-or-not).\n\nFor example, by __replacing__ \\\u003cyour directory path\u003e accordingly, you can __either__ run this:\n\n    cd \u003cyour directory path\u003e/artificial_neural_networks/architectures/feedforward_neural_networks/standard_neural_networks/\n    python -m snn_dense_mnist\n\n__or__ you can run this:\n\n    cd \u003cyour directory path\u003e/artificial_neural_networks/\n    python -m artificial_neural_networks.architectures.feedforward_neural_networks.standard_neural_networks.snn_dense_mnist\n\n\n## Methods and Models\nThis repository includes the following __architectures__:\n\n- [Feedforward Neural Network](artificial_neural_networks/architectures/feedforward_neural_networks)\n  - - [ ] Bayesian Neural Networks\n  - - [x] [Convolutional Neural Networks](artificial_neural_networks/architectures/feedforward_neural_networks/convolutional_neural_networks)\n  - - [x] [Standard Neural Networks](artificial_neural_networks/architectures/feedforward_neural_networks/standard_neural_networks)\n- [Recurrent Neural Network](artificial_neural_networks/architectures/recurrent_neural_networks)\n  - - [ ] GRUs\n  - - [x] [LSTMs](artificial_neural_networks/architectures/recurrent_neural_networks/LSTM)\n  - - [ ] Vanilla RNNs\n\nSome advanced __Methods__ of Machine Learning are also included:\n\n-  - [ ] Ensemble Learning\n-  - [ ] Transfer Learning\n\n## Areas of Application\nVarious applications of the aforementioned Methods and Models are also included and they fall under the following domains, in alphabetical order:\n\n- - [ ] [Bioinformatics](artificial_neural_networks/applications/bioinformatics)\n- - [ ] [Compressed Sensing](artificial_neural_networks/applications/compressed_sensing)\n- - [ ] [Computational Finance](artificial_neural_networks/applications/computational_finance) (including Financial Econometrics)\n- - [ ] [Computer Vision](artificial_neural_networks/applications/computer_vision)\n- - [ ] [Control](artificial_neural_networks/applications/control)\n- - [ ] Energy\n- - [ ] Environmetrics\n- - [ ] Geospatial Data (including LiDAR, Hyperspectral images and GIS)\n- - [ ] [Medical Imaging](artificial_neural_networks/applications/medical_imaging)\n- - [ ] [Natural Language Processing](artificial_neural_networks/applications/natural_language_processing)\n- - [ ] Robotics\n- - [ ] Recommender Systems\n- - [ ] [Sequential Data](artificial_neural_networks/applications/sequential_data) (including Time Series)\n- - [ ] [Speech Processing](artificial_neural_networks/applications/speech_processing)\n\n## Theory\nFinally, regarding theory of Artificial Neural Networks, you can check the following pages on my personal wiki:\n\n- [Artificial Neural Networks](https://wiki.kourouklides.com/wiki/Artificial_Neural_Network)\n- [Deep Learning](https://wiki.kourouklides.com/wiki/Deep_Learning)\n- [Machine Learning](https://wiki.kourouklides.com/wiki/Machine_Learning)\n\nThe wiki contains curated lists of online and offline resources (e.g. books, papers, URL links) about these topics.\n\n## Contributing\n\nContributors are all welcome.\n\nPlease note that this project is __under development__, so it is possible that you might run into bugs and/or problems.\n\nSo, if you find any bugs and/or problems, please feel free to open an [issue](https://github.com/kourouklides/artificial_neural_networks/issues) or submit a [pull request](https://github.com/kourouklides/artificial_neural_networks/pulls).\n\n## License\n\n[Apache License 2.0](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourouklides%2Fartificial_neural_networks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourouklides%2Fartificial_neural_networks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourouklides%2Fartificial_neural_networks/lists"}