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

Create Sounak.c #19

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,142 changes: 1,142 additions & 0 deletions Computer_Vision.ipynb

Large diffs are not rendered by default.

2,415 changes: 2,415 additions & 0 deletions Core_Learning_Algorithms.ipynb

Large diffs are not rendered by default.

1,381 changes: 1,381 additions & 0 deletions Natural_Language_Processing_with_RNNs_.ipynb

Large diffs are not rendered by default.

826 changes: 826 additions & 0 deletions Neural_Networks.ipynb

Large diffs are not rendered by default.

533 changes: 533 additions & 0 deletions Reinforcement_Learning.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Sounak.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include<iostream.h>
void main()
{
cout<<"Hello World";
}
Loading