Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vvzunin authored Jun 30, 2022
1 parent 252faa7 commit 7ae1fe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ This project was created to study the reliability of combinational circuits usin
### Program for generating combinational circuits
<a name="programm_eng"></a>
Program for generating combinational circuits in Verilog format and calculation of their main parameters.
Source code: [here](Generator).
Source code: [Generator](Generator).

[&#8593; Contents](#content_eng)

### Dataset of combinational circuits
<a name="dataset_eng"></a>
Dataset of combinational circuits was generated using [Generator](Generator).
Dataset is presented in CSV format.
Dataset and its description are located [here](Dataset).
Dataset and its description are located in [Dataset](Dataset).

[&#8593; Contents](#content_eng)

Expand All @@ -29,7 +29,7 @@ Dataset and its description are located [here](Dataset).
<a name="examples_eng"></a>
To determine the suitability of the methods (CCGRTT, CCGRCG, CCGRVC, CCGGA) and combinational circuits generated as a result of their work, for use in machine learning, two algorithms were developed, which allow predicting the reliability of combinational circuits based on training on the dataset generated. The XGBoost algorithm. was chosen as the first idea for implementing a method for assessing the reliability of combinational circuits using machine learning. This algorithm is a machine learning algorithm based on a decision tree and using the gradient boosting framework. It has gained a lot of popularity as the algorithm chosen by many winning teams in many machine learning competitions.
As the second method for calculating reliability, a regression neural network was chosen, which analyzes the parameters of the circuit and calculates its reliability.
Examples of using the dataset are [here](Prediction).
Examples of using the dataset are located in [Prediction](Prediction).

[&#8593; Contents](#content_eng)

Expand Down

0 comments on commit 7ae1fe6

Please sign in to comment.