-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added layers, synapses, neurons #27
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also fix commit names according: https://github.com/ostis-apps/ostis-ann/blob/main/docs/dev/pr.ru.md
=> nrel_subdividing: ... | ||
(* | ||
<- sc_node_tuple;; | ||
=> nrel_main_idtf: [пороговая функция] (* <- lang_ru;; *);; | ||
*); | ||
|
||
=> nrel_subdividing: ... | ||
(* | ||
<- sc_node_tuple;; | ||
=> nrel_main_idtf: [сигмоидная функция] (* <- lang_ru;; *);; | ||
*); | ||
|
||
=> nrel_subdividing: ... | ||
(* | ||
<- sc_node_tuple;; | ||
=> nrel_main_idtf: [функция гиперболического тангенса] (* <- lang_ru;; *);; | ||
*); | ||
|
||
=> nrel_subdividing: ... | ||
(* | ||
<- sc_node_tuple;; | ||
=> nrel_main_idtf: [функция ReLU] (* <- lang_ru;; *);; | ||
*); | ||
|
||
=> nrel_subdividing: ... | ||
(* | ||
<- sc_node_tuple;; | ||
=> nrel_main_idtf: [функция softmax] (* <- lang_ru;; *);; | ||
*);; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
=> nrel_subdividing: ... | |
(* | |
<- sc_node_tuple;; | |
=> nrel_main_idtf: [пороговая функция] (* <- lang_ru;; *);; | |
*); | |
=> nrel_subdividing: ... | |
(* | |
<- sc_node_tuple;; | |
=> nrel_main_idtf: [сигмоидная функция] (* <- lang_ru;; *);; | |
*); | |
=> nrel_subdividing: ... | |
(* | |
<- sc_node_tuple;; | |
=> nrel_main_idtf: [функция гиперболического тангенса] (* <- lang_ru;; *);; | |
*); | |
=> nrel_subdividing: ... | |
(* | |
<- sc_node_tuple;; | |
=> nrel_main_idtf: [функция ReLU] (* <- lang_ru;; *);; | |
*); | |
=> nrel_subdividing: ... | |
(* | |
<- sc_node_tuple;; | |
=> nrel_main_idtf: [функция softmax] (* <- lang_ru;; *);; | |
*);; | |
=> nrel_subdividing: { | |
concept_threshold_function; | |
concept_sigmoid_function; | |
concept_hyperbolic_tangent_function; | |
concept_relu_function; | |
concept_softmax_function | |
*); |
Identificators (ru and en) of these functions classes should be specified in separate file.
Fix subdivinding in while your PR
[слой](* <-lang_ru;; *); | ||
[множество слоев искусственных нейронных сетей](* <-lang_ru;; *); | ||
|
||
/////////////////////////////////////////////////////////////////////////////// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comments like this
*); | ||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
=> nrel_subdividing: ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix subdividing according my example
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty lines
|
||
|
||
-> rrel_not_maximum_studied_object_class: | ||
concept_artificial_neural_network_layer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty lines
concept_synaptic_connection; | ||
directive_neural_element; | ||
entry_star; | ||
formal_neuron_with_a_synaptic_transformation_function; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use concept prefix for classes
added concepts to the subject domain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Move subdivision of nrel_activation_function to subdivision of concept_function
- Fix taps/spaces issue
- Fix files names (example IGOR14_Kphonen_layer.scs, threshold_func.scs, analytical units.scs and etc.)
- Use sc_node_class instead of sc_node_not_relation
- Mark all concept as sc_node_class. For example, for concept_relu_function and etc.
….scs Correcting the absence of underscores
Correcting the absence of underscores
Correcting the absence of underscores
Correction of the name
Correction of the name
…nt.scs Correction of the name
Correction of the name
Correction of the name
…oncept_formal_neuron_with_a_synaptic_transformation_function.scs Correction of the name
…euron_with_activation_function.scs Correction of the name
…_element.scs Correction of the name
Correction of the name
Correction of the name
Correction of the name
Correction of the name
Correction of the name
Correction of the name
Correction of the name
…or_back_propagation_algorithm.scs
…_component_method.scs
…t_method_optimization.scs
No description provided.