Giter Site home page Giter Site logo

visualization_cnn's Introduction

Visualization_CNN

神经网络可视化 1803 杨博文 提供demo: Demo


TODO

1. 神经网络可视化,仅视觉效果:

  • 通过大脑模型点云模型,模拟神经元之间的电信号传播
    • 模型点坐标 作为神经元坐标
    • 模型线 作为神经元突触连接
    • 神经元含参数:
      • 信号量all
      • 被连接突触 传入电信号 input[N]
      • 连接突出 传出电信号 output[N]
    • 过程:
      • input 传进电信号,all增加
      • all > max 时,output 开始传出,all减小
      • 动态激活初始化神经元 使 all>max
  • 预计效果会像元胞自动机那样,简单的激活法则由于结点非线性连接导致涌现现象。
  • 应该有不明觉厉的视觉效果。

外部库


ajax跨域

本地调试 visionCNN.html ,可视化网络无法显示,控制台信息:

Access to XMLHttpRequest at '@/js/nn/webgl_convnet2.json' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.

GET file://@/js/nn/webgl_convnet2.json net::ERR_FAILED

send @ jquery-1.11.2.min.js:4
ajax @ jquery-1.11.2.min.js:4
m. @ jquery-1.11.2.min.js:4
getJSON @ jquery-1.11.2.min.js:4
loadData @ 3d.html:930
(anonymous) @ 3d.html:279

GET file://@/cnn/[object%20ImageData] net::ERR_FILE_NOT_FOUND

Image @ board.js:331
setImg @ board.js:331
restoreWebStorage @ board.js:331
DrawingBoard.Board @ board.js:331
(anonymous) @ 3d.html:279

请使用本地服务器进行调试

  • 推荐通过 VScode LiveSever open with live sever 调试 visionCNN.html

visualization_cnn's People

Contributors

yaborn avatar

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.