Giter VIP home page Giter VIP logo

linkedinarticles's People

Contributors

blasscoc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

linkedinarticles's Issues

Some comments and questions about this code

Hello Ben,

Thank you for publishing this code, was interesting to read. Maybe we can coolaborate at some point. About your LSTM implementation:

  • It would seem like you are feeding your LSTM with features and time_steps flipped? I understood that your aim is to treat depth as time, and pass on the cell state from one batch to the next. Then it would seem like your features should be the different tool readings and depth your time_step (i.e I would not have included the line X_train = X_train.transpose(0,2,1)). I am very curious on your thoughts about that, even more curious why is it working in its current form.

  • The padding solution may cause some overfitting problems, this padding could be quite large compared to a single well data. I would probably have decided to go with a smaller batch size and drop the now smaller remainder. I wonder if you gave this a thought/optimization.

  • You do not need to OneHotEncode the facies if you switch your loss to 'sparse_categorial_crossentropy'

  • Did you optmize de window size to 7?, The decision to pick the center depth as the representative facies value is interesting, I wonder if picking the most frequent value within the window causes more/less bias.

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.