Skip to content

DeepLearn-lab/workshop-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Workshop Assignments

Join the chat at https://gitter.im/DeepLearn-lab/workshop-assignments

Assignments on cloud computing, machine learning and big data workshop

1. Getting Started

Forking this repo

  • Click on the Fork Button.
  • Select your username.
  • You have a repo in your in your account.

Example:

https://github.com/your_username/workshop-assignments

Cloning to local system

  • From your Git Bash, type:
$ git clone https://github.com/your_username/workshop-assignments.git

Assignment Additions

  • Go to assignments directory.
  • Make a new folder with as your-name_rollno.

Example:

aditya_1
  • Make your assignments as prog1.py, prog2.py, etc..

Submissions

  • Go to home directory of this repo in local system.
$ git add .
$ git commit -m "YourName Commit"
$ git push -u origin master

2. Generating Pull Request

  • Go to
https://github.com/your_username/workshop-assignments
  • Click on Pull request.
  • Click on Create pull request.

About

📓 Assignments on cloud computing, machine learning and big data workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages