Giter Site home page Giter Site logo

machine_learning's Introduction

Machine Learning

How to treath the Repository

  1. โ›” Never use Upload files directly on GitHub that only causes inconveniences and everything gets messy. โ›”

  2. Be cool and use Git ๐Ÿ˜Ž.

  3. Clone the repository to your own local directory

    • Navigate to an ordner of your choice, where you want to have the Repostiory located on your PC.
    • Use the green button clone or download and copy the given LINK to your clipboard.
    • Open CMD in the choosen folder and use git clone LINK to clone the repository to this destination.
    • Now you have an Up-to-date version of the BasicPython repo on your local machine.
    • If you want to move the folder to another place, just make sure to move the whole BasicPython directory at once. The .git file is the important one which keeps track of the versions, your changes, commits, ... (if you can't see that directory, go to Ansicht and make a tick at Ausgeblendete Elemente.) As long as that inner structure is ensured, you can move the BasicPython directory where ever you want and without destroying anything.
  4. Before you start working on the next assignment or you want to do something, check for updates. Maybe someone has commited something while you where off. Simply use git pull and your local copy is again Up-to-date.

  5. Start working on a task.

  6. If you're done and your solution has no bugs (it compiles), go ahead and commit and push the task.

  7. If you created a new file for this you at first have to add it to the version control by using git add FILENAMEafterwards you can commit it using git commit -m "A COOL MESSAGE"to commit all changes you've made, or just do git commit FILENAME -m "A COOL MESSAGE". If you commited all changes use git push to push it to GitHub from where we, the other contributors can pull it to our machines to be Up-to-date too.

  8. I try to make a new directory for every week as soon as the assignment is published. If you are faster and can't wait, please stick to the naming convention XX_Week. Please be awear of the Upper 'W' otherwise GitHub and the other contributers might get problems since for example Windows is not case sensitive which then leads to akward mearging behaviours of GitHub. Therefore name it XX_Week.

  9. If any errors occure while trying to pull or push don't hesitate to contact me or try to understand the error message. Often you just need to pull or commit something before you can pull/push again.

  10. Use it and have fun. ๐Ÿ˜˜

machine_learning's People

Contributors

arghasarker avatar jule-koerner avatar mhueppe avatar

Watchers

 avatar  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.