└── README.md /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |
4 | Biometrics Guide 5 |

6 | 7 | #### A guide covering the Biometrics the applications, libraries and tools that will make you a better and more efficient with Biometrics development. 8 | 9 | **Note: You can easily convert this markdown file to a PDF in [VSCode](https://code.visualstudio.com/) using this handy extension [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf).** 10 | 11 |

12 | 13 |
14 |

15 | 16 | # Table of Contents 17 | 18 | 1. [Biometrics Learning Resources](https://github.com/mikeroyal/Biometrics-Guide#biometrics-learning-resources) 19 | 20 | 2. [Biometrics Tools, Libraries, and Frameworks](https://github.com/mikeroyal/Biometrics-Guide#biometrics-tools-libraries-and-frameworks) 21 | 22 | 3. [Biometrics Security Tools and Frameworks](https://github.com/mikeroyal/Biometrics-Guide#biometrics-security-tools-and-frameworks) 23 | 24 | 4. [Algorithms](https://github.com/mikeroyal/Biometrics-Guide#algorithms) 25 | 26 | 5. [Machine Learning](https://github.com/mikeroyal/Biometrics-Guide#machine-learning) 27 | 28 | 6. [MATLAB Development](https://github.com/mikeroyal/Biometrics-Guide#matlab-development) 29 | 30 | 7. [R Development](https://github.com/mikeroyal/Biometrics-Guide#r-development) 31 | 32 | 8. [Python Development](https://github.com/mikeroyal/Biometrics-Guide#python-development) 33 | 34 | 9. [C/C++ Development](https://github.com/mikeroyal/Biometrics-Guide#cc-development) 35 | 36 | 10. [Ruby Development](https://github.com/mikeroyal/Biometrics-Guide#ruby-development) 37 | 38 | 11. [Java Development](https://github.com/mikeroyal/Biometrics-Guide#java-development) 39 | 40 | 12. [PHP Development](https://github.com/mikeroyal/Biometrics-Guide#php-development) 41 | 42 | 43 |

44 | 45 |
46 |

