All Projects → ageron → Julia_notebooks

ageron / Julia_notebooks

Licence: mit
Julia Jupyter/Colab Notebooks

Projects that are alternatives of or similar to Julia notebooks

Vietnamese Electra
Electra pre-trained model using Vietnamese corpus
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Mri Analysis Pytorch
MRI analysis using PyTorch and MedicalTorch
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Darknetpy
darknetpy is a simple binding for darknet's yolo detector
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Da detection
Progressive Domain Adaptation for Object Detection
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Introduction To Machine Learning
Introductory Course on Machine Learning in Python
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Sta 663 2018
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Whitehat
Information about my experiences on ethical hacking 💀
Stars: ✭ 54 (-3.57%)
Mutual labels:  jupyter-notebook
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Udacity Scholarship
Notes from the PyTorch Udacity / Facebook scholarship course
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Pyplotz
A light weight wrapper for matplotlib users with Chinese characters supported
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Mmdetection object detection demo
How to train an object detection model with mmdetection
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Ctr model zoo
some ctr model, implemented by PyTorch, such as Factorization Machines, Field-aware Factorization Machines, DeepFM, xDeepFM, Deep Interest Network
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Text nn
Text classification models. Used a submodule for other projects.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Graph Pointer Network
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Timeseriesanalysiswithpython
Stars: ✭ 1,083 (+1833.93%)
Mutual labels:  jupyter-notebook
Ipython Notebooks
Some iPython Notebooks I have created for personal learning
Stars: ✭ 54 (-3.57%)
Mutual labels:  jupyter-notebook
Ko en neural machine translation
Korean English NMT(Neural Machine Translation) with Gluon
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Paraphrase Generator
A paraphrase generator built using the T5 model which produces paraphrased English sentences.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Autoaugment
Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow
Stars: ✭ 1,084 (+1835.71%)
Mutual labels:  jupyter-notebook
Reinforcement Learning
Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook

Julia Notebooks

Some Julia Jupyter/Colab Notebooks to learn and play around with the Julia language.

Right now, there are two notebooks:

  • Julia_for_Pythonistas.ipynb
    • This is an introduction to the Julia language for Python programmers.
    • It covers the main Python constructs and shows how to code them in Julia.
    • Also covers powerful Julia features such as parallel computing and metaprogramming.
  • Julia_Colab_Notebook_Template.ipynb
    • This is a template to create Colab notebooks for Julia. It was inspired by the notebooks proposed in this discussion, with additional features.
    • It supports setting the version of Julia easily (from 0.7.0 to the latest version).
    • Easy to change the list Julia packages to install.
    • Support setting the number of threads.

Enjoy!

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