-
-
Notifications
You must be signed in to change notification settings - Fork 317
added ML algorithms | ReadMe.md | Contribution.md #6
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c185d41
added ML algorithms | ReadMe.md | Contribution.md
hritik5102 13f8f0f
Updated README.md
hritik5102 e35c6a9
updated ...
hritik5102 349d5a6
Minor changes
hritik5102 a4dcf3a
Merge branch 'ML-Algorithms' of https://github.com/hritik5102/Jupyter…
hritik5102 2b4353d
Rename LICENSE.md/LICENSE.md to LICENSE/LICENSE.md
cclauss 8f90ff9
Rename LICENSE/LICENSE.md to LICENSE.md
cclauss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.history | ||
.dist |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
# Contributing | ||
|
||
When contributing to this repository, please first discuss the change you wish to make via issue, | ||
email, or any other method with the owners of this repository before making a change. | ||
|
||
Please note we have a code of conduct, please follow it in all your interactions with the project. | ||
|
||
## Pull Request Process | ||
|
||
1. Ensure any install or build dependencies are removed before the end of the layer when doing a | ||
build. | ||
2. Update the README.md with details of changes to the interface, this includes new environment | ||
variables, exposed ports, useful file locations and container parameters. | ||
3. Increase the version numbers in any examples files and the README.md to the new version that this | ||
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). | ||
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you | ||
do not have permission to do that, you may request the second reviewer to merge it for you. | ||
|
||
## Code of Conduct | ||
|
||
### Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to making participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, gender identity and expression, level of experience, | ||
nationality, personal appearance, race, religion, or sexual identity and | ||
orientation. | ||
|
||
### Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
### Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or | ||
reject comments, commits, code, wiki edits, issues, and other contributions | ||
that are not aligned to this Code of Conduct, or to ban temporarily or | ||
permanently any contributor for other behaviors that they deem inappropriate, | ||
threatening, offensive, or harmful. | ||
|
||
### Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. Examples of | ||
representing a project or community include using an official project e-mail | ||
address, posting via an official social media account, or acting as an appointed | ||
representative at an online or offline event. Representation of a project may be | ||
further defined and clarified by project maintainers. | ||
|
||
### Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good | ||
faith may face temporary or permanent repercussions as determined by other | ||
members of the project's leadership. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Jupyter    <br> | ||
|
||
 <br> | ||
    | ||
