GithubHelp home page GithubHelp logo

hh's Introduction

说明文档

项目需求:凭借商品名字用计算机对商品进行分类(分类之间有层级关系)

编码规范

文件编码统一使用 utf-8格式

  • 类名:驼峰命名法,首字母大写
  • 方法名:下划线,首字母小写
  • 方法名间隔两行

项目结构

|-- core 项目核心文件夹,在这里运行主程序
    |-- preprocess 预处理层,对数据进行预处理
    |-- train 训练层,对模型进行训练
    |-- analyze 分析层,对训练后的模型进行分析
|-- data 数据文件夹,存有项目所需数据
|-- model model文件夹,导出的模型数据存在这里
|-- temp 临时文件夹,放有一些测试文件
    |-- cnn cnn模型的测试
    |-- fastText fastText模型的测试
|-- utils 工具文件夹,存有工具类

hh's People

Watchers

 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.