47 | 48 | # Biometrics Learning Resources 49 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 50 | 51 | [Biometrics](https://www.dhs.gov/biometrics) are unique physical characteristics, such as fingerprints, iris and facial recognition, and voice patterns, that can be used for automated recognition/authentication. 52 | 53 | [Introduction to Biometrics course - Biometrics Institute](https://www.biometricsinstitute.org/event/introduction-to-biometrics-short-course/) 54 | 55 | [Biometrics | NIST](https://www.nist.gov/programs-projects/biometrics) 56 | 57 | [Introduction to Biometric Technologies and Applications(PDF)](https://users.ece.cmu.edu/~jzhu/class/18200/F06/L10A_Savvides_Biometrics.pdf) 58 | 59 | [NIST Biometric Image Software (NBIS)](https://www.nist.gov/services-resources/software/nist-biometric-image-software-nbis) 60 | 61 | [BiomDI - Software tools supporting Standard Biometric Data Interchange Formats](https://www.nist.gov/services-resources/software/biomdi-software-tools-supporting-standard-biometric-data-interchange) 62 | 63 | [Biocertification Certified Biometrics Security Professional training](https://niccs.cisa.gov/training/search/certfirst/biocertification-certified-biometrics-security-professional) 64 | 65 | [National Center for Biotechnology Information](https://www.ncbi.nlm.nih.gov) 66 | 67 | [Biometrics Institute](https://www.biometricsinstitute.org/) 68 | 69 | [Biometrics | Center for Internet and Society at Stanford](https://cyberlaw.stanford.edu/our-work/topics/biometrics) 70 | 71 | [Behavioral Biometrics - Stanford University](https://cyber.fsi.stanford.edu/content/cyber-project-behavioral-biometrics) 72 | 73 | [Biometrics Courses | Udemy](https://www.udemy.com/course/biometrics/) 74 | 75 | [Biometrics Masterclass Course | Udemy](https://www.udemy.com/course/biometrics-masterclass-a-complete-guide-on-biometrics/) 76 | 77 | [Cybersecurity Specialization Course | Coursera](https://www.coursera.org/specializations/cyber-security) 78 | 79 | [Biometric & Neurometric Course | Coursera](https://www.coursera.org/lecture/neuromarketing-toolbox/1-2-biometric-neurometric-AouJK) 80 | 81 | # Biometrics Tools, Libraries, and Frameworks 82 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 83 | 84 | [Apple Face ID](https://support.apple.com/guide/iphone/set-up-face-id-iph6d162927a/ios) is an easy and secure biometric authentication mechanism enabled by the state-of-the-art [TrueDepth](https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/streaming_depth_data_from_the_truedepth_camera) camera system with advanced biometric technologies that accurately map the geometry of the user's face. Face ID allows the user to easily unlock their iPhone/iPad Pro devices, authorize purchases and payments, and sign in to many third-party apps. 85 | 86 | [Apple Touch ID](https://support.apple.com/en-us/HT204587) is an fingerprint recognition feature developed by [Apple](https://www.apple.com/). This makes unlocking your Apple devices(Mac,iPhone, and iPad), authorize purchases from the iTunes Store, the App Store, and Apple Books, and make purchases on the web using Apple Pay easier and more secure. 87 | 88 | [TrueDepth](https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/streaming_depth_data_from_the_truedepth_camera) is [Apple's](https://www.apple.com/) camera system that provides depth data in real time that allows you to determine the distance of a pixel from the front-facing camera. The camera system uses LEDs to project an irregular grid of over 30,000 infrared dots to record depth within a matter of milliseconds(ms). 89 | 90 | [Windows Hello™](https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/windows-hello) is an enterprise-grade identity verification mechanism that's integrated into the [Windows Biometric Framework (WBF)](https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-biometrics-in-enterprise) as a core Microsoft Windows component in Windows 10. 91 | 92 | [Howdy](https://github.com/Boltgolt/howdy) is a Windows Hello™ style authentication for Linux. It uses your built-in IR emitters and camera in combination with facial recognition to prove who you are. 93 | 94 | [Biometric Evaluation Framework](https://www.nist.gov/services-resources/software/biometric-evaluation-framework) is a set of C++ classes, error codes, and design patterns used to create a common environment to provide logging, data management, error handling, and other functionality that is needed for many applications used in the testing of biometric software. 95 | 96 | [Fulcrum Biometrics Framework (FbF®)](https://www.fulcrumbiometrics.com/FbF-Multi-Biometric-Framework-s/168.htm) is a suite of tools that simplify the inclusion of biometrics into any new or existing mobile, desktop, or web-based application. With FbF tools, you have everything you need to biometrically link a physical person to their records in your database or application. 97 | 98 | [Auth0](https://auth0.com/) is an easy to implement, adaptable authentication and authorization platform. 99 | 100 | [OpenCV](https://opencv.org) is a highly optimized library with focus on real-time computer vision applications. 101 | 102 | [Bioconductor](https://bioconductor.org/) is an open source project that provides tools for the analysis and comprehension of high-throughput genomic data. Bioconductor uses the [R statistical programming language](https://www.r-project.org/about.html), and is open source and open development. It has two releases each year, and an active user community. Bioconductor is also available as an [AMI (Amazon Machine Image)](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html) and [Docker images](https://docs.docker.com/engine/reference/commandline/images/). 103 | 104 | [Bowtie 2](https://bio.tools/bowtie2#!) is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s of characters, and particularly good at aligning to relatively long (mammalian) genomes. 105 | 106 | [Biopython](https://biopython.org/) is a set of freely available tools for biological computation written in Python by an international team of developers. It is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics. 107 | 108 | [BioRuby](https://bioruby.open-bio.org/) is a toolkit that has components for sequence analysis, pathway analysis, protein modelling and phylogenetic analysis; it supports many widely used data formats and provides easy access to databases, external programs and public web services, including BLAST, KEGG, GenBank, MEDLINE and GO. 109 | 110 | [BioJava](https://biojava.org/) is a toolkit that provides an API to maintain local installations of the PDB, load and manipulate structures, perform standard analysis such as sequence and structure alignments and visualize them in 3D. 111 | 112 | [BioPHP](https://biophp.org/) is an open source project that provides a collection of open source PHP code, with classes for DNA and protein sequence analysis, alignment, database parsing, and other bioinformatics tools. 113 | 114 | [Avogadro](https://avogadro.cc/) is an advanced molecule editor and visualizer designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible high quality rendering and a powerful plugin architecture. 115 | 116 | [Ascalaph Designer](https://www.biomolecular-modeling.com/Ascalaph/Ascalaph_Designer.html) is a program for molecular dynamic simulations. Under a single graphical environment are represented as their own implementation of molecular dynamics as well as the methods of classical and quantum mechanics of popular programs. 117 | 118 | [Anduril](https://www.anduril.org/site/) is a workflow platform for analyzing large data sets. Anduril provides facilities for analyzing high-thoughput data in biomedical research, and the platform is fully extensible by third parties. Ready-made tools support data visualization, DNA/RNA/ChIP-sequencing, DNA/RNA microarrays, cytometry and image analysis. 119 | 120 | [Galaxy](https://melbournebioinformatics.github.io/MelBioInf_docs/tutorials/galaxy_101/galaxy_101/) is an open source, web-based platform for accessible, reproducible, and transparent computational biomedical research. It allows users without programming experience to easily specify parameters and run individual tools as well as larger workflows. It also captures run information so that any user can repeat and understand a complete computational analysis. 121 | 122 | [PathVisio](https://pathvisio.github.io/) is a free open-source pathway analysis and drawing software which allows drawing, editing, and analyzing biological pathways. It is developed in Java and can be extended with plugins. 123 | 124 | [Orange](https://orangedatamining.com/) is a powerful data mining and machine learning toolkit that performs data analysis and visualization. 125 | 126 | [Basic Local Alignment Search Tool](https://blast.ncbi.nlm.nih.gov/Blast.cgi) is a tool that finds regions of similarity between biological sequences. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance. 127 | 128 | [OSIRIS](https://www.ncbi.nlm.nih.gov/osiris/) is public-domain, free, and open source STR analysis software designed for clinical, forensic, and research use, and has been validated for use as an expert system for single-source samples. 129 | 130 | [NCBI BioSystems](https://www.ncbi.nlm.nih.gov/biosystems/) is a Database that provides integrated access to biological systems and their component genes, proteins, and small molecules, as well as literature describing those biosystems and other related data. 131 | 132 | ### Sensors 133 | 134 | [CCD(charge coupled device)](https://global.canon/en/technology/s_labo/light/003/04.html) is a semiconductor image sensor used in digital cameras to convert light into electrical signals. CCD Sensors are made up of tiny elements known as pixels with expressions such as 6 MP(megapixel) or 12 MP(megapixel) refering to the number of pixels comprising the CCD Sensors of a camera. With each pixel there is a tiny photodiode that is sensitive to light(photon) and becomes electrically charged in accordance with the strength of light it captures. 135 | 136 | [CMOS(Complementary Metal Oxide Semiconductor) sensors](https://global.canon/en/technology/s_labo/light/003/05.html) are semiconductor image sensors that convert light into electrical signals. It includes features such as timing logic, exposure control, analog-to-digital conversion, shuttering, white balance, gain adjustment, and initial image processing algorithms. CMOS sensors contain rows of photodiodes coupled with individual amplifiers to amplify the electric signal from the photodiodes. This not only enables CMOS sensors to operate on less electrical power than CCDs, but also enables speedier and easier reading of electrical charges at a relatively low-cost. 137 | 138 | # Biometrics Security Tools and Frameworks 139 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 140 | 141 | ## Security Standards, Frameworks and Benchmarks 142 | 143 | [STIGs Benchmarks - Security Technical Implementation Guides](https://public.cyber.mil/stigs/) 144 | 145 | [CIS Benchmarks - CIS Center for Internet Security](https://www.cisecurity.org/cis-benchmarks/) 146 | 147 | [NIST - Current FIPS](https://www.nist.gov/itl/current-fips) 148 | 149 | [ISO Standards Catalogue](https://www.iso.org/standards.html) 150 | 151 | [Common Criteria for Information Technology Security Evaluation (CC)](https://www.commoncriteriaportal.org/cc/) is an international standard (ISO / IEC 15408) for computer security. It allows an objective evaluation to validate that a particular product satisfies a defined set of security requirements. 152 | 153 | [ISO 22301](https://www.iso.org/en/contents/data/standard/07/51/75106.html) is the international standard that provides a best-practice framework for implementing an optimised BCMS (business continuity management system). 154 | 155 | [ISO27001](https://www.iso.org/isoiec-27001-information-security.html) is the international standard that describes the requirements for an ISMS (information security management system). The framework is designed to help organizations manage their security practices in one place, consistently and cost-effectively. 156 | 157 | [ISO 27701](https://www.iso.org/en/contents/data/standard/07/16/71670.html) specifies the requirements for a PIMS (privacy information management system) based on the requirements of ISO 27001. 158 | It is extended by a set of privacy-specific requirements, control objectives and controls. Companies that have implemented ISO 27001 will be able to use ISO 27701 to extend their security efforts to cover privacy management. 159 | 160 | [EU GDPR (General Data Protection Regulation)](https://gdpr.eu/) is a privacy and data protection law that supersedes existing national data protection laws across the EU, bringing uniformity by introducing just one main data protection law for companies/organizations to comply with. 161 | 162 | [CCPA (California Consumer Privacy Act)](https://www.oag.ca.gov/privacy/ccpa) is a data privacy law that took effect on January 1, 2020 in the State of California. It applies to businesses that collect California residents’ personal information, and its privacy requirements are similar to those of the EU’s GDPR (General Data Protection Regulation). 163 | 164 | [Payment Card Industry (PCI) Data Security Standards (DSS)](https://docs.microsoft.com/en-us/microsoft-365/compliance/offering-pci-dss) is a global information security standard designed to prevent fraud through increased control of credit card data. 165 | 166 | [SOC 2](https://www.aicpa.org/interestareas/frc/assuranceadvisoryservices/aicpasoc2report.html) is an auditing procedure that ensures your service providers securely manage your data to protect the interests of your comapny/organization and the privacy of their clients. 167 | 168 | [NIST CSF](https://www.nist.gov/national-security-standards) is a voluntary framework primarily intended for critical infrastructure organizations to manage and mitigate cybersecurity risk based on existing best practice. 169 | 170 | ## Security Tools 171 | 172 | [Netdata](https://github.com/netdata/netdata) is high-fidelity infrastructure monitoring and troubleshooting, real-time monitoring Agent collects thousands of metrics from systems, hardware, containers, and applications with zero configuration. It runs permanently on all your physical/virtual servers, containers, cloud deployments, and edge/IoT devices, and is perfectly safe to install on your systems mid-incident without any preparation. 173 | 174 | [IDA Pro(Interactive DisAssembler Professional)](https://hex-rays.com/IDA-pro/) is a programmable and multi-processor disassembler combined with a local/remote debugger and along with a complete plugin programming environment. It's a great tool for testing and discovering security vulnerabilities. 175 | 176 | [Ghidra](https://github.com/NationalSecurityAgency/ghidra) is a software reverse engineering (SRE) framework developed by NSA's Research Directorate for NSA's cybersecurity mission. It helps analyze any malicious code and malware like viruses, and can give cybersecurity professionals a better understanding of potential vulnerabilities in their networks and systems. 177 | 178 | [DataWave](https://github.com/NationalSecurityAgency/datawave) is an ingest/query framework that leverages [Apache Accumulo](https://accumulo.apache.org/) to provide fast, secure data access. 179 | 180 | [Emissary](https://github.com/NationalSecurityAgency/emissary) is a P2P based data-driven workflow engine that runs in a heterogeneous possibly widely dispersed, multi-tiered P2P network of compute resources. Workflow itineraries are not pre-planned as in conventional workflow engines, but are discovered as more information is discovered about the data. 181 | 182 | [MADCert](https://github.com/NationalSecurityAgency/MADCert) is a cross-platform tool that consists of a certificate generator, a file system certificate manager, and a command line interface for the purposes of testing. 183 | 184 | [BLESS(Bastion's Lambda Ephemeral SSH Service)](https://github.com/Netflix/bless) is an SSH Certificate Authority that runs as an AWS Lambda function and is used to sign SSH public keys. 185 | 186 | [Zuul](https://github.com/Netflix/zuul) is an [L7 application gateway](https://www.f5.com/services/resources/glossary/application-layer-gateway) that provides capabilities for dynamic routing, monitoring, resiliency, security, and more. 187 | 188 | [Chaos Monkey](https://github.com/Netflix/chaosmonkey) is a resiliency tool that helps applications tolerate random instance failures. It is fully integrated with [Spinnaker](https://www.spinnaker.io/), the continuous delivery platform. Chaos Monkey will work with any backend that Spinnaker supports (AWS, Google Compute Engine, Azure, Kubernetes, Cloud Foundry). 189 | 190 | [Priam](https://github.com/Netflix/Priam) is a tool/process for backup/recovery, Token Management, and Centralized Configuration management for Cassandra. 191 | 192 | [Vector](https://github.com/Netflix/vector) is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser. 193 | 194 | [Control Groups(Cgroups)](https://www.redhat.com/sysadmin/cgroups-part-one) is a Linux kernel feature that allows you to allocate resources such as CPU time, system memory, network bandwidth, or any combination of these resources for user-defined groups of tasks (processes) running on a system. 195 | 196 | [Libgcrypt](https://www.gnupg.org/related_software/libgcrypt/) is a general purpose cryptographic library originally based on code from GnuPG. 197 | 198 | [Aircrack-ng](https://www.aircrack-ng.org/) is a network software suite consisting of a detector, packet sniffer, WEP and WPA/WPA2-PSK cracker and analysis tool for 802.11 wireless LANs. It works with any wireless network interface controller whose driver supports raw monitoring mode and can sniff 802.11a, 802.11b and 802.11g traffic. 199 | 200 | [Burp Suite](https://portswigger.net/burp) is a leading range of cybersecurity tools. 201 | 202 | [Cilium](https://cilium.io/) uses eBPF to accelerate getting data in and out of L7 proxies such as Envoy, enabling efficient visibility into API protocols like HTTP, gRPC, and Kafka. 203 | 204 | [Hubble](https://github.com/cilium/hubble) is a Network, Service & Security Observability for Kubernetes using eBPF. 205 | 206 | [Istio](https://istio.io/) is an open platform to connect, manage, and secure microservices. Istio's control plane provides an abstraction layer over the underlying cluster management platform, such as Kubernetes and Mesos. 207 | 208 | [Certgen](https://github.com/cilium/certgen) is a convenience tool to generate and store certificates for Hubble Relay mTLS. 209 | 210 | [Scapy](https://scapy.net/) is a python-based interactive packet manipulation program & library. 211 | 212 | [syzkaller](https://github.com/google/syzkaller) is an unsupervised, coverage-guided kernel fuzzer. 213 | 214 | [SchedViz](https://github.com/google/schedviz) is a tool for gathering and visualizing kernel scheduling traces on Linux machines. 215 | 216 | [oss-fuzz](https://google.github.io/oss-fuzz/) aims to make common open source software more secure and stable by combining modern fuzzing techniques with scalable, distributed execution. 217 | 218 | [OSSEC](https://www.ossec.net/) is a free, open-source host-based intrusion detection system. It performs log analysis, integrity checking, Windows registry monitoring, rootkit detection, time-based alerting, and active response. 219 | 220 | [Metasploit Project](https://www.metasploit.com/) is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development. 221 | 222 | [Wfuzz](https://github.com/xmendez/wfuzz) was created to facilitate the task in web applications assessments and it is based on a simple concept: it replaces any reference to the FUZZ keyword by the value of a given payload. 223 | 224 | [Nmap](https://nmap.org/) is a security scanner used to discover hosts and services on a computer network, thus building a "map" of the network. 225 | 226 | [Patchwork](https://github.com/getpatchwork/patchwork) is a web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project. 227 | 228 | [pfSense](https://www.pfsense.org/) is a free and open source firewall and router that also features unified threat management, load balancing, multi WAN, and more. 229 | 230 | [Snort](https://www.snort.org/) is an open-source, free and lightweight network intrusion detection system (NIDS) software for Linux and Windows to detect emerging threats. 231 | 232 | [Wireshark](https://www.wireshark.org/) is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. 233 | 234 | [OpenSCAP](https://www.open-scap.org/) is U.S. standard maintained by [National Institute of Standards and Technology (NIST)](https://www.nist.gov/). It provides multiple tools to assist administrators and auditors with assessment, measurement, and enforcement of security baselines. OpenSCAP maintains great flexibility and interoperability by reducing the costs of performing security audits. Whether you want to evaluate DISA STIGs, NIST‘s USGCB, or Red Hat’s Security Response Team’s content, all are supported by OpenSCAP. 235 | 236 | [Tink](https://github.com/google/tink) is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and harder to misuse. 237 | 238 | [OWASP](https://www.owasp.org/index.php/Main_Page) is an online community, produces freely-available articles, methodologies, documentation, tools, and technologies in the field of web application security. 239 | 240 | [Open Vulnerability and Assessment Language](https://oval.mitre.org/) is a community effort to standardize how to assess and report upon the machine state of computer systems. OVAL includes a language to encode system details, and community repositories of content. Tools and services that use OVAL provide enterprises with accurate, consistent, and actionable information to improve their security. 241 | 242 | # Algorithms 243 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 244 | 245 | **[NIST Fingerprint Image Quality algorithms](https://www.nist.gov/services-resources/software/nist-biometric-image-software-nbis#NFIQ)** 246 | 247 | [Fuzzy logic](https://www.investopedia.com/terms/f/fuzzy-logic.asp) is a heuristic approach that allows for more advanced decision-tree processing and better integration with rules-based programming. 248 | 249 |

