-
-
Notifications
You must be signed in to change notification settings - Fork 333
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 .mb file for mnist cnn #186
base: master
Are you sure you want to change the base?
Conversation
made a .mb file for the convolution network implementation of the MNIST recognition task. Added the updated source code file too.
Hey @Akshat-mehrotra the ".jl" should be combined with the existing ".jl" file rather than it being deleted. So at the end of this Pull request, you will have one added file and then one edited file (the original ".jl" file) |
Let me know if that does not make sense or you have questions! Keep up the great work. |
did the edits required |
Yea i fixed that
…On Thu, 2 Jan, 2020, 10:07 AM Logan Kilpatrick, ***@***.***> wrote:
Let me know if that does not make sense or you have questions! Keep up the
great work.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#186?email_source=notifications&email_token=AGJALB5VE5MNFWAKNDVTZHTQ3VVRXA5CNFSM4KB5BPX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5UVGA#issuecomment-570116760>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJALB7AYO4NBDQVUX3NK73Q3VVRXANCNFSM4KB5BPXQ>
.
|
It would be nice if it was a Weave.jl .jmd fil. |
hey can you review that task. I've completed other tasks and want to submit
them.
On Thu, 2 Jan, 2020, 2:36 PM Akshat Mehrotra, <[email protected]>
wrote:
… Yea i fixed that
On Thu, 2 Jan, 2020, 10:07 AM Logan Kilpatrick, ***@***.***>
wrote:
> Let me know if that does not make sense or you have questions! Keep up
> the great work.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#186?email_source=notifications&email_token=AGJALB5VE5MNFWAKNDVTZHTQ3VVRXA5CNFSM4KB5BPX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5UVGA#issuecomment-570116760>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AGJALB7AYO4NBDQVUX3NK73Q3VVRXANCNFSM4KB5BPXQ>
> .
>
|
I was told to use literate.jl for the documentation. |
I could change it to weave.jl. however, it might take some time as I'm out of town right now |
Literate.jl should be fine, since that's what we use for generating the notebooks. |
So can this PR be merged now |
Added the Conv net for judge a book by its cover task
sorry about the commits. Accidentally pushed on the wrong branch. They have been reverted |
made a .mb file for the convolution network implementation of the MNIST recognition task. Added the updated source code file too.