-
Notifications
You must be signed in to change notification settings - Fork 7
fixed export Dense layer class and add exports in each fold. #4
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
base: main
Are you sure you want to change the base?
Conversation
Thank you for the PR, I'll have a look today when I get a free moment and merge your changes in. |
Nice Thanks Vxern.. I Noticed that the neural network is giving wrong
values even for Or port. Did you notice?
A segunda, 24/02/2025, 08:22, Dorian M. Oszczęda ***@***.***>
escreveu:
… Thank you for the PR, I'll have a look today when I get a free moment and
merge your changes in.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK4ZZCP7LSAMZORLQIK6E4T2RLJFLAVCNFSM6AAAAABXREIGEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZXG4YDONJTHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: vxern]*vxern* left a comment (vxern/synadart#4)
<#4 (comment)>
Thank you for the PR, I'll have a look today when I get a free moment and
merge your changes in.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK4ZZCP7LSAMZORLQIK6E4T2RLJFLAVCNFSM6AAAAABXREIGEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZXG4YDONJTHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What do you mean by 'Or port'? @MarioCarlosChita |
I was trainning a or port I was not able to have the expected result. Can
you give a example ?
A segunda, 24/02/2025, 12:42, Dorian M. Oszczęda ***@***.***>
escreveu:
… What do you mean by 'Or port'? @MarioCarlosChita
<https://github.com/MarioCarlosChita>
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK4ZZCIWDMGTKJGHOQZL4QL2RMHSXAVCNFSM6AAAAABXREIGEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZYGMYDMOBQGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: vxern]*vxern* left a comment (vxern/synadart#4)
<#4 (comment)>
What do you mean by 'Or port'? @MarioCarlosChita
<https://github.com/MarioCarlosChita>
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK4ZZCIWDMGTKJGHOQZL4QL2RMHSXAVCNFSM6AAAAABXREIGEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZYGMYDMOBQGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
export 'src/activation.dart'; | ||
|
||
export 'src/networks/sequential.dart'; | ||
export 'src/export.dart'; |
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.
Instead of having a separate export.dart
file per each directory, could we just export everything relevant in lib/synadart.dart
?
@@ -0,0 +1,3 @@ | |||
export 'network.dart'; | |||
export 'sequential.dart'; | |||
export 'training/backpropagation.dart'; |
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.
Please format before submitting.
@MarioCarlosChita I'm still not quite sure what you mean, could you write it in your native language? |
Some classes were not being exported in was not possible to add for example Dense class Layer to sequential NeuralNetworks.