fixed export Dense layer class and add exports in each fold.#4
Open
MarioCarlosChita wants to merge 2 commits into
Open
fixed export Dense layer class and add exports in each fold.#4MarioCarlosChita wants to merge 2 commits into
MarioCarlosChita wants to merge 2 commits into
Conversation
Owner
|
Thank you for the PR, I'll have a look today when I get a free moment and merge your changes in. |
Author
|
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:
***@***.***>
|
Owner
|
What do you mean by 'Or port'? @MarioCarlosChita |
Author
|
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:
***@***.***>
|
vxern
requested changes
Feb 25, 2025
| export 'src/activation.dart'; | ||
|
|
||
| export 'src/networks/sequential.dart'; | ||
| export 'src/export.dart'; |
Owner
There was a problem hiding this comment.
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'; | |||
Owner
|
@MarioCarlosChita I'm still not quite sure what you mean, could you write it in your native language? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some classes were not being exported in was not possible to add for example Dense class Layer to sequential NeuralNetworks.