All Projects → dpsanders → Scipy_2014_julia

dpsanders / Scipy_2014_julia

Licence: other

Projects that are alternatives of or similar to Scipy 2014 julia

Food 101 Mobile
Deep Learning Food Classifier for iOS using Keras and Tensorflow
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Python
Source code about Python Development
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Interaction network pytorch
Pytorch Implementation of Interaction Networks for Learning about Objects, Relations and Physics
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Graph2nn
code for paper "Graph Structure of Neural Networks"
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Cubicasa5k
CubiCasa5k floor plan dataset
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Pytorch learning
书籍:深度学习框架pytorch入门与实践
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Machine learning
机器学习相关
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Keras Tutorial
Tutorial teaching the basics of Keras and some deep learning concepts
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Dl book
legend
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Keras Gradcam
Keras implementation of GradCAM.
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Mc gradients
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Droneblocks Tello Python
A DroneBlocks course on drone programming with Tello using Python scripts
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Kglab
Graph-Based Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, RDFlib, pySHACL, RAPIDS, NetworkX, iGraph, PyVis, pslpython, pyarrow, etc.
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Tf Vs Pytorch
A companion code for my Medium post
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Talks
Code, slides, and documentation for the talks I have given.
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Hmm
An implementation of the Viterbi Algorithm for training Hidden Markov models. This repo accompanies the video found here: https://www.youtube.com/watch?v=kqSzLo9fenk
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Ds For Telco
Source material for Data Science for Telecom Tutorial at Strata Singapore 2015
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Estimation Of Remaining Useful Life Using Cnn
Convolutional Neural Network based regression approach for estimating machinery's remaining useful life
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Bigdata
NJU Master Course **Big Data Mining and Analysis**
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook

Introduction to Julia tutorial at SciPy 2014

This tutorial was created by David P. Sanders, who gave it at the conference SciPy 2014. Video recordings are available: part 1 and part 2.

The tutorial consists of a sequence of IJulia notebooks, i.e., IPython [now Jupyter] notebooks, using the IJulia profile. To follow the tutorial you need to have installed the [IPython Notebook](Install IPython Notebook.md) and the [Julia language](Install Julia.md), together with several [Julia packages](Install Julia Packages.md). It is best to install them in that order.

The version given at the Scipy 2014 conference (as recorded on the corresponding SciPy YouTube video) is v1.0; this can be obtained with git checkout v1.0. It has since been reformatted for ease of use.

Note that some parts of this tutorial are out of date. See my Invitation to Julia and Intermediate Julia tutorials.

Corrections should be sent as Pull Requests to this repository.

Getting started

Invoke IJulia using the following command from a terminal; a window will open in your web browser:

ipython notebook --profile julia

Then start the tutorial in IPython Notebook from the index.

If you do not have IPython Notebook at hand you can view the tutorial online on NbViewer.

Note that Julia can instead be started from the command line by typing julia or by double clicking on its icon. quit() or Ctrl-D ends the Julia session.


Financial support is acknowledged from UNAM grants DGAPA-PAPIME PE-105911 and PE -107114 and DGAPA-PAPIIT IN-117214, as well as the SciPy 2014 conference.

Thanks to Robert Nuske for help with installation instructions and this README.

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].