All Projects → ESSS → notebooks

ESSS / notebooks

Licence: MIT license
This repo contains notebooks that explaining some cool stuff we learn every now and then...

Programming Languages

Jupyter Notebook
11667 projects

Labels

Projects that are alternatives of or similar to notebooks

HacktoberFest 2021
Hacktoberfest 2021 contribution repository✨
Stars: ✭ 43 (+126.32%)
Mutual labels:  ipynb
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+41810.53%)
Mutual labels:  ipynb
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+1100%)
Mutual labels:  ipynb
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (+1321.05%)
Mutual labels:  ipynb
Pynamical
Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals.
Stars: ✭ 458 (+2310.53%)
Mutual labels:  ipynb
Monkeys
A strongly-typed genetic programming framework for Python
Stars: ✭ 98 (+415.79%)
Mutual labels:  ipynb
taller SparkR
Taller SparkR para las Jornadas de Usuarios de R
Stars: ✭ 12 (-36.84%)
Mutual labels:  ipynb
Simple-Sentence-Similarity
Exploring the simple sentence similarity measurements using word embeddings
Stars: ✭ 99 (+421.05%)
Mutual labels:  ipynb
Python intro
Jupyter notebooks in Russian. Introduction to Python, basic algorithms and data structures
Stars: ✭ 538 (+2731.58%)
Mutual labels:  ipynb
Pyimsegm
Image segmentation - general superpixel segmentation & center detection & region growing
Stars: ✭ 213 (+1021.05%)
Mutual labels:  ipynb
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (+1336.84%)
Mutual labels:  ipynb
Blogger Cli
A cli tool to convert and manage jupyter notebook blogs. Proudly host your notebooks even as a static site.
Stars: ✭ 404 (+2026.32%)
Mutual labels:  ipynb
Yolo Powered robot vision
Stars: ✭ 133 (+600%)
Mutual labels:  ipynb
PublicWeaklySupervised
(Machine) Learning to Do More with Less
Stars: ✭ 13 (-31.58%)
Mutual labels:  ipynb
Fouriertalkoscon
Presentation Materials for my "Sound Analysis with the Fourier Transform and Python" OSCON Talk.
Stars: ✭ 244 (+1184.21%)
Mutual labels:  ipynb
QuantumPoker
Quantum Poker – a serious pedagogical tool to learn quantum computing that is fun to play
Stars: ✭ 16 (-15.79%)
Mutual labels:  ipynb
Show ast
An IPython notebook plugin for visualizing ASTs.
Stars: ✭ 76 (+300%)
Mutual labels:  ipynb
notebooks
my-deeplearning-practice-notebooks
Stars: ✭ 29 (+52.63%)
Mutual labels:  ipynb
Pygraphblas
GraphBLAS for Python
Stars: ✭ 252 (+1226.32%)
Mutual labels:  ipynb
Jupytext.vim
Vim plugin for editing Jupyter ipynb files via jupytext
Stars: ✭ 142 (+647.37%)
Mutual labels:  ipynb

notebooks

This repo contains notebooks that explaining some cool stuff we learn every now and then.

Index

How to run

  1. Install miniconda
  2. Install nbformat in the root environment: conda install -n root nbformat
  3. Create an environment to run jupyter notebook: type conda env create in the root directory of this project (or conda env update if the notebooks environment was already created previously)
  4. Activate the environment: type activate notebooks (Windows) or source activate notebooks (Unix)
  5. Run and open it: jupyter notebook
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].