All Projects → victorqribeiro → perceptronCobol

victorqribeiro / perceptronCobol

Licence: MIT license
A perceptron written in COBOL

Programming Languages

COBOL
34 projects

Projects that are alternatives of or similar to perceptronCobol

perceptron
The simplest Perceptron you'll ever see
Stars: ✭ 45 (-29.69%)
Mutual labels:  perceptron
catseye
Neural network library written in C and Javascript
Stars: ✭ 29 (-54.69%)
Mutual labels:  perceptron
MachineLearning
Implementations of machine learning algorithm by Python 3
Stars: ✭ 16 (-75%)
Mutual labels:  perceptron
carGamePerceptron
A Neural Network experiment involving a JavaScript game.
Stars: ✭ 32 (-50%)
Mutual labels:  perceptron
MachineLearning Exercises Python TensorFlow
Python&機械学習ライブラリ TensorFlow の使い方の練習コード集。特にニューラルネットワークを重点的に取り扱い。
Stars: ✭ 36 (-43.75%)
Mutual labels:  perceptron
character-recognition-ANN
🔍 Character Recognition Using Single-layer Perceptron Neural Network.
Stars: ✭ 16 (-75%)
Mutual labels:  perceptron
FLOBOT
EU funded Horizon 2020 project
Stars: ✭ 20 (-68.75%)
Mutual labels:  perceptron
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+3.13%)
Mutual labels:  iris-dataset
grasp
Essential NLP & ML, short & fast pure Python code
Stars: ✭ 58 (-9.37%)
Mutual labels:  perceptron
NNet
algorithm for study: multi-layer-perceptron, cluster-graph, cnn, rnn, restricted boltzmann machine, bayesian network
Stars: ✭ 24 (-62.5%)
Mutual labels:  perceptron
Ipynb playground
Various ipython notebooks
Stars: ✭ 1,531 (+2292.19%)
Mutual labels:  perceptron
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+5457.81%)
Mutual labels:  perceptron
Minimalistic-Multiple-Layer-Neural-Network-from-Scratch-in-Python
Minimalistic Multiple Layer Neural Network from Scratch in Python.
Stars: ✭ 24 (-62.5%)
Mutual labels:  perceptron
oll-python
Online machine learning algorithms (based on OLL C++ library)
Stars: ✭ 23 (-64.06%)
Mutual labels:  perceptron
ConnectingDots
1. Perceptron: The very basic entity in Machine Learning. It's training and weights update in code. 2. Image Aesthetic Assessment: Determining the aesthetic content of an image. The network defined use Spatial Pyramid Pooling. 3. Image Classification: Alexnet architecture in Keras for image classification. Find more here
Stars: ✭ 12 (-81.25%)
Mutual labels:  perceptron
ml
经典机器学习算法的极简实现
Stars: ✭ 130 (+103.13%)
Mutual labels:  perceptron
Iris Landmarks PyTorch
Iris landmarks localization
Stars: ✭ 34 (-46.87%)
Mutual labels:  iris-dataset
extra keras datasets
📃🎉 Additional datasets for tensorflow.keras
Stars: ✭ 20 (-68.75%)
Mutual labels:  iris-dataset

Perceptron in COBOL

A perceptron written in COBOL.

About

I've been reading a lot about companies seeking COBOL programmers, so I decided to give it a shot and wrote a perceptron to classify the Iris dataset.

How to install Cobol

sudo apt install open-cobol

How to compile

cobc -x perceptron.cbl

How to use

Run the program

./perceptron

Then enter 4 values (one at at time).
You can use 5.8 2.5 5.2 1.4 for testing purpose. The result should be one (Iris-versicolor).

On DATA.DAT there's a 5 colum by 100 rows table.
The first 4 colums are features that describe a flower.
The 5th colum is the flower's label.
0 = Iris-setosa
1 = Iris-versicolor


donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].