Git Product home page Git Product logo

Comments (10)

saianwork avatar saianwork commented on August 15, 2024

Sorry dude I just went through it again and I just got it... Hehe sorry cheers

from bitcoinforecast.

saianwork avatar saianwork commented on August 15, 2024

There is one issue tho. the generated data with grabber.py is not the same than the dataset.csv.
could you help ?

from bitcoinforecast.

PiSimo avatar PiSimo commented on August 15, 2024

Hi,
because I've updated it, and didn't collect more data since then.
If you collect new data I'll be happy to upload it.

from bitcoinforecast.

saianwork avatar saianwork commented on August 15, 2024

If you give me the way you made the pattern I’d do it because I’m working on it. What I mean. The way Graber writes in files isn’t the same than dataset.csv so if u run training on the new generated file it won’t work. I’ll find a way and let you know. I saw someone corrected the issue in a fork. Cheers.

from bitcoinforecast.

PiSimo avatar PiSimo commented on August 15, 2024

You just need to delete the old dataset.csv and start grabber.py, then you can train the net on your new data.

from bitcoinforecast.

saianwork avatar saianwork commented on August 15, 2024

If I want to change the keys values
keys = ["price_usd","24h_volume_usd","market_cap_usd","available_supply","total_supply","percent_change_1h","percent_change_24h","percent_change_7d"]

what else should I change in the code can you give me this hint. how do I process net.fit(np.array(data[:el]),np.array(labels[:el]),epochs=epochs,batch_size=300) for example if I only want. keys = ["high", "low", "close"] in network.py
I'm trying to learn. I have a good idea about what I want to do but I'm training for now.

from bitcoinforecast.

PiSimo avatar PiSimo commented on August 15, 2024

You should change the network parameters in the buildNet(); for example if you change the number of features to 3 replace the 12s with 3.

from bitcoinforecast.

saianwork avatar saianwork commented on August 15, 2024

Oh cool ok I'm starting to understand now. many thanks. Is there a way we can get in touch privately? email or so? I got an offer for you.

from bitcoinforecast.

PiSimo avatar PiSimo commented on August 15, 2024

You can text me on my e-mail.

from bitcoinforecast.

zmfb039 avatar zmfb039 commented on August 15, 2024

Hi guys, I have read through the comments here and i'm still a bit confused about the correct order in the original dataset.csv compared to the grubber.py. The original dataset.csv appears to have a percentage number in the first column. I have run the grubber for a few days and want to ensure I recreate the exact order. Can you please help? Thanks

from bitcoinforecast.

Related Issues (18)

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.