All Projects → teachbitcoin → Code Demos

teachbitcoin / Code Demos

Code exercises and demos complementing lecture materials.

Projects that are alternatives of or similar to Code Demos

Alembic
A set of tools for elastic image registration in Julia
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Neurosleeve
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Remars2019 Revegas Workshop
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Wellmagic
IPython notebooks to do magic things with well log data
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Plotly Misc Nbs
Miscellaneous IPython notebooks showing off plotly's features
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Ephys Analysis
Scripts and utilities for processing electrophysiology data
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Jupyter Notes
Some notes, taken with jupyter noteboook, about my studies and my interests
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Machine Learning For Telecommunications
A base solution that helps to generate insights from their data. The solution provides a framework for an end-to-end machine learning process including ad-hoc data exploration, data processing and feature engineering, and modeling training and evaluation. This baseline will provide the foundation for industry specific data to be applied and models created to release industry specific ML solutions.
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Radiometer Sdr Thesis
My Master's thesis in Computer Engineering. My thesis involves using Software Defined Radios in radiometer applications.
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Credit Card Fraud Detection Dataset
Classification Problem to detect credit card fraud
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Seminario Doc 2014
Cointegración en series de tiempo
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+5093.75%)
Mutual labels:  jupyter-notebook
Rubik research
Experiments with using neural nets to solve a Rubik's Cube - read README first
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Ipython In Depth
IPython and Jupyter in-depth Tutorial, first presented at PyCon 2012
Stars: ✭ 827 (+5068.75%)
Mutual labels:  jupyter-notebook
Hass Google Coral
RETIRED - instead use https://github.com/robmarkcole/HASS-Deepstack-object
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Nazarkav
Persian Sentiment Analysis
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Gcdri ts cat ml
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Chinese data analysis
An Analysis of the Distribution Law of Word Frequency and Stroke Number in Chinese
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Aicrystallographer
Here, we will upload our deep/machine learning models and 'workflows' (such as AtomNet, DefectNet, SymmetryNet, etc) that aid in automated analysis of atomically resolved images
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Misc
misc
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook

Teach Bitcoin with Libbitcoin and Jupyter Notebook.

The code examples and exercises are written in jupyter notebook pages.

It is highly recommended to install Vagrant, and then run the code repository directly from the VM instance managed by Vagrant. To do so, go to the code-demos repository, and vagrant up to automatically setup an Ubuntu instance with Libbitcoin BX and jupyter notebook. To access the VM instance, simply vagrant ssh afterwards. Please run jupyter notebook --ip 0.0.0.0 so the jupyter notebook server port can be forwarded to your host machine.

To run the cpp examples in this repository, you will need an alternative setup. To do so, please follow the steps below.

Libbitcoin-Explorer

  • Install with install.sh (Version3)
    • Linux
    • Mac
    • (The install script will install all required Libbitcoin C++ libraries used in this repository.)
  • Configure Libbitcoin-Explorer for testnet

Jupyter Notebook and Bash & C++ Kernels

It is recommended to install jupyter notebook from a mini-conda package installer.

  • Install the miniconda package-manager.
  • Install the Jupyter Notebook and the c++ cling kernel.
  • Install the Jupyter Bash Kernel.
  • Try to run the notebook pages in this repository
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].