|
||
## Clone git repository | ||
|
||
```sh | ||
$ Git clone "https://github.com/TheAlgorithms/Jupyter.git" | ||
``` | ||
|
||
You can run and edit the algorithms or contribute to them using [Gitpod.io](https://www.gitpod.io/), a free online development environment, with a single click. | ||
|
||
[](http://gitpod.io/#https://github.com/TheAlgorithms/Jupyter) | ||
|
||
## Contributing | ||
|
||
Please read [Contributing.md](./CONTRIBUTION.md/Contributing.md) for information on how to contribute to Jupyter. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's remove the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Modified sir 👍 |
||
|
||
## License | ||
|
||
Licensed under the [MIT License](./LICENSE.md/LICENSE.md) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"tensorflow.ipynb","version":"0.3.2","provenance":[],"collapsed_sections":[]},"kernelspec":{"name":"python3","display_name":"Python 3"},"accelerator":"GPU"},"cells":[{"cell_type":"code","metadata":{"id":"0axZpLoAXxSP","colab_type":"code","outputId":"94b779ea-e33a-48ff-e346-4fc1c916c8dd","executionInfo":{"status":"ok","timestamp":1567082837757,"user_tz":-330,"elapsed":392639,"user":{"displayName":"HRITIK JAISWAL","photoUrl":"https://lh3.googleusercontent.com/a-/AAuE7mAIoT5asTvy-RaZPvDKRvz2bMxFBhU-1QvQZ2E4=s64","userId":"10596177819840519504"}},"colab":{"base_uri":"https://localhost:8080/","height":97}},"source":["!python - version"],"execution_count":0,"outputs":[{"output_type":"stream","text":["Python 3.6.8 (default, Jan 14 2019, 11:02:34) \n","[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux\n","Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n",">>> "],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"TTTgibnBZruj","colab_type":"code","outputId":"4dd5cbb2-20d7-4c92-9669-e04f63fa7ba9","executionInfo":{"status":"ok","timestamp":1567082843830,"user_tz":-330,"elapsed":3813,"user":{"displayName":"HRITIK JAISWAL","photoUrl":"https://lh3.googleusercontent.com/a-/AAuE7mAIoT5asTvy-RaZPvDKRvz2bMxFBhU-1QvQZ2E4=s64","userId":"10596177819840519504"}},"colab":{"base_uri":"https://localhost:8080/","height":34}},"source":["ls"],"execution_count":0,"outputs":[{"output_type":"stream","text":["\u001b[0m\u001b[01;34msample_data\u001b[0m/\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"7hkoI7kBac2s","colab_type":"code","outputId":"01762a3b-2a00-4215-fc1e-4e33dbaf8921","executionInfo":{"status":"ok","timestamp":1567082849376,"user_tz":-330,"elapsed":1246,"user":{"displayName":"HRITIK JAISWAL","photoUrl":"https://lh3.googleusercontent.com/a-/AAuE7mAIoT5asTvy-RaZPvDKRvz2bMxFBhU-1QvQZ2E4=s64","userId":"10596177819840519504"}},"colab":{"base_uri":"https://localhost:8080/","height":34}},"source":["cd .."],"execution_count":0,"outputs":[{"output_type":"stream","text":["/\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"jjwm9mcjaxeE","colab_type":"code","outputId":"8640a166-2238-4390-95ac-bb2a2df03b93","executionInfo":{"status":"ok","timestamp":1567082890219,"user_tz":-330,"elapsed":3583,"user":{"displayName":"HRITIK JAISWAL","photoUrl":"https://lh3.googleusercontent.com/a-/AAuE7mAIoT5asTvy-RaZPvDKRvz2bMxFBhU-1QvQZ2E4=s64","userId":"10596177819840519504"}},"colab":{"base_uri":"https://localhost:8080/","height":68}},"source":["! ls"],"execution_count":0,"outputs":[{"output_type":"stream","text":["bin\t datalab home\t lib64\topt run swift\t\t tmp\t var\n","boot\t dev\t lib\t media\tproc sbin sys\t\t\t tools\n","content etc\t lib32 mnt\troot srv tensorflow-2.0.0-rc0 usr\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"Jxr886c-eS0A","colab_type":"code","outputId":"3d01a15f-9c48-40a6-cf55-0518ca46131e","executionInfo":{"status":"ok","timestamp":1567084219513,"user_tz":-330,"elapsed":1221,"user":{"displayName":"HRITIK JAISWAL","photoUrl":"https://lh3.googleusercontent.com/a-/AAuE7mAIoT5asTvy-RaZPvDKRvz2bMxFBhU-1QvQZ2E4=s64","userId":"10596177819840519504"}},"colab":{"base_uri":"https://localhost:8080/","height":119}},"source":["num = list(range(5))\n","print(num)\n","print(num[2:4])\n","print(num[2:])\n","print(num[:])\n","print(num[:-2])\n","num[2:4] = [8,9]\n","print(num)"],"execution_count":0,"outputs":[{"output_type":"stream","text":["[0, 1, 2, 3, 4]\n","[2, 3]\n","[2, 3, 4]\n","[0, 1, 2, 3, 4]\n","[0, 1, 2]\n","[0, 1, 8, 9, 4]\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"G0o0yt2cglp-","colab_type":"code","outputId":"06f20671-c9f3-451b-c387-4aefd39d054a","executionInfo":{"status":"ok","timestamp":1567084568994,"user_tz":-330,"elapsed":1243,"user":{"displayName":"HRITIK JAISWAL","photoUrl":"https://lh3.googleusercontent.com/a-/AAuE7mAIoT5asTvy-RaZPvDKRvz2bMxFBhU-1QvQZ2E4=s64","userId":"10596177819840519504"}},"colab":{"base_uri":"https://localhost:8080/","height":119}},"source":["d = {'cat' : 'cute' , 'dog' : 'furry'}\n","print(d['cat'])\n","\n","print('cat' in d)\n","d['fish'] = 'wet'\n","print(d['fish'])\n","\n","print(d.get('monkey', 'N/A'))\n","print(d.get('fish', 'N/A'))\n","\n","del d['fish']\n","print(d.get('fish', 'N/A'))\n"],"execution_count":0,"outputs":[{"output_type":"stream","text":["cute\n","True\n","wet\n","N/A\n","wet\n","N/A\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"vMI0_eyMh7Bg","colab_type":"code","outputId":"dd4fac16-cd92-4f65-da57-3561125ea190","executionInfo":{"status":"error","timestamp":1567665182564,"user_tz":-330,"elapsed":1680,"user":{"displayName":"SHAMILEE PERUVALUDHI","photoUrl":"","userId":"08081684504145098128"}},"colab":{"base_uri":"https://localhost:8080/","height":130}},"source":["class dog(object):\n"," def __init__(self,name):\n"," self.name = name\n"," \n"," def greet(self , loud = False):\n"," if loud:\n"," print(\"hii {}\".format(str(self.name.upper()))\n"," else:\n"," print(\"hello {}\".format(str(self.name()))\n"," \n"," \n","g = dog('simely')\n","g.greet();\n","g.greet(loud=True)\n"," "],"execution_count":2,"outputs":[{"output_type":"error","ename":"SyntaxError","evalue":"ignored","traceback":["\u001b[0;36m File \u001b[0;32m\"<ipython-input-2-f7211a6fd04a>\"\u001b[0;36m, line \u001b[0;32m8\u001b[0m\n\u001b[0;31m else:\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"]}]}]} |
Oops, something went wrong.
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.
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.
Git --> git
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.
Solved sir 👍