Login
Discover
Waves
Communities
Login
Signup
ralampay
@ralampay
26
Followers
48
Following
5
Follow
Resource Credits
Available
Used
Created
2017-12-11 16:58
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
ralampay
programming
2018-01-13 17:52
!
Low reputation account with an unverified outbound link, Reveal content
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
!
Low reputation account with an unverified outbound link, Reveal content
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
0
ralampay
ruby
2017-12-23 05:31
!
Low reputation account with an unverified outbound link, Reveal content
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
ralampay
ruby
2017-12-23 05:20
!
Low reputation account with an unverified outbound link, Reveal content
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
ralampay
ai
2017-12-16 11:08
!
Low reputation account with an unverified outbound link, Reveal content
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