Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

staceeey89
Copy link

No description provided.

Copy link
Member

@KovalM KovalM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 54 to 82
=> 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;; *);;
*);;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
=> 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;; *);

///////////////////////////////////////////////////////////////////////////////
Copy link
Member

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: ...
Copy link
Member

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

Comment on lines 2 to 4



Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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.
Copy link
Member

@KovalM KovalM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Move subdivision of nrel_activation_function to subdivision of concept_function
  2. Fix taps/spaces issue
  3. Fix files names (example IGOR14_Kphonen_layer.scs, threshold_func.scs, analytical units.scs and etc.)
  4. Use sc_node_class instead of sc_node_not_relation
  5. Mark all concept as sc_node_class. For example, for concept_relu_function and etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants