Code Monkey home page Code Monkey logo

neuralpatterns's People

Contributors

maxrobinsonthegreat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

neuralpatterns's Issues

any tips?

i've been super fascinated with these for quite some time now. i'm wondering if you have any tips for finding kernels and activation functions that have desired emergent features? or is it purely intuition?

Memory leak caused by resetting environment.

It appears that every time the environment is restarted an additional 4 MB of memory is allocated without cleaning up the previous simulation.
image

Here's a snapshot of memory usage for the tab itself to demonstrate how easy it is to end up with GBs being allocated when restarting the environment a few times.
image

Due to the fact that fixing the leak itself may not be an option due to it being a problem with WebGL I theorize that a somewhat hacky fix is to rewrite Utils.generateState() by using the same logic the brush uses to clear the environment and to place the cells using that to recreate the same effect without having to make a whole new buffer.

Feature: Upgrade GLSL ES to >=3.0

Hi,

I've been spending a ton of time and having lots of fun on neuralpatterns.io. Awesome project! But I noticed I could not use bitwise operators, not even bitwise AND:

ERROR: 0:56: '&' : bit-wise operator supported in GLSL ES 3.00 and above

I tried the directive #version 300 es but I got ERROR: 0:21: 'version' : #version directive must occur before anything else, except for comments and white space. I'm guessing the Activation code block is getting injected into part of a greater runtime.

I know next to nothing about GLSL so I have no idea if this is feasible with the runtime you are using or not. But it would be super awesome if the default shader used a slightly newer version. Maybe you could even add a field which lets a user pass preprocessor directives to compileShaders.

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.