One quote which drives me nowadays: "Either we are too smart or dumb to find god and ask him to solve all world problem's. We are alone or together in creating the world we ever dream off"
Happy Holidays.
Will love to know what kind of system with specs (pictures) you are using to run deep learning. I just shifted from cloud to local to save some money and thinking to build one. It would be awesome if you can also give point to or write some pointers which you think will help.
I am just trying to write few scripts to find prospects (majorly company) who will be interested in buying our SAAS tools. For this I use variety of source like
1)Crunchbase data export (found it was little old) and crunch base Rest API has limit per day (so not very scalable).
2)Linkedin directory search but its hard to scrape linkedin they have very smart algo to stop it, I had to change my ip using tor after every few request and then also has to put random timing in between request and then also they blocked account which I was using for that search.
3)Few websites like rivalseek etc for search and then scraping them , result have lot of duplication.
All the above scripts are very scattered and doesn't look like a nicely build system. It would be great to know what others have done for this, like any scripts which they combined and major free sources they get information etc? Anything which you guys will add value to discussion?
Alan J. Perlis (April 1, 1922-February 7, 1990)
Looking forward for making the best collection for them here :).
6 months back, I started invested in indian stock market as value investor and eventually also started with algo trading. I wrote lot of tooling for this myself like Fetching of real time price and storing data, analyzing it on server and then posting request to the brokerage account.I use this: http://screener.in/ (for screening -- one of the best tools I have come accross in india for stocks analysis) and BSE/NSE (indian stocks website) for real time price and market depth. Used google finance for some stock alert by writing script using google apps. Will be good to know what other people are using so we don't reinvent wheel and make use of the modern technology.