Javascript must be enabled to continue!
Model of a Neural Network for Solving Systems of Inequalities with Three Real Unknowns
View through CrossRef
Apart from all other machine learning models, neural networks are much more complex models in the sense that they represent mathematical functions with millions of coefficients (parameters).
In this article, it is about designing and implementing a network of artificial neurons by applying the Heaviside activation function on each neuron of the first layer of the network and finally on the single output
neuron, we apply the logical "and". To solve a system of linear inequalities with three real unknowns, it is to represent graphically in frame system of the three-dimensional plane, the set of points M of \(\mathbb{R}\)3 whose coordinates (\(\mathit{x}\)1 ,\(\mathit{x}\)2 \(\mathit{and}\) \(\mathit{x}\)3) simultaneously verify all the inequalities of the system.
Where \(\mathit{a}\)\(\mathit{i}\) ,\(\mathit{b}\)\(\mathit{i}\) \(\mathit{et}\) \(\mathit{c}\)\(\mathit{i}\) are coefficients of \(\mathit{x}\)\(\mathit{i}\) with 1\(\le\) i \(\le\) 3 and \(\mathit{a}\)0,\(\mathit{b}\)0 and \(\mathit{c}\)0 the independent terms. The set of solutions of this system is a part of \(\mathbb{R}\)3 whose points satisfy these three inequalities simultaneously. In a neural network, the \(\mathit{x}\)\(\mathit{i}\) are variables, the (\(\mathit{a}\)\(\mathit{i}\)), (\(\mathit{b}\)\(\mathit{i}\)) ,\(\mathit{et}\) (\(\mathit{c}\)\(\mathit{i}\)) are weights associated with these variables and the \(\mathit{a}\)0,\(\mathit{b}\)0 \(\mathit{and}\) \(\mathit{c}\)0 are biases. This model has been implemented in python with the keras easy library for solve systems of linear inequalities with three real unknowns by graphically representing elemental solutions in \(\mathbb{R}\)3.
Title: Model of a Neural Network for Solving Systems of Inequalities with Three Real Unknowns
Description:
Apart from all other machine learning models, neural networks are much more complex models in the sense that they represent mathematical functions with millions of coefficients (parameters).
In this article, it is about designing and implementing a network of artificial neurons by applying the Heaviside activation function on each neuron of the first layer of the network and finally on the single output
neuron, we apply the logical "and".
To solve a system of linear inequalities with three real unknowns, it is to represent graphically in frame system of the three-dimensional plane, the set of points M of \(\mathbb{R}\)3 whose coordinates (\(\mathit{x}\)1 ,\(\mathit{x}\)2 \(\mathit{and}\) \(\mathit{x}\)3) simultaneously verify all the inequalities of the system.
Where \(\mathit{a}\)\(\mathit{i}\) ,\(\mathit{b}\)\(\mathit{i}\) \(\mathit{et}\) \(\mathit{c}\)\(\mathit{i}\) are coefficients of \(\mathit{x}\)\(\mathit{i}\) with 1\(\le\) i \(\le\) 3 and \(\mathit{a}\)0,\(\mathit{b}\)0 and \(\mathit{c}\)0 the independent terms.
The set of solutions of this system is a part of \(\mathbb{R}\)3 whose points satisfy these three inequalities simultaneously.
In a neural network, the \(\mathit{x}\)\(\mathit{i}\) are variables, the (\(\mathit{a}\)\(\mathit{i}\)), (\(\mathit{b}\)\(\mathit{i}\)) ,\(\mathit{et}\) (\(\mathit{c}\)\(\mathit{i}\)) are weights associated with these variables and the \(\mathit{a}\)0,\(\mathit{b}\)0 \(\mathit{and}\) \(\mathit{c}\)0 are biases.
This model has been implemented in python with the keras easy library for solve systems of linear inequalities with three real unknowns by graphically representing elemental solutions in \(\mathbb{R}\)3.
Related Results
A New Fully Implicit Compositional Simulator
A New Fully Implicit Compositional Simulator
ABSTRACT
A new fully implicit formulation for compositional simulators is presented. Rather than solving for pressure, saturations and phase compositions, the new...
Analisis Kebutuhan Modul Matematika untuk Meningkatkan Kemampuan Pemecahan Masalah Siswa SMP N 4 Batang
Analisis Kebutuhan Modul Matematika untuk Meningkatkan Kemampuan Pemecahan Masalah Siswa SMP N 4 Batang
Pemecahan masalah merupakan suatu usaha untuk menyelesaikan masalah matematika menggunakan pemahaman yang telah dimilikinya. Siswa yang mempunyai kemampuan pemecahan masalah rendah...
Modified neural networks for rapid recovery of tokamak plasma parameters for real time control
Modified neural networks for rapid recovery of tokamak plasma parameters for real time control
Two modified neural network techniques are used for the identification of the equilibrium plasma parameters of the Superconducting Steady State Tokamak I from external magnetic mea...
Fuzzy Chaotic Neural Networks
Fuzzy Chaotic Neural Networks
An understanding of the human brain’s local function has improved in recent years. But the cognition of human brain’s working process as a whole is still obscure. Both fuzzy logic ...
Health inequalities in post-conflict settings: A systematic review
Health inequalities in post-conflict settings: A systematic review
Conflict can be a primary driver of health inequalities, but its impact on the distribution of social determinants of health is not very well documented. Also, there is limited evi...
TECHNIQUES OF SOLVING RATIONAL INEQUALITIES
TECHNIQUES OF SOLVING RATIONAL INEQUALITIES
The topic of rational inequalities is taught at high school and university mathematics. Both high school students and college students still have difficulty solving rational inequa...
Bell inequalities for device-independent protocols
Bell inequalities for device-independent protocols
The technological era that we live in is sometimes described as the Information Age. Colossal amounts of data are generated every day and considerable effort is put into creating t...
A Flash Black Oil Model
A Flash Black Oil Model
Abstract
This paper describes a new Fully-Implicit Black Oil Model, which is different from the conventional Black Oil Model in using a phase equilibrium concept....

