BlogHide Resteemsdeeplizard (37)in bitcoin • 7 years agoCoinbase Pro Explained | Coinbase dumping GDAX brand - ReviewThings change brands change. If you squint, you might be able to see the difference. Probably NOT. Things are pretty similar. Let’s take a look at the new Coinbase exchange interface, Coinbase…deeplizard (37)in data-science • 7 years agoHexadecimal explained | Higher than base-10 positional numeral systemsA digit is a single symbol that represents a number. In positional numeral systems, the base tells us how many distinct digits we have to express numbers using numerals. Base-2 has two digits.…deeplizard (37)in steemit • 7 years agoSend crypto from GDAX to Steemit and back | Steemit series - Part 7In our last video, we discussed how to make money on Steemit and how to view your rewards in your wallet. In this video, we’ll be building on some of those topics to learn how to interact with the…deeplizard (37)in data-science • 7 years agoBinary vs Decimal | Introducing positional numeral systems for programming beginnersHumans figured this out and went with it. 👌 See how positional numeral systems work and why they are the primary way humans and 🤖 represent numbers. Learn more: #ai #ml #data #codedeeplizard (37)in data-science • 7 years agoNumeral vs Number | Introducing numeral systems for programming beginnersLet’s start this discussion with an experiment. I’m going to say a number, and I want you to pay close attention to the first thing that comes to your mind... Okay. The number is twelve. If you…deeplizard (37)in steemit • 7 years agoMaking money on Steemit | Steemit series - Part 6In this video, we discuss how you get paid on Steemit. We start by describing the Steemit reward pool, which is where the author and curator rewards come from. From here, we go into the differences…deeplizard (37)in deep-learning • 7 years agoDeploy Keras Neural Network to Flask web service | Part 1 - OverviewOver the next few videos, we'll work to deploy a Keras neural network 🧠 to a Flask web service. In this first vid, we discuss what this means & why we should do it. Come join the fun!deeplizard (37)in steemit • 7 years agoPosting on Steemit and navigating the site | Steemit series - Part 5In this video, we first discuss how to create a post on Steemit. We do this by showing a demo of posting a YouTube video and some text within a post. We also touch on how video links should be…deeplizard (37)in steemit • 7 years agoSteemit keys and account permissions | Steemit series - Part 4In this video, we discuss each of the account permissions and keys that are generated whenever you create a Steemit account. The four permissions/keys are: Posting, Active, Owner, and Memo. These…deeplizard (37)in data-science • 7 years agoUnicode explained | Convert characters in Chuck Norris jokes - JavaScript exampleUnicode provides us with a standard list of unique codes for each character from most of the world’s writing systems. The word “Encode” is a verb that means “convert to coded form.” The word…deeplizard (37)in steemit • 7 years agoCreating a Steemit account | Steemit series - Part 3In this video, we go through the process of how to create a Steemit account. This requires verifying your email address and phone number and then being put on a waiting list while Steemit reviews…deeplizard (37)in steemit • 7 years agoWhat is Steemit? | Steemit series - Part 2In this video, we answer the question, “What is Steemit?” We first discuss the social aspects of Steemit by talking about it as a social media platform. We then move our focus to the STEEM…deeplizard (37)in data-science • 7 years agoUsing code to interrogate textual data | I’m a STRING. Ask me anything! | Coding tutorialWhat’s going on everyone. In this video 🎥, we will use JavaScript and PowerShell to see how we can build and interrogate strings using code 💻. Textual data inside computer programs is represented…deeplizard (37)in steemit • 7 years agoSteemit social network and STEEM crypto & blockchain overview | Steemit series - Part 1In this video, we discuss an overview of what this Steemit playlist will cover. Topics include learning about Steemit.com, not only as a social media site, but also as a community that runs on top…deeplizard (37)in deep-learning • 7 years agoLearnable Parameters in a Convolutional Neural NetworkHow many learnable parameters are in this CNN?🧠 🤔... 2515! Find out how this is calculated in this vid on learnable parameters in Convolutional Neural Networks! Video:deeplizard (37)in data-science • 7 years agoGetting and setting data on a web page with JavaScript | Coding tutorialIn this video, we will use JavaScript code in the JavaScript console 💻 to get and set data on a web page 🌐. 1) Web pages, Documents, Elements, Ids, getElementById 🖹 Verbs and Nouns…deeplizard (37)in deep-learning • 7 years agoTrainable Params in a Keras Artificial Neural NetworkSee how to quickly access and calculate the number of learnable parameters ("trainable params") 🧠 in code with a Keras Sequential model. 💻 🤖deeplizard (37)in data-science • 7 years agoSaving and running programs explained | Hello world for programming beginners (Part 2)Hello world programs show us how to communicate with the outside world from inside our programs. Let’s look at this in more detail. Saving our programs in files is how we begin to build more…deeplizard (37)in deep-learning • 7 years agoLearnable Parameters in an Artificial Neural NetworkCome learn about learnable parameters in an artificial neural network! 🧠🤖 Find out what they are and how to calculate the number of parameters in your network! Video:deeplizard (37)in data-science • 7 years agoHello world explained | First interactive program for programming beginners (Part 1)Hello world is the name of the first program that almost every programmer ️🖥️ writes. Let’s checkout the program and say hello to the world of programming. ⌨️ 1) Verb-Noun combinations in…