go>> mldl>> 返回
项目作者: dominhhai

项目描述 :
Learn ML&DL from scratch
高级语言: Jupyter Notebook
项目地址: git://github.com/dominhhai/mldl.git
创建时间: 2017-12-13T04:56:55Z
项目社区:https://github.com/dominhhai/mldl

开源协议:MIT License

下载


mldl

Learn ML&DL from scratch

Install

  1. Install pip and virtualenv

    1. $ sudo easy_install pip
    2. $ pip install --upgrade virtualenv
  2. Create Virtualenv

    1. $ virtualenv --system-site-packages .venv
  3. Install dependences

    1. $ source .venv/bin/activate
    2. $ easy_install -U pip
    3. $ pip install -r requirements.txt

Usage

  1. Begin by activing Virtualenv

    1. $ source .venv/bin/activate
  2. Exit by deactiving Virtualenv

    1. $ deactivate

Folders

  • dataset: dataset for leanring
  • code: source code.

.tf.py is code for TensorFlow.

Others for normal python program.

Examples

  1. Linear Regression

  2. Linear Classification