Giter Site home page Giter Site logo

neuroailab / barrel Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 97.85 MB

For barrel cortex modelling

CMake 0.10% C++ 16.34% C 9.80% Lua 0.09% Makefile 5.44% Python 1.23% Batchfile 0.01% Objective-C 4.39% Objective-C++ 0.07% GLSL 0.02% C# 0.34% Shell 0.12% TeX 4.11% MATLAB 3.27% Jupyter Notebook 54.68% M 0.01% Mathematica 0.01% Mercury 0.01%

barrel's People

Contributors

chengxuz avatar dcatcher avatar yamins81 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

barrel's Issues

Pre-training networks related

  1. Download pre-trained networks for predicting normals.
  2. Test them on 3dworld dataset to see the performances.
  3. Use pre-trained networks to predict responses of V4 and IT neurons.
    -- Ask Pouya and Jonas for how to do dimension reduction on network outputs.
  4. Fine-tuning them for category tasks.

From predicting normals to predicting categories

  1. Combining the loss function of category recognition.
  2. Train networks predicting category from normals (shallow network, smaller number of examples)
    --Compare this from pixels->labels and pretrained deep neural networks

Network architecture space searching

Formulate large parameter space of models with different bypass settings, conv filters, etc. And search this space.

Possibly use different loss functions: l2_loss, dot product. Search the structure space in every loss function.

Model training for whisker-normalnet

Several proposals about the network structures:

  1. concatenate all time sequences at the channel dimension and train the networks as traditional convolutional neural network.
  2. a smaller network for every frame of responses and concatenate the output of those small networks for each frames and then train another network from them to our targets。
  3. Use LSTM in traditional convolutional neural networks to equip them with dynamics across time dimention or used simple recurrent connections inside the same layer of network conveying information from one frame to another.

Similar hyper-parameters searching for whisker-normalnet as issue #3.

Train existed model in three datasets

After fixing or avoiding the multi-thread bug in tfutils, transfer to tfrecords to train the networks.

Also, use datasets from scannet, scenenet to train the networks. The networks can be trained to predict normals in two dataset and then tested on the third dataset.

Generate dataset

-- Use objects from shapenet
-- Only use half of the whiskers
-- Touch the whiskers from different direction and different surface of the objects.
-- Record the feedback from sensors, maybe just lower units.
-- Total time should be fixed.

Parameter optimizing for whiskers

Use hyperopt or other parameter optimizing techniques to optimize hyper-parameters.
-- For every whisker, use a fixed force to push the top to the bottom. Record how close it goes and then let it go. Record how far every dot on that whisker travels before coming back. Also record the recovering time.
-- Test different weights of the three items.

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.