250 | 251 |
252 |

253 | 254 | **Architecture of a Fuzzy Logic System. Source: [ResearchGate](https://www.researchgate.net/figure/Architecture-of-a-fuzzy-logic-system_fig2_309452475)** 255 | 256 | [Support Vector Machine (SVM)](https://web.stanford.edu/~hastie/MOOC-Slides/svm.pdf) is a supervised machine learning model that uses classification algorithms for two-group classification problems. 257 | 258 |

259 | 260 |
261 |

262 | 263 | **Support Vector Machine (SVM). Source:[OpenClipArt](https://openclipart.org/detail/182977/svm-support-vector-machines)** 264 | 265 | [Neural networks](https://www.ibm.com/cloud/learn/neural-networks) are a subset of machine learning and are at the heart of deep learning algorithms. The name/structure is inspired by the human brain copying the process that biological neurons/nodes signal to one another. 266 | 267 |

268 | 269 |
270 |

271 | 272 | **Deep neural network. Source: [IBM](https://www.ibm.com/cloud/learn/neural-networks)** 273 | 274 | [Convolutional Neural Networks (R-CNN)](https://stanford.edu/~shervine/teaching/cs-230/cheatsheet-convolutional-neural-networks) is an object detection algorithm that first segments the image to find potential relevant bounding boxes and then run the detection algorithm to find most probable objects in those bounding boxes. 275 | 276 |

277 | 278 |
279 |

280 | 281 | **Convolutional Neural Networks. Source:[CS231n](https://cs231n.github.io/convolutional-networks/#conv)** 282 | 283 | [Recurrent neural networks (RNNs)](https://www.ibm.com/cloud/learn/recurrent-neural-networks) is a type of artificial neural network which uses sequential data or time series data. 284 | 285 |

286 | 287 |
288 |

289 | 290 | **Recurrent Neural Networks. Source: [Slideteam](https://www.slideteam.net/recurrent-neural-networks-rnns-ppt-powerpoint-presentation-file-templates.html)** 291 | 292 | [Multilayer Perceptrons (MLPs)](https://deepai.org/machine-learning-glossary-and-terms/multilayer-perceptron) is multi-layer neural networks composed of multiple layers of [perceptrons](https://en.wikipedia.org/wiki/Perceptron) with a threshold activation. 293 | 294 |

295 | 296 |
297 |

298 | 299 | **Multilayer Perceptrons. Source: [DeepAI](https://deepai.org/machine-learning-glossary-and-terms/multilayer-perceptron)** 300 | 301 | [Random forest](https://www.ibm.com/cloud/learn/random-forest) is a commonly-used machine learning algorithm, which combines the output of multiple decision trees to reach a single result. A decision tree in a forest cannot be pruned for sampling and therefore, prediction selection. Its ease of use and flexibility have fueled its adoption, as it handles both classification and regression problems. 302 | 303 |

304 | 305 |
306 |

307 | 308 | **Random forest. Source: [wikimedia](https://community.tibco.com/wiki/random-forest-template-tibco-spotfirer-wiki-page)** 309 | 310 | [Decision trees](https://www.cs.cmu.edu/~bhiksha/courses/10-601/decisiontrees/) are tree-structured models for classification and regression. 311 | 312 |

313 | 314 |
315 |

316 | 317 | ***Decision Trees. Source: [CMU](http://www.cs.cmu.edu/~bhiksha/courses/10-601/decisiontrees/)* 318 | 319 | [Naive Bayes](https://en.wikipedia.org/wiki/Naive_Bayes_classifier) is a machine learning algorithm that is used solved calssification problems. It's based on applying [Bayes' theorem](https://www.mathsisfun.com/data/bayes-theorem.html) with strong independence assumptions between the features. 320 | 321 |

322 | 323 |
324 |

325 | 326 | **Bayes' theorem. Source:[mathisfun](https://www.mathsisfun.com/data/bayes-theorem.html)** 327 | 328 | 329 | # Machine Learning 330 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 331 | 332 | 333 | 334 | **Machine Learning/Deep Learning Frameworks.** 335 | 336 | 337 | # Learning Resources for ML 338 | 339 | [Machine Learning](https://www.ibm.com/cloud/learn/machine-learning) is a branch of artificial intelligence (AI) focused on building apps using algorithms that learn from data models and improve their accuracy over time without needing to be programmed. 340 | 341 | [Machine Learning by Stanford University from Coursera](https://www.coursera.org/learn/machine-learning) 342 | 343 | [AWS Training and Certification for Machine Learning (ML) Courses](https://aws.amazon.com/training/learning-paths/machine-learning/) 344 | 345 | [Machine Learning Scholarship Program for Microsoft Azure from Udacity](https://www.udacity.com/scholarships/machine-learning-scholarship-microsoft-azure) 346 | 347 | [Microsoft Certified: Azure Data Scientist Associate](https://docs.microsoft.com/en-us/learn/certifications/azure-data-scientist) 348 | 349 | [Microsoft Certified: Azure AI Engineer Associate](https://docs.microsoft.com/en-us/learn/certifications/azure-ai-engineer) 350 | 351 | [Azure Machine Learning training and deployment](https://docs.microsoft.com/en-us/azure/devops/pipelines/targets/azure-machine-learning) 352 | 353 | [Learning Machine learning and artificial intelligence from Google Cloud Training](https://cloud.google.com/training/machinelearning-ai) 354 | 355 | [Machine Learning Crash Course for Google Cloud](https://developers.google.com/machine-learning/crash-course/) 356 | 357 | [JupyterLab](https://jupyterlab.readthedocs.io/) 358 | 359 | [Scheduling Jupyter notebooks on Amazon SageMaker ephemeral instances](https://aws.amazon.com/blogs/machine-learning/scheduling-jupyter-notebooks-on-sagemaker-ephemeral-instances/) 360 | 361 | [How to run Jupyter Notebooks in your Azure Machine Learning workspace](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-run-jupyter-notebooks) 362 | 363 | [Machine Learning Courses Online from Udemy](https://www.udemy.com/topic/machine-learning/) 364 | 365 | [Machine Learning Courses Online from Coursera](https://www.coursera.org/courses?query=machine%20learning&) 366 | 367 | [Learn Machine Learning with Online Courses and Classes from edX](https://www.edx.org/learn/machine-learning) 368 | 369 | # ML Frameworks, Libraries, and Tools 370 | 371 | [TensorFlow](https://www.tensorflow.org) is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications. 372 | 373 | [Keras](https://keras.io) is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano.It was developed with a focus on enabling fast experimentation. It is capable of running on top of TensorFlow, Microsoft Cognitive Toolkit, R, Theano, or PlaidML. 374 | 375 | [PyTorch](https://pytorch.org) is a library for deep learning on irregular input data such as graphs, point clouds, and manifolds. Primarily developed by Facebook's AI Research lab. 376 | 377 | [Amazon SageMaker](https://aws.amazon.com/sagemaker/) is a fully managed service that provides every developer and data scientist with the ability to build, train, and deploy machine learning (ML) models quickly. SageMaker removes the heavy lifting from each step of the machine learning process to make it easier to develop high quality models. 378 | 379 | [Azure Databricks](https://azure.microsoft.com/en-us/services/databricks/) is a fast and collaborative Apache Spark-based big data analytics service designed for data science and data engineering. Azure Databricks, sets up your Apache Spark environment in minutes, autoscale, and collaborate on shared projects in an interactive workspace. Azure Databricks supports Python, Scala, R, Java, and SQL, as well as data science frameworks and libraries including TensorFlow, PyTorch, and scikit-learn. 380 | 381 | [Microsoft Cognitive Toolkit (CNTK)](https://docs.microsoft.com/en-us/cognitive-toolkit/) is an open-source toolkit for commercial-grade distributed deep learning. It describes neural networks as a series of computational steps via a directed graph. CNTK allows the user to easily realize and combine popular model types such as feed-forward DNNs, convolutional neural networks (CNNs) and recurrent neural networks (RNNs/LSTMs). CNTK implements stochastic gradient descent (SGD, error backpropagation) learning with automatic differentiation and parallelization across multiple GPUs and servers. 382 | 383 | [Apple CoreML](https://developer.apple.com/documentation/coreml) is a framework that helps integrate machine learning models into your app. Core ML provides a unified representation for all models. Your app uses Core ML APIs and user data to make predictions, and to train or fine-tune models, all on the user's device. A model is the result of applying a machine learning algorithm to a set of training data. You use a model to make predictions based on new input data. 384 | 385 | [Tensorflow_macOS](https://github.com/apple/tensorflow_macos) is a Mac-optimized version of TensorFlow and TensorFlow Addons for macOS 11.0+ accelerated using Apple's ML Compute framework. 386 | 387 | [Apache OpenNLP](https://opennlp.apache.org/) is an open-source library for a machine learning based toolkit used in the processing of natural language text. It features an API for use cases like [Named Entity Recognition](https://en.wikipedia.org/wiki/Named-entity_recognition), [Sentence Detection](), [POS(Part-Of-Speech) tagging](https://en.wikipedia.org/wiki/Part-of-speech_tagging), [Tokenization](https://en.wikipedia.org/wiki/Tokenization_(data_security)) [Feature extraction](https://en.wikipedia.org/wiki/Feature_extraction), [Chunking](https://en.wikipedia.org/wiki/Chunking_(psychology)), [Parsing](https://en.wikipedia.org/wiki/Parsing), and [Coreference resolution](https://en.wikipedia.org/wiki/Coreference). 388 | 389 | [Apache Airflow](https://airflow.apache.org) is an open-source workflow management platform created by the community to programmatically author, schedule and monitor workflows. Install. Principles. Scalable. Airflow has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers. Airflow is ready to scale to infinity. 390 | 391 | [Open Neural Network Exchange(ONNX)](https://github.com/onnx) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. 392 | 393 | [Apache MXNet](https://mxnet.apache.org/) is a deep learning framework designed for both efficiency and flexibility. It allows you to mix symbolic and imperative programming to maximize efficiency and productivity. At its core, MXNet contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. MXNet is portable and lightweight, scaling effectively to multiple GPUs and multiple machines. Support for Python, R, Julia, Scala, Go, Javascript and more. 394 | 395 | [AutoGluon](https://autogluon.mxnet.io/index.html) is toolkit for Deep learning that automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy deep learning models on tabular, image, and text data. 396 | 397 | [Anaconda](https://www.anaconda.com/) is a very popular Data Science platform for machine learning and deep learning that enables users to develop models, train them, and deploy them. 398 | 399 | [PlaidML](https://github.com/plaidml/plaidml) is an advanced and portable tensor compiler for enabling deep learning on laptops, embedded devices, or other devices where the available computing hardware is not well supported or the available software stack contains unpalatable license restrictions. 400 | 401 | [OpenCV](https://opencv.org) is a highly optimized library with focus on real-time computer vision applications. The C++, Python, and Java interfaces support Linux, MacOS, Windows, iOS, and Android. 402 | 403 | [Scikit-Learn](https://scikit-learn.org/stable/index.html) is a Python module for machine learning built on top of SciPy, NumPy, and matplotlib, making it easier to apply robust and simple implementations of many popular machine learning algorithms. 404 | 405 | [Weka](https://www.cs.waikato.ac.nz/ml/weka/) is an open source machine learning software that can be accessed through a graphical user interface, standard terminal applications, or a Java API. It is widely used for teaching, research, and industrial applications, contains a plethora of built-in tools for standard machine learning tasks, and additionally gives transparent access to well-known toolboxes such as scikit-learn, R, and Deeplearning4j. 406 | 407 | [Caffe](https://github.com/BVLC/caffe) is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/The Berkeley Vision and Learning Center (BVLC) and community contributors. 408 | 409 | [Theano](https://github.com/Theano/Theano) is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently including tight integration with NumPy. 410 | 411 | [nGraph](https://github.com/NervanaSystems/ngraph) is an open source C++ library, compiler and runtime for Deep Learning. The nGraph Compiler aims to accelerate developing AI workloads using any deep learning framework and deploying to a variety of hardware targets.It provides the freedom, performance, and ease-of-use to AI developers. 412 | 413 | [NVIDIA cuDNN](https://developer.nvidia.com/cudnn) is a GPU-accelerated library of primitives for [deep neural networks](https://developer.nvidia.com/deep-learning). cuDNN provides highly tuned implementations for standard routines such as forward and backward convolution, pooling, normalization, and activation layers. cuDNN accelerates widely used deep learning frameworks, including [Caffe2](https://caffe2.ai/), [Chainer](https://chainer.org/), [Keras](https://keras.io/), [MATLAB](https://www.mathworks.com/solutions/deep-learning.html), [MxNet](https://mxnet.incubator.apache.org/), [PyTorch](https://pytorch.org/), and [TensorFlow](https://www.tensorflow.org/). 414 | 415 | [Jupyter Notebook](https://jupyter.org/) is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Jupyter is used widely in industries that do data cleaning and transformation, numerical simulation, statistical modeling, data visualization, data science, and machine learning. 416 | 417 | [Apache Spark](https://spark.apache.org/) is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for stream processing. 418 | 419 | [Apache Spark Connector for SQL Server and Azure SQL](https://github.com/microsoft/sql-spark-connector) is a high-performance connector that enables you to use transactional data in big data analytics and persists results for ad-hoc queries or reporting. The connector allows you to use any SQL database, on-premises or in the cloud, as an input data source or output data sink for Spark jobs. 420 | 421 | [Apache PredictionIO](https://predictionio.apache.org/) is an open source machine learning framework for developers, data scientists, and end users. It supports event collection, deployment of algorithms, evaluation, querying predictive results via REST APIs. It is based on scalable open source services like Hadoop, HBase (and other DBs), Elasticsearch, Spark and implements what is called a Lambda Architecture. 422 | 423 | [Cluster Manager for Apache Kafka(CMAK)](https://github.com/yahoo/CMAK) is a tool for managing [Apache Kafka](https://kafka.apache.org/) clusters. 424 | 425 | [BigDL](https://bigdl-project.github.io/) is a distributed deep learning library for Apache Spark. With BigDL, users can write their deep learning applications as standard Spark programs, which can directly run on top of existing Spark or Hadoop clusters. 426 | 427 | [Eclipse Deeplearning4J (DL4J)](https://deeplearning4j.konduit.ai/) is a set of projects intended to support all the needs of a JVM-based(Scala, Kotlin, Clojure, and Groovy) deep learning application. This means starting with the raw data, loading and preprocessing it from wherever and whatever format it is in to building and tuning a wide variety of simple and complex deep learning networks. 428 | 429 | [Tensorman](https://github.com/pop-os/tensorman) is a utility for easy management of Tensorflow containers by developed by [System76]( https://system76.com).Tensorman allows Tensorflow to operate in an isolated environment that is contained from the rest of the system. This virtual environment can operate independent of the base system, allowing you to use any version of Tensorflow on any version of a Linux distribution that supports the Docker runtime. 430 | 431 | [Numba](https://github.com/numba/numba) is an open source, NumPy-aware optimizing compiler for Python sponsored by Anaconda, Inc. It uses the LLVM compiler project to generate machine code from Python syntax. Numba can compile a large subset of numerically-focused Python, including many NumPy functions. Additionally, Numba has support for automatic parallelization of loops, generation of GPU-accelerated code, and creation of ufuncs and C callbacks. 432 | 433 | [Chainer](https://chainer.org/) is a Python-based deep learning framework aiming at flexibility. It provides automatic differentiation APIs based on the define-by-run approach (dynamic computational graphs) as well as object-oriented high-level APIs to build and train neural networks. It also supports CUDA/cuDNN using [CuPy](https://github.com/cupy/cupy) for high performance training and inference. 434 | 435 | [XGBoost](https://xgboost.readthedocs.io/) is an optimized distributed gradient boosting library designed to be highly efficient, flexible and portable. It implements machine learning algorithms under the Gradient Boosting framework. XGBoost provides a parallel tree boosting (also known as GBDT, GBM) that solve many data science problems in a fast and accurate way. It supports distributed training on multiple machines, including AWS, GCE, Azure, and Yarn clusters. Also, it can be integrated with Flink, Spark and other cloud dataflow systems. 436 | 437 | [cuML](https://github.com/rapidsai/cuml) is a suite of libraries that implement machine learning algorithms and mathematical primitives functions that share compatible APIs with other RAPIDS projects. cuML enables data scientists, researchers, and software engineers to run traditional tabular ML tasks on GPUs without going into the details of CUDA programming. In most cases, cuML's Python API matches the API from scikit-learn. 438 | 439 | # MATLAB Development 440 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 441 | 442 |

443 | 444 |
445 |

446 | 447 | ## MATLAB Learning Resources 448 | 449 | [MATLAB](https://www.mathworks.com/products/matlab.html) is a programming language that does numerical computing such as expressing matrix and array mathematics directly. 450 | 451 | [MATLAB Documentation](https://www.mathworks.com/help/matlab/) 452 | 453 | [Getting Started with MATLAB ](https://www.mathworks.com/help/matlab/getting-started-with-matlab.html) 454 | 455 | [MATLAB and Simulink Training from MATLAB Academy](https://matlabacademy.mathworks.com) 456 | 457 | [MathWorks Certification Program](https://www.mathworks.com/services/training/certification.html) 458 | 459 | [MATLAB Online Courses from Udemy](https://www.udemy.com/topic/matlab/) 460 | 461 | [MATLAB Online Courses from Coursera](https://www.coursera.org/courses?query=matlab) 462 | 463 | [MATLAB Online Courses from edX](https://www.edx.org/learn/matlab) 464 | 465 | [Building a MATLAB GUI](https://www.mathworks.com/discovery/matlab-gui.html) 466 | 467 | [MATLAB Style Guidelines 2.0](https://www.mathworks.com/matlabcentral/fileexchange/46056-matlab-style-guidelines-2-0) 468 | 469 | [Setting Up Git Source Control with MATLAB & Simulink](https://www.mathworks.com/help/matlab/matlab_prog/set-up-git-source-control.html) 470 | 471 | [Pull, Push and Fetch Files with Git with MATLAB & Simulink](https://www.mathworks.com/help/matlab/matlab_prog/push-and-fetch-with-git.html) 472 | 473 | [Create New Repository with MATLAB & Simulink](https://www.mathworks.com/help/matlab/matlab_prog/add-folder-to-source-control.html) 474 | 475 | [PRMLT](http://prml.github.io/) is Matlab code for machine learning algorithms in the PRML book. 476 | 477 | ## MATLAB Tools 478 | 479 | [MATLAB Online](https://matlab.mathworks.com) allows to users to uilitize MATLAB and Simulink through a web browser such as Google Chrome. 480 | 481 | [Simulink](https://www.mathworks.com/products/simulink.html) is a block diagram environment for Model-Based Design. It supports simulation, automatic code generation, and continuous testing of embedded systems. 482 | 483 | [MATLAB Schemer](https://github.com/scottclowe/matlab-schemer) is a MATLAB package makes it easy to change the color scheme (theme) of the MATLAB display and GUI. 484 | 485 | [LRSLibrary](https://github.com/andrewssobral/lrslibrary) is a Low-Rank and Sparse Tools for Background Modeling and Subtraction in Videos. The library was designed for moving object detection in videos, but it can be also used for other computer vision and machine learning problems. 486 | 487 | [Robotics Toolbox for MATLAB](https://www.mathworks.com/products/robotics.html) provides a toolbox that brings robotics specific functionality(designing, simulating, and testing manipulators, mobile robots, and humanoid robots) to MATLAB, exploiting the native capabilities of MATLAB (linear algebra, portability, graphics). The toolbox also supports mobile robots with functions for robot motion models (bicycle), path planning algorithms (bug, distance transform, D*, PRM), kinodynamic planning (lattice, RRT), localization (EKF, particle filter), map building (EKF) and simultaneous localization and mapping (EKF), and a Simulink model a of non-holonomic vehicle. The Toolbox also including a detailed Simulink model for a quadrotor flying robot. 488 | 489 | [SEA-MAT](https://sea-mat.github.io/sea-mat/) is a collaborative effort to organize and distribute Matlab tools for the Oceanographic Community. 490 | 491 | [Gramm](https://github.com/piermorel/gramm) is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library. 492 | 493 | [hctsa](https://hctsa-users.gitbook.io/hctsa-manual) is a software package for running highly comparative time-series analysis using Matlab. 494 | 495 | [Plotly](https://plot.ly/matlab/) is a Graphing Library for MATLAB. 496 | 497 | [YALMIP](https://yalmip.github.io/) is a MATLAB toolbox for optimization modeling. 498 | 499 | [GNU Octave](https://www.gnu.org/software/octave/) is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. 500 | 501 | 502 | # R Development 503 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 504 | 505 |

506 | 507 |
508 |

509 | 510 | # R Learning Resources 511 | 512 | [R](https://www.r-project.org/) is an open source software environment for statistical computing and graphics. It compiles and runs on a wide variety of platforms such as Windows and MacOS. 513 | 514 | [An Introduction to R](https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf) 515 | 516 | [Google's R Style Guide](https://google.github.io/styleguide/Rguide.html) 517 | 518 | [R developer's guide to Azure](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/r-developers-guide) 519 | 520 | [Running R at Scale on Google Compute Engine](https://cloud.google.com/solutions/running-r-at-scale) 521 | 522 | [Running R on AWS](https://aws.amazon.com/blogs/big-data/running-r-on-aws/) 523 | 524 | [RStudio Server Pro for AWS](https://aws.amazon.com/marketplace/pp/RStudio-RStudio-Server-Pro-for-AWS/B06W2G9PRY) 525 | 526 | [Learn R by Codecademy](https://www.codecademy.com/learn/learn-r) 527 | 528 | [Learn R Programming with Online Courses and Lessons by edX](https://www.edx.org/learn/r-programming) 529 | 530 | [R Language Courses by Coursera](https://www.coursera.org/courses?query=r%20language) 531 | 532 | [Learn R For Data Science by Udacity](https://www.udacity.com/course/programming-for-data-science-nanodegree-with-R--nd118) 533 | 534 | # R Tools 535 | 536 | [RStudio](https://rstudio.com/) is an integrated development environment for R and Python, with a console, syntax-highlighting editor that supports direct code execution, and tools for plotting, history, debugging and workspace management. 537 | 538 | [Shiny](https://shiny.rstudio.com/) is a newer package from RStudio that makes it incredibly easy to build interactive web applications with R. 539 | 540 | [Rmarkdown ](https://rmarkdown.rstudio.com/) is a package helps you create dynamic analysis documents that combine code, rendered output (such as figures), and prose. 541 | 542 | [Rplugin](https://github.com/JetBrains/Rplugin) is R Language supported plugin for the IntelliJ IDE. 543 | 544 | [Plotly](https://plotly-r.com/) is an R package for creating interactive web graphics via the open source JavaScript graphing library [plotly.js](https://github.com/plotly/plotly.js). 545 | 546 | [Metaflow](https://metaflow.org/) is a Python/R library that helps scientists and engineers build and manage real-life data science projects. Metaflow was originally developed at Netflix to boost productivity of data scientists who work on a wide variety of projects from classical statistics to state-of-the-art deep learning. 547 | 548 | [Prophet](https://facebook.github.io/prophet) is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. 549 | 550 | [LightGBM](https://lightgbm.readthedocs.io/) is a gradient boosting framework that uses tree based learning algorithms, used for ranking, classification and many other machine learning tasks. 551 | 552 | [Dash](https://plotly.com/dash) is a Python framework for building analytical web applications in Python, R, Julia, and Jupyter. 553 | 554 | [MLR](https://mlr.mlr-org.com/) is Machine Learning in R. 555 | 556 | [ML workspace](https://github.com/ml-tooling/ml-workspace) is an all-in-one web-based IDE specialized for machine learning and data science. It is simple to deploy and gets you started within minutes to productively built ML solutions on your own machines. ML workspace is the ultimate tool for developers preloaded with a variety of popular data science libraries (Tensorflow, PyTorch, Keras, and MXnet) and dev tools (Jupyter, VS Code, and Tensorboard) perfectly configured, optimized, and integrated. 557 | 558 | [CatBoost](https://catboost.ai/) is a fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU. 559 | 560 | [Plumber](https://www.rplumber.io/) is a tool that allows you to create a web API by merely decorating your existing R source code with special comments. 561 | 562 | [Drake](https://docs.ropensci.org/drake) is an R-focused pipeline toolkit for reproducibility and high-performance computing. 563 | 564 | [DiagrammeR](https://visualizers.co/diagrammer/) is a package you can create, modify, analyze, and visualize network graph diagrams. The output can be incorporated into R Markdown documents, integrated with Shiny web apps, converted to other graph formats, or exported as image files. 565 | 566 | [Knitr](https://yihui.org/knitr/) is a general-purpose literate programming engine in R, with lightweight API's designed to give users full control of the output without heavy coding work. 567 | 568 | [Broom](https://broom.tidymodels.org/) is a tool that converts statistical analysis objects from R into tidy format. 569 | 570 | 571 | # Python Development 572 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 573 | 574 |

575 | 576 |
577 | 578 |

579 | 580 | ## Python Learning Resources 581 | 582 | [Python](https://www.python.org) is an interpreted, high-level programming language. Python is used heavily in the fields of Data Science and Machine Learning. 583 | 584 | [Python Developer’s Guide](https://devguide.python.org) is a comprehensive resource for contributing to Python – for both new and experienced contributors. It is maintained by the same community that maintains Python. 585 | 586 | [Azure Functions Python developer guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python) is an introduction to developing Azure Functions using Python. The content below assumes that you've already read the [Azure Functions developers guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference). 587 | 588 | [CheckiO](https://checkio.org/) is a programming learning platform and a gamified website that teaches Python through solving code challenges and competing for the most elegant and creative solutions. 589 | 590 | [Python Institute](https://pythoninstitute.org) 591 | 592 | [PCEP – Certified Entry-Level Python Programmer certification](https://pythoninstitute.org/pcep-certification-entry-level/) 593 | 594 | [PCAP – Certified Associate in Python Programming certification](https://pythoninstitute.org/pcap-certification-associate/) 595 | 596 | [PCPP – Certified Professional in Python Programming 1 certification](https://pythoninstitute.org/pcpp-certification-professional/) 597 | 598 | [PCPP – Certified Professional in Python Programming 2](https://pythoninstitute.org/pcpp-certification-professional/) 599 | 600 | [MTA: Introduction to Programming Using Python Certification](https://docs.microsoft.com/en-us/learn/certifications/mta-introduction-to-programming-using-python) 601 | 602 | [Getting Started with Python in Visual Studio Code](https://code.visualstudio.com/docs/python/python-tutorial) 603 | 604 | [Google's Python Style Guide](https://google.github.io/styleguide/pyguide.html) 605 | 606 | [Google's Python Education Class](https://developers.google.com/edu/python/) 607 | 608 | [Real Python](https://realpython.com) 609 | 610 | [The Python Open Source Computer Science Degree by Forrest Knight](https://github.com/ForrestKnight/open-source-cs-python) 611 | 612 | [Intro to Python for Data Science](https://www.datacamp.com/courses/intro-to-python-for-data-science) 613 | 614 | [Intro to Python by W3schools](https://www.w3schools.com/python/python_intro.asp) 615 | 616 | [Codecademy's Python 3 course](https://www.codecademy.com/learn/learn-python-3) 617 | 618 | [Learn Python with Online Courses and Classes from edX](https://www.edx.org/learn/python) 619 | 620 | [Python Courses Online from Coursera](https://www.coursera.org/courses?query=python) 621 | 622 | ## Python Frameworks and Tools 623 | 624 | [Python Package Index (PyPI)](https://pypi.org/) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. 625 | 626 | [PyCharm](https://www.jetbrains.com/pycharm/) is the best IDE I've ever used. With PyCharm, you can access the command line, connect to a database, create a virtual environment, and manage your version control system all in one place, saving time by avoiding constantly switching between windows. 627 | 628 | [Python Tools for Visual Studio(PTVS)](https://microsoft.github.io/PTVS/) is a free, open source plugin that turns Visual Studio into a Python IDE. It supports editing, browsing, IntelliSense, mixed Python/C++ debugging, remote Linux/MacOS debugging, profiling, IPython, and web development with Django and other frameworks. 629 | 630 | [Pylance](https://github.com/microsoft/pylance-release) is an extension that works alongside Python in Visual Studio Code to provide performant language support. Under the hood, Pylance is powered by Pyright, Microsoft's static type checking tool. 631 | 632 | [Pyright](https://github.com/Microsoft/pyright) is a fast type checker meant for large Python source bases. It can run in a “watch” mode and performs fast incremental updates when files are modified. 633 | 634 | [Django](https://www.djangoproject.com/) is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. 635 | 636 | [Flask](https://flask.palletsprojects.com/) is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. 637 | 638 | [Web2py](http://web2py.com/) is an open-source web application framework written in Python allowing allows web developers to program dynamic web content. One web2py instance can run multiple web sites using different databases. 639 | 640 | [AWS Chalice](https://github.com/aws/chalice) is a framework for writing serverless apps in python. It allows you to quickly create and deploy applications that use AWS Lambda. 641 | 642 | [Tornado](https://www.tornadoweb.org/) is a Python web framework and asynchronous networking library. Tornado uses a non-blocking network I/O, which can scale to tens of thousands of open connections. 643 | 644 | [HTTPie](https://github.com/httpie/httpie) is a command line HTTP client that makes CLI interaction with web services as easy as possible. HTTPie is designed for testing, debugging, and generally interacting with APIs & HTTP servers. 645 | 646 | [Scrapy](https://scrapy.org/) is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing. 647 | 648 | [Sentry](https://sentry.io/) is a service that helps you monitor and fix crashes in realtime. The server is in Python, but it contains a full API for sending events from any language, in any application. 649 | 650 | [Pipenv](https://github.com/pypa/pipenv) is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. 651 | 652 | [Python Fire](https://github.com/google/python-fire) is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. 653 | 654 | [Bottle](https://github.com/bottlepy/bottle) is a fast, simple and lightweight [WSGI](https://www.wsgi.org/) micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the [Python Standard Library](https://docs.python.org/library/). 655 | 656 | [CherryPy](https://cherrypy.org) is a minimalist Python object-oriented HTTP web framework. 657 | 658 | [Sanic](https://github.com/huge-success/sanic) is a Python 3.6+ web server and web framework that's written to go fast. 659 | 660 | [Pyramid](https://trypyramid.com) is a small and fast open source Python web framework. It makes real-world web application development and deployment more fun and more productive. 661 | 662 | [TurboGears](https://turbogears.org) is a hybrid web framework able to act both as a Full Stack framework or as a Microframework. 663 | 664 | [Falcon](https://falconframework.org/) is a reliable, high-performance Python web framework for building large-scale app backends and microservices with support for MongoDB, Pluggable Applications and autogenerated Admin. 665 | 666 | [Neural Network Intelligence(NNI)](https://github.com/microsoft/nni) is an open source AutoML toolkit for automate machine learning lifecycle, including [Feature Engineering](https://github.com/microsoft/nni/blob/master/docs/en_US/FeatureEngineering/Overview.md), [Neural Architecture Search](https://github.com/microsoft/nni/blob/master/docs/en_US/NAS/Overview.md), [Model Compression](https://github.com/microsoft/nni/blob/master/docs/en_US/Compressor/Overview.md) and [Hyperparameter Tuning](https://github.com/microsoft/nni/blob/master/docs/en_US/Tuner/BuiltinTuner.md). 667 | 668 | [Dash](https://plotly.com/dash) is a popular Python framework for building ML & data science web apps for Python, R, Julia, and Jupyter. 669 | 670 | [Luigi](https://github.com/spotify/luigi) is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built-in. 671 | 672 | [Locust](https://github.com/locustio/locust) is an easy to use, scriptable and scalable performance testing tool. 673 | 674 | [spaCy](https://github.com/explosion/spaCy) is a library for advanced Natural Language Processing in Python and Cython. 675 | 676 | [NumPy](https://www.numpy.org/) is the fundamental package needed for scientific computing with Python. 677 | 678 | [Pillow](https://python-pillow.org/) is a friendly PIL(Python Imaging Library) fork. 679 | 680 | [IPython](https://ipython.org/) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers enhanced introspection, rich media, additional shell syntax, tab completion, and rich history. 681 | 682 | [GraphLab Create](https://turi.com/) is a Python library, backed by a C++ engine, for quickly building large-scale, high-performance machine learning models. 683 | 684 | [Pandas](https://pandas.pydata.org/) is a fast, powerful, and easy to use open source data structrures, data analysis and manipulation tool, built on top of the Python programming language. 685 | 686 | [PuLP](https://coin-or.github.io/pulp/) is an Linear Programming modeler written in python. PuLP can generate LP files and call on use highly optimized solvers, GLPK, COIN CLP/CBC, CPLEX, and GUROBI, to solve these linear problems. 687 | 688 | [Matplotlib](https://matplotlib.org/) is a 2D plotting library for creating static, animated, and interactive visualizations in Python. Matplotlib produces publication-quality figures in a variety of hardcopy formats and interactive environments across platforms. 689 | 690 | [Scikit-Learn](https://scikit-learn.org/stable/index.html) is a simple and efficient tool for data mining and data analysis. It is built on NumPy,SciPy, and mathplotlib. 691 | 692 | # C/C++ Development 693 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 694 | 695 |

696 | 697 |
698 |

699 | 700 | ## C/C++ Learning Resources 701 | 702 | [C++](https://www.cplusplus.com/doc/tutorial/) is a cross-platform language that can be used to build high-performance applications developed by Bjarne Stroustrup, as an extension to the C language. 703 | 704 | [C](https://www.iso.org/standard/74528.html) is a general-purpose, high-level language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs. It supports structured programming, lexical variable scope, and recursion, with a static type system. C also provides constructs that map efficiently to typical machine instructions, which makes it one was of the most widely used programming languages today. 705 | 706 | [Embedded C](https://en.wikipedia.org/wiki/Embedded_C) is a set of language extensions for the C programming language by the [C Standards Committee](https://isocpp.org/std/the-committee) to address issues that exist between C extensions for different [embedded systems](https://en.wikipedia.org/wiki/Embedded_system). The extensions hep enhance microprocessor features such as fixed-point arithmetic, multiple distinct memory banks, and basic I/O operations. This makes Embedded C the most popular embedded software language in the world. 707 | 708 | [C & C++ Developer Tools from JetBrains](https://www.jetbrains.com/cpp/) 709 | 710 | [Open source C++ libraries on cppreference.com](https://en.cppreference.com/w/cpp/links/libs) 711 | 712 | [C++ Graphics libraries](https://cpp.libhunt.com/libs/graphics) 713 | 714 | [C++ Libraries in MATLAB](https://www.mathworks.com/help/matlab/call-cpp-library-functions.html) 715 | 716 | [C++ Tools and Libraries Articles](https://www.cplusplus.com/articles/tools/) 717 | 718 | [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) 719 | 720 | [Introduction C++ Education course on Google Developers](https://developers.google.com/edu/c++/) 721 | 722 | [C++ style guide for Fuchsia](https://fuchsia.dev/fuchsia-src/development/languages/c-cpp/cpp-style) 723 | 724 | [C and C++ Coding Style Guide by OpenTitan](https://docs.opentitan.org/doc/rm/c_cpp_coding_style/) 725 | 726 | [Chromium C++ Style Guide](https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++.md) 727 | 728 | [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) 729 | 730 | [C++ Style Guide for ROS](http://wiki.ros.org/CppStyleGuide) 731 | 732 | [Learn C++](https://www.learncpp.com/) 733 | 734 | [Learn C : An Interactive C Tutorial](https://www.learn-c.org/) 735 | 736 | [C++ Institute](https://cppinstitute.org/free-c-and-c-courses) 737 | 738 | [C++ Online Training Courses on LinkedIn Learning](https://www.linkedin.com/learning/topics/c-plus-plus) 739 | 740 | [C++ Tutorials on W3Schools](https://www.w3schools.com/cpp/default.asp) 741 | 742 | [Learn C Programming Online Courses on edX](https://www.edx.org/learn/c-programming) 743 | 744 | [Learn C++ with Online Courses on edX](https://www.edx.org/learn/c-plus-plus) 745 | 746 | [Learn C++ on Codecademy](https://www.codecademy.com/learn/learn-c-plus-plus) 747 | 748 | [Coding for Everyone: C and C++ course on Coursera](https://www.coursera.org/specializations/coding-for-everyone) 749 | 750 | [C++ For C Programmers on Coursera](https://www.coursera.org/learn/c-plus-plus-a) 751 | 752 | [Top C Courses on Coursera](https://www.coursera.org/courses?query=c%20programming) 753 | 754 | [C++ Online Courses on Udemy](https://www.udemy.com/topic/c-plus-plus/) 755 | 756 | [Top C Courses on Udemy](https://www.udemy.com/topic/c-programming/) 757 | 758 | [Basics of Embedded C Programming for Beginners on Udemy](https://www.udemy.com/course/embedded-c-programming-for-embedded-systems/) 759 | 760 | [C++ For Programmers Course on Udacity](https://www.udacity.com/course/c-for-programmers--ud210) 761 | 762 | [C++ Fundamentals Course on Pluralsight](https://www.pluralsight.com/courses/learn-program-cplusplus) 763 | 764 | [Introduction to C++ on MIT Free Online Course Materials](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) 765 | 766 | [Introduction to C++ for Programmers | Harvard ](https://online-learning.harvard.edu/course/introduction-c-programmers) 767 | 768 | [Online C Courses | Harvard University](https://online-learning.harvard.edu/subject/c) 769 | 770 | 771 | ## C/C++ Tools and Frameworks 772 | 773 | [AWS SDK for C++](https://aws.amazon.com/sdk-for-cpp/) 774 | 775 | [Azure SDK for C++](https://github.com/Azure/azure-sdk-for-cpp) 776 | 777 | [Azure SDK for C](https://github.com/Azure/azure-sdk-for-c) 778 | 779 | [C++ Client Libraries for Google Cloud Services](https://github.com/googleapis/google-cloud-cpp) 780 | 781 | [Visual Studio](https://visualstudio.microsoft.com/) is an integrated development environment (IDE) from Microsoft; which is a feature-rich application that can be used for many aspects of software development. Visual Studio makes it easy to edit, debug, build, and publish your app. By using Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, and Windows Store. 782 | 783 | [Visual Studio Code](https://code.visualstudio.com/) is a code editor redefined and optimized for building and debugging modern web and cloud applications. 784 | 785 | [Vcpkg](https://github.com/microsoft/vcpkg) is a C++ Library Manager for Windows, Linux, and MacOS. 786 | 787 | [ReSharper C++](https://www.jetbrains.com/resharper-cpp/features/) is a Visual Studio Extension for C++ developers developed by JetBrains. 788 | 789 | [AppCode](https://www.jetbrains.com/objc/) is constantly monitoring the quality of your code. It warns you of errors and smells and suggests quick-fixes to resolve them automatically. AppCode provides lots of code inspections for Objective-C, Swift, C/C++, and a number of code inspections for other supported languages. All code inspections are run on the fly. 790 | 791 | [CLion](https://www.jetbrains.com/clion/features/) is a cross-platform IDE for C and C++ developers developed by JetBrains. 792 | 793 | [Code::Blocks](https://www.codeblocks.org/) is a free C/C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Built around a plugin framework, Code::Blocks can be extended with plugins. 794 | 795 | [CppSharp](https://github.com/mono/CppSharp) is a tool and set of libraries which facilitates the usage of native C/C++ code with the .NET ecosystem. It consumes C/C++ header and library files and generates the necessary glue code to surface the native API as a managed API. Such an API can be used to consume an existing native library in your managed code or add managed scripting support to a native codebase. 796 | 797 | [Conan](https://conan.io/) is an Open Source Package Manager for C++ development and dependency management into the 21st century and on par with the other development ecosystems. 798 | 799 | [High Performance Computing (HPC) SDK](https://developer.nvidia.com/hpc) is a comprehensive toolbox for GPU accelerating HPC modeling and simulation applications. It includes the C, C++, and Fortran compilers, libraries, and analysis tools necessary for developing HPC applications on the NVIDIA platform. 800 | 801 | [Thrust](https://github.com/NVIDIA/thrust) is a C++ parallel programming library which resembles the C++ Standard Library. Thrust's high-level interface greatly enhances programmer productivity while enabling performance portability between GPUs and multicore CPUs. Interoperability with established technologies such as CUDA, TBB, and OpenMP integrates with existing software. 802 | 803 | [Boost](https://www.boost.org/) is an educational opportunity focused on cutting-edge C++. Boost has been a participant in the annual Google Summer of Code since 2007, in which students develop their skills by working on Boost Library development. 804 | 805 | [Automake](https://www.gnu.org/software/automake/) is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. Automake requires the use of GNU Autoconf. 806 | 807 | [Cmake](https://cmake.org/) is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. 808 | 809 | [GDB](http://www.gnu.org/software/gdb/) is a debugger, that allows you to see what is going on `inside' another program while it executes or what another program was doing at the moment it crashed. 810 | 811 | [GCC](https://gcc.gnu.org/) is a compiler Collection that includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D, as well as libraries for these languages. 812 | 813 | [GSL](https://www.gnu.org/software/gsl/) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite. 814 | 815 | [OpenGL Extension Wrangler Library (GLEW)](https://www.opengl.org/sdk/libs/GLEW/) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. 816 | 817 | [Libtool](https://www.gnu.org/software/libtool/) is a generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface. To use Libtool, add the new generic library building commands to your Makefile, Makefile.in, or Makefile.am. 818 | 819 | [Maven](https://maven.apache.org/) is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. 820 | 821 | [TAU (Tuning And Analysis Utilities)](http://www.cs.uoregon.edu/research/tau/home.php) is capable of gathering performance information through instrumentation of functions, methods, basic blocks, and statements as well as event-based sampling. All C++ language features are supported including templates and namespaces. 822 | 823 | [Clang](https://clang.llvm.org/) is a production quality C, Objective-C, C++ and Objective-C++ compiler when targeting X86-32, X86-64, and ARM (other targets may have caveats, but are usually easy to fix). Clang is used in production to build performance-critical software like Google Chrome or Firefox. 824 | 825 | [OpenCV](https://opencv.org/) is a highly optimized library with focus on real-time applications. Cross-Platform C++, Python and Java interfaces support Linux, MacOS, Windows, iOS, and Android. 826 | 827 | [Libcu++](https://nvidia.github.io/libcudacxx) is the NVIDIA C++ Standard Library for your entire system. It provides a heterogeneous implementation of the C++ Standard Library that can be used in and between CPU and GPU code. 828 | 829 | [ANTLR (ANother Tool for Language Recognition)](https://www.antlr.org/) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface that makes it easy to respond to the recognition of phrases of interest. 830 | 831 | [Oat++](https://oatpp.io/) is a light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable. 832 | 833 | [JavaCPP](https://github.com/bytedeco/javacpp) is a program that provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. 834 | 835 | [Cython](https://cython.org/) is a language that makes writing C extensions for Python as easy as Python itself. Cython is based on Pyrex, but supports more cutting edge functionality and optimizations such as calling C functions and declaring C types on variables and class attributes. 836 | 837 | [Spdlog](https://github.com/gabime/spdlog) is a very fast, header-only/compiled, C++ logging library. 838 | 839 | [Infer](https://fbinfer.com/) is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in [OCaml](https://ocaml.org/). 840 | 841 | 842 | # Ruby Development 843 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 844 | 845 |

846 | 847 |
848 |

849 | 850 | # Ruby Learning Resources 851 | 852 | [Ruby](https://www.ruby-lang.org/en/) is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. 853 | 854 | [Ruby Documentation](https://www.ruby-lang.org/en/documentation/) 855 | 856 | [Ruby Community](https://www.ruby-lang.org/en/community/) 857 | 858 | [Ruby Gems](https://guides.rubygems.org/rubygems-basics/) 859 | 860 | [Ruby courses by Coursera](https://www.coursera.org/courses?query=ruby) 861 | 862 | [Learn Ruby course by Codecademy](https://www.codecademy.com/learn/learn-ruby) 863 | 864 | [Ruby Glossary](https://www.codecademy.com/articles/glossary-ruby) 865 | 866 | [Ruby in Twenty Minutes Quickstart](https://www.ruby-lang.org/en/documentation/quickstart/) 867 | 868 | [Getting started with a Ruby on Rails application on CircleCI.](https://circleci.com/docs/2.0/language-ruby/) 869 | 870 | [The Ruby Style Guide](https://rubystyle.guide) 871 | 872 | [Airbnb's Ruby Style Guide](https://github.com/airbnb/ruby) 873 | 874 | # Ruby Tools and Frameworks 875 | 876 | [RubyMine](https://www.jetbrains.com/ruby/) is a professional IDE developed by Jet Brains that provides support for Ruby, Ruby on Rails and web development. 877 | 878 | [Rails](https://rubyonrails.org/) is a web-application framework that includes everything needed to create database-backed web applications according to the [Model-View-Controller (MVC)](https://en.wikipedia.org/wiki/Model-view-controller) pattern. Understanding the MVC pattern is key to understanding Rails. MVC divides your application into three layers: Model, View, and Controller, each with a specific responsibility. 879 | 880 | [rbenv](https://github.com/rbenv/rbenv) allows to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments. 881 | 882 | [Prettier for Ruby](https://prettier.io/) is a plugin for the Ruby programming language and its ecosystem. prettier is an opinionated code formatter that supports multiple languages and integrates with most editors. The idea is to eliminate discussions of style in code review and allow developers to get back to thinking about code design instead. 883 | 884 | [Active Admin](https://activeadmin.info/) is a Ruby on Rails framework for creating elegant backends for website administration. 885 | 886 | [Capistrano](https://github.com/capistrano/capistrano) is a framework for building automated deployment scripts. Although Capistrano itself is written in Ruby, it can easily be used to deploy projects of any language or framework, be it Rails, Java, or PHP. 887 | 888 | [Spree](https://spreecommerce.org/) is an open source E-commerce platform for Rails 6 with a modern UX, optional PWA frontend, REST API, GraphQL, several official extensions and 3rd party integrations. 889 | 890 | [Sidekiq](https://sidekiq.org/) is a simple, efficient background processing for Ruby. It uses hreads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails to make background processing dead simple. 891 | 892 | [Kaminari](https://github.com/amatsuda/kaminari/wiki) is a Scope and Engine based, clean, powerful, and customizable paginator for modern web app frameworks and ORMs. 893 | 894 | [React-Rails](https://github.com/reactjs/react-rails) is a flexible tool to use [React](http://facebook.github.io/react/) with Rails. By integrating React.js with Rails views and controllers, the asset pipeline, or webpacker. 895 | 896 | [Pry](https://github.com/pry/pry) is a runtime developer console and IRB alternative with powerful introspection capabilities. 897 | 898 | [Brakeman](https://brakemanscanner.org/) is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities. 899 | 900 | [dotenv](https://github.com/bkeepers/dotenv) is a Ruby gem to load environment variables from `.env`. 901 | 902 | [Scientist](https://github.com/github/scientist) is a Ruby library for carefully refactoring critical paths. 903 | 904 | [fastlane](https://fastlane.tools/) is a tool written in Ruby for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application. 905 | 906 | [Fluentd](https://www.fluentd.org/) collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on all written in Ruby. 907 | 908 | 909 | # Java Development 910 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 911 | 912 |

913 | 914 |
915 |

916 | 917 | 918 | ## Java Learning Resources 919 | 920 | [Java](https://www.oracle.com/java/) is a popular programming language and development platform(JDK). It reduces costs, shortens development timeframes, drives innovation, and improves application services. With millions of developers running more than 51 billion Java Virtual Machines worldwide. 921 | 922 | [The Eclipse Foundation](https://www.eclipse.org/downloads/) is home to a worldwide community of developers, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks for Java and other languages. 923 | 924 | [Getting Started with Java](https://docs.oracle.com/javase/tutorial/) 925 | 926 | [Oracle Java certifications from Oracle University](https://education.oracle.com/java-certification-benefits) 927 | 928 | [Google Developers Training](https://developers.google.com/training/) 929 | 930 | [Google Developers Certification](https://developers.google.com/certification/) 931 | 932 | [Java Tutorial by W3Schools](https://www.w3schools.com/java/) 933 | 934 | [Building Your First Android App in Java](codelabs.developers.google.com/codelabs/build-your-first-android-app/) 935 | 936 | [Getting Started with Java in Visual Studio Code](https://code.visualstudio.com/docs/java/java-tutorial) 937 | 938 | [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html) 939 | 940 | [AOSP Java Code Style for Contributors](https://source.android.com/setup/contribute/code-style) 941 | 942 | [Chromium Java style guide](https://chromium.googlesource.com/chromium/src/+/master/styleguide/java/java.md) 943 | 944 | [Get Started with OR-Tools for Java](https://developers.google.com/optimization/introduction/java) 945 | 946 | [Getting started with Java Tool Installer task for Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/java-tool-installer) 947 | 948 | [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) 949 | 950 | ## Tools 951 | 952 | [Java SE](https://www.oracle.com/java/technologies/javase/tools-jsp.html) contains several tools to assist in program development and debugging, and in the monitoring and troubleshooting of production applications. 953 | 954 | [JDK Development Tools](https://docs.oracle.com/javase/7/docs/technotes/tools/) includes the Java Web Start Tools (javaws) Java Troubleshooting, Profiling, Monitoring and Management Tools (jcmd, jconsole, jmc, jvisualvm); and Java Web Services Tools (schemagen, wsgen, wsimport, xjc). 955 | 956 | [Android Studio](https://developer.android.com/studio/) is the official integrated development environment for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development. Availble on Windows, macOS, Linux, Chrome OS. 957 | 958 | [IntelliJ IDEA](https://www.jetbrains.com/idea/) is an IDE for Java, but it also understands and provides intelligent coding assistance for a large variety of other languages such as Kotlin, SQL, JPQL, HTML, JavaScript, etc., even if the language expression is injected into a String literal in your Java code. 959 | 960 | [NetBeans](https://netbeans.org/features/java/index.html) is an IDE provides Java developers with all the tools needed to create professional desktop, mobile and enterprise applications. Creating, Editing, and Refactoring. The IDE provides wizards and templates to let you create Java EE, Java SE, and Java ME applications. 961 | 962 | [Java Design Patterns ](https://github.com/iluwatar/java-design-patterns) is a collection of the best formalized practices a programmer can use to solve common problems when designing an application or system. 963 | 964 | [Elasticsearch](https://www.elastic.co/products/elasticsearch) is a distributed RESTful search engine built for the cloud written in Java. 965 | 966 | [RxJava](https://github.com/ReactiveX/RxJava) is a Java VM implementation of [Reactive Extensions](http://reactivex.io/): a library for composing asynchronous and event-based programs by using observable sequences. It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures. 967 | 968 | [Guava](https://github.com/google/guava) is a set of core Java libraries from Google that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, caching, primitives, strings, and more! It is widely used on most Java projects within Google, and widely used by many other companies as well. 969 | 970 | [okhttp](https://square.github.io/okhttp/) is a HTTP client for Java and Kotlin developed by Square. 971 | 972 | [Retrofit](https://square.github.io/retrofit/) is a type-safe HTTP client for Android and Java develped by Square. 973 | 974 | [LeakCanary](https://square.github.io/leakcanary/) is a memory leak detection library for Android develped by Square. 975 | 976 | [Apache Spark](https://spark.apache.org/) is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for stream processing. 977 | 978 | [Apache Flink](https://flink.apache.org/) is an open source stream processing framework with powerful stream- and batch-processing capabilities with elegant and fluent APIs in Java and Scala. 979 | 980 | [Fastjson](https://github.com/alibaba/fastjson/wiki) is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. 981 | 982 | [libGDX](https://libgdx.com/) is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, Mac OS X, Android, your WebGL enabled browser and iOS. 983 | 984 | [Jenkins](https://www.jenkins.io/) is the leading open-source automation server. Built with Java, it provides over 1700 [plugins](https://plugins.jenkins.io/) to support automating virtually anything, so that humans can actually spend their time doing things machines cannot. 985 | 986 | [DBeaver](https://dbeaver.io/) is a free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports any database which has JDBC driver (which basically means - ANY database). EE version also supports non-JDBC datasources (MongoDB, Cassandra, Redis, DynamoDB, etc). 987 | 988 | [Redisson](https://redisson.pro/) is a Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, and local cache. 989 | 990 | [GraalVM](https://www.graalvm.org/) is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Clojure, Kotlin, and LLVM-based languages such as C and C++. 991 | 992 | [Gradle](https://gradle.org/) is a build automation tool for multi-language software development. From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster. Write in Java, C++, Python or your language of choice. 993 | 994 | [Apache Groovy](http://www.groovy-lang.org/) is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. 995 | 996 | [JaCoCo](https://www.jacoco.org/jacoco/) is a free code coverage library for Java, which has been created by the EclEmma team based on the lessons learned from using and integration existing libraries for many years. 997 | 998 | [Apache JMeter](http://jmeter.apache.org/) is used to test performance both on static and dynamic resources, Web dynamic applications. It also used to simulate a heavy load on a server, group of servers, network or object to test its strength or to analyze overall performance under different load types. 999 | 1000 | [Junit](https://junit.org/) is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. 1001 | 1002 | [Mockito](https://site.mockito.org/) is the most popular Mocking framework for unit tests written in Java. 1003 | 1004 | [SpotBugs](https://spotbugs.github.io/) is a program which uses static analysis to look for bugs in Java code. 1005 | 1006 | [SpringBoot](https://spring.io/projects/spring-boot) is a great tool that helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss. It takes an opinionated view of the Spring platform so that new and existing users can quickly get to the bits they need. 1007 | 1008 | [YourKit](https://www.yourkit.com/) is a technology leader, creator of the most innovative and intelligent tools for profiling Java & .NET applications. 1009 | 1010 | # PHP Development 1011 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 1012 | 1013 |

1014 | 1015 |
1016 | 1017 |

1018 | 1019 | # PHP Learning Resources 1020 | 1021 | [PHP](https://www.php.net/) is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. 1022 | 1023 | [PHP 8](https://www.php.net/releases/8.0/en.php) 1024 | 1025 | [What's New in PHP 8 - Auth0](https://auth0.com/blog/whats-new-php-8/) 1026 | 1027 | [PHP Manual](https://www.php.net/manual/en/index.php) 1028 | 1029 | [MIT's PHP Code Style Guide](https://mitsloan.mit.edu/shared/content/PHP_Code_Style_Guide.php) 1030 | 1031 | [PHP Style Guide](https://gist.github.com/ryansechrest/8138375) 1032 | 1033 | [PHP tutorial by W3Schools](https://www.w3schools.com/php/) 1034 | 1035 | [PHP MySQL & CodeIgniter Course on Udemy](https://www.udemy.com/course/php-mysql-codeigniter-complete-guide/) 1036 | 1037 | # PHP Tools and Frameworks 1038 | 1039 | [PhpStorm](https://www.jetbrains.com/phpstorm/) is a professional PHP IDE developed by Jet Brains for working with Symfony, Laravel, Drupal, WordPress, Laminas, Magento, Joomla!, CakePHP, Yii, and other frameworks. 1040 | 1041 | [Laravel](https://laravel.com/) is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. 1042 | 1043 | [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) is a high performance PHP language server packed full of essential features for productive PHP development in Visual Studio Code. 1044 | 1045 | [PHP Tools for Visual Studio/VS Code](https://www.devsense.com/en) is a an extension that turn Visual Studio into a powerful PHP development environment. 1046 | 1047 | [Symfony](https://symfony.com/) is a PHP framework for web and console applications and a set of reusable PHP components. Symfony is used by thousands of web applications (including BlaBlaCar.com and Spotify.com) and most of the [popular PHP projects](https://symfony.com/projects) (including Drupal and Magento). 1048 | 1049 | [CakePHP](https://cakephp.org) is a rapid development framework for PHP which uses commonly known design patterns like Associative Data Mapping, Front Controller, and MVC. CakePHP's main goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. 1050 | 1051 | [Composer](https://getcomposer.org/) is a tools helps you declare, manage, and install dependencies of PHP projects. 1052 | 1053 | [Guzzle](https://github.com/guzzle/guzzle) is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. 1054 | 1055 | [DesignPatternsPHP](https://designpatternsphp.readthedocs.io/) is a collection of known design patterns and some sample code how to implement them in PHP 7.4. Every pattern has a small list of examples. 1056 | 1057 | [CodeIgniter](https://codeigniter.com/) is an Application Development Framework for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task. 1058 | 1059 | [HHVM](https://hhvm.com/) is an open-source virtual machine designed for executing programs written in [Hack](https://hacklang.org/). HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining amazing development flexibility. HHVM should be used together with a webserver like the built in, easy to deploy [Proxygen](https://docs.hhvm.com/hhvm/basic-usage/proxygen), or a [FastCGI-based](https://docs.hhvm.com/hhvm/advanced-usage/fastCGI) webserver on top of nginx or Apache. 1060 | 1061 | [PHPUnit](https://phpunit.de/) is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. 1062 | 1063 | [Phalcon](https://phalcon.io/) is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption. 1064 | 1065 | [Swoole](https://www.swoole.co.uk/) is an event-driven asynchronous & coroutine-based concurrency networking communication engine with high performance written in C and C++ for PHP. 1066 | 1067 | [Matomo](https://matomo.org/) is a full-featured PHP MySQL software program that you download and install on your own webserver. At the end of the five-minute installation process, you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track and access your analytics reports in real-time. 1068 | 1069 | [Grav](https://getgrav.org/) is a Fast, Simple, and Flexible, file-based Web-platform. There is Zero installation required. Just extract the ZIP archive, and you are already up and running. It follows similar principles to other flat-file CMS platforms, but has a different design philosophy than most. Grav comes with a powerful Package Management System to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself. 1070 | 1071 | [Whoops](https://filp.github.io/whoops/) is an error handler framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system. 1072 | 1073 | [Slim](https://www.slimframework.com/) is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. 1074 | 1075 | 1076 | ## Contribute 1077 | 1078 | - [x] If would you like to contribute to this guide simply make a [Pull Request](https://github.com/mikeroyal/Biometrics-Guide/pulls). 1079 | 1080 | 1081 | ## License 1082 | 1083 | [Back to the Top](https://github.com/mikeroyal/Biometrics-Guide#table-of-contents) 1084 | 1085 | Distributed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) Public License](https://creativecommons.org/licenses/by/4.0/). 1086 | --------------------------------------------------------------------------------