All Projects → juanklopper → Juliacoursenotebooks

juanklopper / Juliacoursenotebooks

Jupyter notebooks for the Julia Scientific Programming course on Coursera

Projects that are alternatives of or similar to Juliacoursenotebooks

Gradcam plus plus Pytorch
A Simple pytorch implementation of GradCAM and GradCAM++
Stars: ✭ 186 (-0.53%)
Mutual labels:  jupyter-notebook
The Craft Of Selfteaching
One has no future if one couldn't teach themself.
Stars: ✭ 13,007 (+6855.61%)
Mutual labels:  jupyter-notebook
Deepaugment
Discover augmentation strategies tailored for your dataset
Stars: ✭ 187 (+0%)
Mutual labels:  jupyter-notebook
Choochoo
Training Diary
Stars: ✭ 186 (-0.53%)
Mutual labels:  jupyter-notebook
Monodepth2
[ICCV 2019] Monocular depth estimation from a single image
Stars: ✭ 2,714 (+1351.34%)
Mutual labels:  jupyter-notebook
Deep Learning Tensorflow2
基于Tensorflow2的深度学习开源书籍
Stars: ✭ 184 (-1.6%)
Mutual labels:  jupyter-notebook
Graph attention pool
Attention over nodes in Graph Neural Networks using PyTorch (NeurIPS 2019)
Stars: ✭ 186 (-0.53%)
Mutual labels:  jupyter-notebook
Stylenet
A cute multi-layer LSTM that can perform like a human 🎶
Stars: ✭ 187 (+0%)
Mutual labels:  jupyter-notebook
Lgo
Interactive Go programming with Jupyter
Stars: ✭ 2,225 (+1089.84%)
Mutual labels:  jupyter-notebook
Multiresunet
Stars: ✭ 187 (+0%)
Mutual labels:  jupyter-notebook
P1 facial keypoints
First project for CVND: facial keypoint detection.
Stars: ✭ 186 (-0.53%)
Mutual labels:  jupyter-notebook
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+1431.55%)
Mutual labels:  jupyter-notebook
Microsoft Student Partner Workshop Learning Materials Ai Nlp
This repository contains all codes and materials of the current session. It contains the required code on Natural Language Processing, Artificial intelligence.
Stars: ✭ 187 (+0%)
Mutual labels:  jupyter-notebook
Spoonn
FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)
Stars: ✭ 186 (-0.53%)
Mutual labels:  jupyter-notebook
Learning Content
Resources for the study group in IIT Guwahati focused on learning Artificial Intelligence.
Stars: ✭ 187 (+0%)
Mutual labels:  jupyter-notebook
Deepbelief course4 examples
深度學習課程(第四梯)所設計的課程實作
Stars: ✭ 186 (-0.53%)
Mutual labels:  jupyter-notebook
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+6958.82%)
Mutual labels:  jupyter-notebook
Mipt data mining in action 2016
"Data Mining in Action Course", Moscow Institute of Physics and Technologies
Stars: ✭ 188 (+0.53%)
Mutual labels:  jupyter-notebook
Lidc nodule detection
lidc nodule detection with CNN and LSTM network
Stars: ✭ 187 (+0%)
Mutual labels:  jupyter-notebook
Topography atlas of space
Code and instructions for making topographic maps of planets and moons
Stars: ✭ 187 (+0%)
Mutual labels:  jupyter-notebook

JuliaCourseNotebooks

Jupyter notebooks and Juno .jl files for the Julia Scientific Programming course on Coursera

The recently released version 1.0 of Julia marked a milestone in the development of the language. Julia has been a rapidly evolving language. This creates challenges when teaching Julia. Over the next few weeks and month the course code will be adapted to comply with the changes introduced in Julia 1.0 (0.7).

Juno is the integrated development environment (IDE) choice for Julia. It is built on the Atom IDE. As of the time of writing of this README file, Julia Computing still releases version 0.6.4 of Julia. To use Julia 1.0, dowload it from https://julialang.org. Also dowload Atom from https://atom.io In Atom hit the CONTROL key (or COMMAND key on a Mac) and the comma key. This brings up the settings. Under the Install tab search for uber-juno which will install the Julia interface for Atom. When this is done, also add the address to the julia 1.0 executable on your computer. Restart ATOM.

When creating a new file, save it first, explicitely using the .jl extension. This will tell Atom to use the Julia interface. Have a look at some of the new .jl files added to this repository.

Julia Computing ( https://www.juliacomputing.com ) releases of Julia contains the Juno interface. We will let you know when the 1.0 release goes live.

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