Code Monkey home page Code Monkey logo

machine_learning_resource_sharing's Introduction

Machine_Learning_Resource_Sharing

author: tsungruihon, tankeryang and summer.

date: 2018-05-18

这是一个共享学习资源的库,请遵守以下提交规则

  • 所有资源必须以链接形式提供
  • 所有资源必须做好分类,统一放到指定文件夹下
  • 严格按照markdown格式撰写文档
  • 所有文档统一命名README.md

开发流程

FIRST OF ALL

  • fork源repo

  • clone自己fork后的库到本地:

    git clone [email protected]@github.com:YOUR_USERNAME/Machine_Learning_Resource_Sharing.git
  • 添加 源repo 的上游:

    git remote add upstream https://github.com/tsungruihon/Machine_Learning_Resource_Sharing.git

HOW TO DEVELOP

  • 先抓取 源repo 最新版本到本地:

    git fetch upstream
  • review后无问题则合并至本地master:

    git merge upstream/master
  • 添加内容,并提交:

    git add <你新加或者修改过的文件>
    git commit -m <添加⼀一个版本修改的说明>
  • 然后push到自己的远程库:

    git push origin master
  • 发起pull request

  • 源repo review后无大问题则comfirm merge

Markdown Format

  • 链接提供格式--需用列表形式给出资源链接:

    - [标题1](链接1)
    - [标题2](链接2)

    显示如下:

  • 资源说明--在链接资源的下方,先用tab缩进,再使用引用进行说明:

    - [标题1](链接1)
        > 我是标题1
    - [标题2](链接2)
        > 我是标题2

    显示如下:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.