Giter Club home page Giter Club logo

big_deep_simple_mlp's People

Contributors

charlesmartin14 avatar davidlgoldberg avatar feeldead avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

big_deep_simple_mlp's Issues

setup.sh

create setup.sh

  • download all files
  • install infimnist
  • setup ENV vars

install sklearn 0.18dev

I would like to have a simple, native, modern MLP (in parallel to tensorflow) because it is easier to get inside the code and monitor the training, gradients, jacobian, etc.

So I tried to install sklearn 0.18 using pip and run the neural network MLP

note: can't use anaconda for local packages
sklearn 0.18dev is needed for the sklearn MLP

but it is not easy to install on the Mac OSX

http://stackoverflow.com/questions/33568244/upgrade-to-dev-version-of-scikit-learn-on-anaconda

My approach is

  1. pip uninstall sklearn
  2. build sklearn 0.18dev from source
  3. install sklearn 0.18dev
  4. test on command line, and in notebook

if it fails, reinstall sklearn 0.17 (stable) with pip

  1. pip uninstall sklearn ; pip install -U sklearn

I can build and install from source on the Mac , but it fails to link something at runtime

sklearn Library not loaded: libmkl_intel_lp64.dylib

a clue from Google...but I have not explored and tried yet

https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/F8Q-8xyvrks

"it turned out to be a trivial linking issue.
Don't ask me why but something seems to have messed up my paths.
I fixed the issue on my box with some brute force.
Symbolically linking all anaconda libraries into my homebrew library folder did the trick.
for lib in ~/anaconda/lib/*; do ln -s $lib /usr/local/lib/$(basename $lib); done"

install sklearn 0.18dev

Trying to install sklearn 0.18 using pip and run the neural network MLP

note: can't use anaconda for local packages
sklearn 0.18dev is needed for the sklearn MLP
but it is not easy to install

http://stackoverflow.com/questions/33568244/upgrade-to-dev-version-of-scikit-learn-on-anaconda

I can build and install from source on the Mac , but it fails to link something at runtime

sklearn Library not loaded: libmkl_intel_lp64.dylib

a clues from Google i have not explored and tried yet

https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/F8Q-8xyvrks

"it turned out to be a trivial linking issue.
Don't ask me why but something seems to have messed up my paths.
I fixed the issue on my box with some brute force.
Symbolically linking all anaconda libraries into my homebrew library folder did the trick.
for lib in ~/anaconda/lib/*; do ln -s $lib /usr/local/lib/$(basename $lib); done"

alignmnist too slow

it is soo slow...can it be sped up ? perhaps by pre-generating the epoch files ?

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.