All Projects → jijingg → Spinal Bootcamp

jijingg / Spinal Bootcamp

SpinalHDL-tutorial based on Jupyter Notebook

Projects that are alternatives of or similar to Spinal Bootcamp

Vbyo2018
Veri Bilimi Yaz Okulu
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Sdc System Integration
Self Driving Car Engineer Nanodegree System Integration Capstone Project
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Flashlight
Flashlight is a lightweight Python library for analyzing and solving quadrotor control problems.
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Machine learning bookshelf
机器学习深度学习相关书籍、课件、代码的仓库。 Machine learning is the warehouse of books, courseware and codes.
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Ce9010 2018
Python notebooks and slides for CE9010: Introduction to Data Science, Semester 2 2017/18
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Deepdream pytorch
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Openaigym
Code from "Intro to OpenAI Gym" tutorial video: https://youtu.be/8MC3y7ASoPs
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Animefacenotebooks
notebooks and some data for playing with animeface stylegan2 and deepdanbooru
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Marvin Public Engines
Marvin AI has been accepted into the Apache Foundation and is now available at https://github.com/apache/incubator-marvin
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Ipds Kr
<따라 하며 배우는 데이터 과학> (2017) 소스코드
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Tensorflow Crash Course
For those who already have some basic idea about deep learning, and preferably are familiar with PyTorch.
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Tacotron2
pytorch tacotron2 https://arxiv.org/pdf/1712.05884.pdf
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Juypter Notebooks
neural network explorations ⚡️ i know it's misspelled
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Generativegraph
Implementation For the paper from DeepMind
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Slicing Cnn
The source code for our CVPR 2016 work "Slicing Convolutional Neural Network for Crowd Video Understanding".
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Ssh tensorflow
This is a tensorflow re-implementation of SSH: Single Stage Headless Face Detector.
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Variantnet
A simple neural network for calling het-/hom-variants from alignments of single molecule reads to a reference
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Sub Gc
Code repository for our paper "Comprehensive Image Captioning via Scene Graph Decomposition" in ECCV 2020.
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Tensorflow Ipy
VM with the TensorFlow library from Google
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Eegclassificationmcnn
Solution for EEG Classification via Multiscale Convolutional Net coded for NeuroHack at Yandex.
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook

Spinal-bootcamp Binder

This is SpinalHDL Tutorial, More important, it's a spinalHDL run-time environment.

Most of case come from SpinalDoc, In addition, we also introduced some advanced usage of Scala, which are very helpful to understand how spinalHDL works.

Why we do such a thing:

  • Sometimes you just want to try a usage of a Spinal or Scala, but you don't want to create a new project.
  • Practice is important for learning a new skill. So we did a lot of examples for you to try run.

Setup Jupyter-notebook enviroment

install follows first

  • jupyter-notebook(Strongly recommend installing Python and Jupyter using the Anaconda)
  • scala(Scala2.12 is recommended)
  • almond(scala kernel for jupyter)

Usage

$: git clone https://github.com/jijingg/Spinal-bootcamp
$: cd Spinal-bootcamp
$: jupyter notebook &

Before the start

We assume you already have the basics knowledge of Scala,So there is no introduction to scala syntax here.
If you need to learn Scala, I would strongly recommend the book of "Programming in Scala" by Martin Odersky who is also the author of Scala. And just try them as many as you can on jupyter notebook env, This may be more efficient to help you master Scala than just reading a book without practice.

FAQ

  1. Make sure the right version have been installed.
  • Java Version jdk1.8 (java11 not supported yet)
  • Scala Version 2.12.x (2.13.x not supported yet)
  • Almond Version 0.5.0 is recommended

install Almond on MacOs

brew install coursier/formulas/coursier
cs launch --fork almond:0.5.0 --scala 2.11.12 -- --install --force
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].