Giter VIP home page Giter VIP logo

bool-retrieval's Introduction

完成的代码在hw4.ipynb中,代码实现的具体内容也在该文件中了。

以下为斯坦福课程提供的环境配置教程。

Getting started

Install Conda

We will use Conda to obtain a standard installation of Python and related useful packages. If you aren't already using it, please install it using the platform-specific instructions provided on the Conda installation page.

Create a New Environment

We have provided an environment file for this assignment. To create a new environment with the correct packages, run

 conda env create -f environment.yml

This will create a new environment named cs276-pa1. You can activate it by running

 conda activate cs276-pa1

Once you are done working on the assignment, you can deactivate it by running

 conda deactivate

If you’ve got conda v4.4+, you should use conda activate cs276-pa1 and similarly conda deactivate

Open Jupyter Notebook

We'll be using a Jupyter notebook to do our assignment. You can start a new session with

  jupyter notebook

This will start a local server which you can then connect with using a local browser.

bool-retrieval's People

Contributors

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