GithubHelp home page GithubHelp logo

am-shubham / csoc-ml2k19-assignment-1a Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cops-iitbhu/csoc-ml2k19-assignment-1a

0.0 1.0 0.0 18 KB

First assignment of CSOC ML

Jupyter Notebook 100.00%

csoc-ml2k19-assignment-1a's Introduction

ML assignement1 2019-COPS SUMMER SCHOOL

Here is the first assignment of CSOC ML on the topics of Python and Numpy.

Instructions to submit

Login into your GitHub account and fork this repo by clicking on the Fork button on the top right. You now need to clone the forked repository, complete the assignment, stage and commit the changes, and finally push the changes online. This interactive tutorial will help you cover the basics of Git.

Follow these commands to push your assignment after completion. Using cd command go to your assigment folder where you clone it.Now type these commands.

git add -A
git commit -m "Assignment_1 completed"
git push origin master
Open your repo on github and click the green button to create PULL REQUEST

If you are uncomfortable with command line, you can use Git GUI tool GitKraken. Install it from here. After installing,

  1. Login into GitKraken with GitHub
  2. Choose Clone Repo (File -> Clone Repo)
  3. Open the Repo
  4. Complete the assignment.
  5. Stage all changes (button on the right.)
  6. Fill in the commit message and press commit.
  7. Push the repo (button is on the top).
  8. Fill the form

Here is the markdown tutorial it is a super simple way to add formatting like headers, bold, bulleted lists, and so on to plain text.

Assignment_1_a - Numpy and Python Basics

The first part of the assignment is aimed to make you familiar with some of the basic Numpy functions.

Files Given

array.pickle - A pickle file containing input array.
Assignment_1_a.ipynb - A Python notebook which needs to be filled by you at appropriate palces to complete the assignment. Read the comments in order to understand what is required to be done at each step. 

In case you don't know the function which is required to execute any given operation or if you can't remember its syntax, Google your way out! Still if you face any difficulties, you can ask on the Slack channel. The assignment may be a easy one and not cover all the topics related to the library but your grasp over these libraries increases with time and practice. All the best!!

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.