Giter Site home page Giter Site logo

Comments (5)

dzylikecode avatar dzylikecode commented on May 18, 2024

我的想法是, 模块形式

一定内容内聚在一起形成一个节点,然后它暴露出接口,形成一个概念, 或者说能够用简洁的话语描述,然后下面是详细的过程

下一步是观察这些节点,进一步观察之间的联系

from dzylikecode.github.io.

dzylikecode avatar dzylikecode commented on May 18, 2024

想到人工智能的聚类, 形成概念的过程

from dzylikecode.github.io.

dzylikecode avatar dzylikecode commented on May 18, 2024

我想到了我写js的结构

function act(){
  method1();
  method2();
  return;
  function method1(){};
  function method2(){};
}

我觉得这抽象和分解与人在思考概念是相似的

from dzylikecode.github.io.

dzylikecode avatar dzylikecode commented on May 18, 2024

我在想, js那个形式是在强调这个结构, 比如固定的method1, 固定的method2, 这种抽象的共性呢? 还是正是想表现method1, method2呢

换个详细的表述是, 我是意在突出比较宽泛, 抽象的概念呢? 比如特点, 结构, 感想之类的, 还是突出具体的数据呢? 比如简洁, 快速, 明显知道这是特点

from dzylikecode.github.io.

dzylikecode avatar dzylikecode commented on May 18, 2024

我觉得后者更好一点, 能形象概括其中的内容, 表达出概念的内部数据

from dzylikecode.github.io.

Related Issues (10)

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.