All Projects → dataflowr → Notebooks

dataflowr / Notebooks

Licence: apache-2.0
code for deep learning courses

Projects that are alternatives of or similar to Notebooks

Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (-78.54%)
Mutual labels:  hacktoberfest, jupyter-notebook, tutorials
Quantumkatas
Tutorials and programming exercises for learning Q# and quantum computing
Stars: ✭ 3,713 (+611.3%)
Mutual labels:  hacktoberfest, jupyter-notebook
50 Projects For React And The Static Web
⚛ 50 project ideas to learn by doing complete with project briefs, layout ideas, and resources!
Stars: ✭ 319 (-38.89%)
Mutual labels:  hacktoberfest, tutorials
Enterprise gateway
A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
Stars: ✭ 412 (-21.07%)
Mutual labels:  hacktoberfest, jupyter-notebook
Stock Analysis
Regression, Scrapers, and Visualization
Stars: ✭ 255 (-51.15%)
Mutual labels:  hacktoberfest, jupyter-notebook
Prometheus Anomaly Detector
A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
Stars: ✭ 273 (-47.7%)
Mutual labels:  hacktoberfest, jupyter-notebook
The Elements Of Statistical Learning Python Notebooks
A series of Python Jupyter notebooks that help you better understand "The Elements of Statistical Learning" book
Stars: ✭ 405 (-22.41%)
Mutual labels:  jupyter-notebook, tutorials
Opensourceresources
Free opensource Learning Resources related to Web-Development A to Z 🔥❤
Stars: ✭ 210 (-59.77%)
Mutual labels:  hacktoberfest, tutorials
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (-18.39%)
Mutual labels:  hacktoberfest, jupyter-notebook
Monk object detection
A one-stop repository for low-code easily-installable object detection pipelines.
Stars: ✭ 437 (-16.28%)
Mutual labels:  hacktoberfest, jupyter-notebook
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+808.24%)
Mutual labels:  hacktoberfest, jupyter-notebook
Spacy Notebooks
💫 Jupyter notebooks for spaCy examples and tutorials
Stars: ✭ 255 (-51.15%)
Mutual labels:  jupyter-notebook, tutorials
Naucse.python.cz
Website with learning materials / Stránka s učebními materiály
Stars: ✭ 248 (-52.49%)
Mutual labels:  hacktoberfest, jupyter-notebook
Dive Into Dl Tensorflow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Stars: ✭ 3,380 (+547.51%)
Mutual labels:  jupyter-notebook, tutorials
Hacktoberfest2020
A repo for new open source contributors to begin with open source contribution. Contribute and earn awesome swags.
Stars: ✭ 221 (-57.66%)
Mutual labels:  hacktoberfest, jupyter-notebook
Supervisely Tutorials
🌈 Tutorials for Supervise.ly
Stars: ✭ 385 (-26.25%)
Mutual labels:  jupyter-notebook, tutorials
Pangeo
Pangeo website + discussion of general issues related to the project.
Stars: ✭ 500 (-4.21%)
Mutual labels:  hacktoberfest, 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 (+2428.74%)
Mutual labels:  hacktoberfest, jupyter-notebook
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (-62.45%)
Mutual labels:  hacktoberfest, jupyter-notebook
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (-19.73%)
Mutual labels:  jupyter-notebook, tutorials

notebooks

Code for dataflowr

Archives are available on the archive-2020 branch.

Usage

If you want to run locally:

python3 -m venv dldiy  # If you want to install packages in a virtualenv
source dldiy/bin/activate

pip install -r requirements.txt  # Install PyTorch and others
python -m notebook  # Run notebook environment
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].