Giter Club home page Giter Club logo

ml's Introduction

#JNU-Room - ML Project ###Tensorflow를 활용한 머신러닝

Tensorflow를 활용한 머신러닝 학습 페이지입니다.

####저장소 참고사항 Pull requests는 매일 오전 10시 ~ 새벽 4시 사이에 확인합니다. 특이사항 공유는 저장소 내 Issues란에서 확인 부탁드립니다.

####GitBash 사용 관련 git clone, init, status, add, pull, push, commit 등의 명령어는 기본적으로 개인 저장소에서 사용했으니 설명을 생략합니다.

git remote add upstream https://github.com/JNU-Room/ML.git
-upstream 저장소를 해당 url로 지정합니다.(최초 한번만 실행하도록 합시다.)
-항상 저장소를 최신으로 유지하기 위함입니다.

commit 전에 항상 해야 할 명령어

git fetch upstream
git merge upstream/master

이후 status , add, commit 및 push하면 끝. (번거롭지만 타인의 프로젝트에 기여할 때엔 필수사항임에 따라, 연습겸 해보는 것으로 합시다.)

remote 설정과 관련해서 에러가 있을 경우, 즉, origin 주소가 개인 fork저장소가 아닌, JNU-Room-ML 저장소로 지정되어 권한 없음으로 push가 안될 경우 해결법

1)git bash 실행 후, cd ML 입력
2)git remote -v 입력 후, origin 주소 확인시,
https://github.com/JNU-Room/ML.git 로 보인다면 수정 필요
3)git remote set-url origin https:본인 fork 저장소 입력
4)다시 git remote -v 입력 후 잘 변경되었는지 확인.


위 방법을 사용할 경우에 간단하게 해결될 문제임에 따라, 다시 clone하는 수고를 겪지 않았으면 좋겠습니다.

알아두면 나름 편리한(?) Git 명령어

1)explorer . - git bash에서 지정한 위치의 탐색기 창을 open

git관련해서 이슈사항이 있으면 다시 정리해서 올려드리겠습니다.

ml's People

Contributors

raphaelming avatar ssoso27 avatar voidblue avatar

Watchers

 avatar

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.