Skip to content

This is a repository which contains various Algorithms and codes related to Machine Learning. If you want to contribute , you are most welcome... Anyone who wants to create folders and classify files can do .

Notifications You must be signed in to change notification settings

anshumanlite/MLAlgos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MLAlgos

This is a repository which contains various Algorithms and codes related to Machine Learning. If you want to contribute , you are most welcome...



Hacktoberfest 2021 Updates PRs count if:

Submitted during the month of October AND

Submitted in a public repo AND (

The PR is labelled as hacktoberfest-accepted by a maintainer OR Submitted in a repo with the hacktoberfest topic AND ( The PR is merged OR The PR has been approved )

)

As a part of this update your PRs will be marked as hacktoberfest-accepted label before merging and don't get shocked PRs opened in this repository will be counted in the Hacktoberfest 21.

Happy Hacking!


Hacktoberfest-2021 An Open Source repository to Teach people How to contribute to open sources.

Bonus - Create 4 PRs and you'll get a chance to earn a t-shirt or plant a tree.

image

This repository is for collecting the different projects made by people who wants to contribute in open source. ## - Do give a star if you liked this repo. Note - Your Project Must be valid. - Do not Copy anyone else's Project or work. Anyone can add any type of valid html-css web page depends on you.

You can add any small projects you have made.

You can add programs too, in any programming language, but your program must be something different or unique.

Do not just re-edit the file or make some small changes this kind of PRs will not be accepted.

Do not add anyone else's work in this repository.It will leads to failure of your pull request.

.

Steps To Generate PR(Pull Request) Fork this repository Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

if you want to use the terminal, use the following commands after you fork the repository , open the terminal type the given command

git clone https://github.com/{your-github-username}/Hacktober-2020.git

Create a branch Then create a branch on your local repository to solve a problem.

terminal commands

git checkout -b your_new_branch_name

Add & commit Make necessary changes and commit those changes.

terminal commands

git add . git commit -m "your-commit-message"

Push changes to GitHub Finally push your local repository to remote repository Compare & Submit a Pull Request

terminal commands

git push origin

We're happy to merge valid pull requests to this repository!

About

This is a repository which contains various Algorithms and codes related to Machine Learning. If you want to contribute , you are most welcome... Anyone who wants to create folders and classify files can do .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%