Login
Discover
Waves
Decks
Plus
Login
Signup
ralampay
@ralampay
26
Followers
48
Following
5
Resource Credits
Available
Used
Created
December 11, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
ralampay
programming
2018-01-13 17:52
Refactor Neural Network in C++ (Video Tutorial)
This was a long overdue video. The past videos on the neural network implementation in C++ had a lot of issues. Plus I had to use it for a project which turned out to be useful however it forced me to
$ 0.000
2
2
ralampay
ruby
2017-12-23 05:37
Programming a Bittrex Bot in Ruby (Part 2)
This is part 2 of creating a bittrex bot in Ruby. Key features implemented: Fetching order books Specifying a percentage gain on when to sell a certain coin Run this program on its own instead of having
$ 0.000
1
ralampay
ruby
2017-12-23 05:31
Programming a Bittrex Bot with Ruby (Part 1)
This is from my devlogs channel ( where I code a bot in Ruby to automate my trading of cryptocurrencies in the Bittrex exchange. Key points: Configuring account to interact with Bittrex API Fetching values
$ 0.000
1
1
ralampay
ruby
2017-12-23 05:20
DHH's Response to "What Makes Rails a Framework Worth Learning in 2017"
Source: I love this response by DHH regarding web development in Rails. This was posted last January 25, 2017. And as we enter 2018, most of his points still hold true namely: Elegance of code Convention
$ 0.000
0
1
ralampay
ai
2017-12-16 11:08
Training a Neural Network - A Numerical Example
Abstract Neural networks are models used to approximate a discriminative function for classification in a supervised learning fashion. You have a bunch of input in the form of n-dimensional numerical vectors
$ 0.502
5
2