Code Monkey home page Code Monkey logo

elmnnrcpp's Introduction

Hey there!

My name is Lampros and I'm a self-taught Programmer and Data Scientist.

  • I work on a daily basis with the R programming Language
  • I utilize Python for my deep learning tasks
  • I use C++ (via Rcpp, RcppArmadillo, Cython and Pybind) to improve the efficiency of my R and Python code

The following stats show my contribution to the open source community,


Lampros's GitHub Stats



๐Ÿ“ซ You can reach me best via e-mail to [email protected]

If you like my work, you can support it using one of:


elmnnrcpp's People

Contributors

edwindj avatar mlampros avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

elmnnrcpp's Issues

OSELM or ORELM

Hi,

thank you for developing this amazing library.
I was wandering if you have any plan to implement OSELM or (even better) ORELM?

Best wishes

uniform_negative seed has no effect

If using "uniform_negative", the random seed has no effect so you always get the same weights if the input length and nhid values are the same. Looks like this is because you are using Mersenne twister random engine for those and seed isn't affecting it. (Maybe just rescale uniform to -1,+1?)

AttributeError: 'NoneType' object has no attribute 'format'

When I run the below command, I found this error

predictions= []
target= []
for i in range(numLags, len(df)-predictionStep-1):
  net.train(X[[i], :], T[[i], :])
  Y = net.predict(X[[i+1], :])
  predictions.append(Y[0][0])
  target.append(T[i][0])
print ("{:5}th timeStep -  target: {:8.4f}  |   prediction: {:8.4f} ").format(i, target[-1], predictions[-1])

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.