All Projects → jankoslavic → pypinm

jankoslavic / pypinm

Licence: other
Programiranje in numerične metode v ekosistemu Pythona

Programming Languages

Jupyter Notebook
11667 projects
Mathematica
289 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pypinm

Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (+1025%)
Mutual labels:  ipynb
Monkeys
A strongly-typed genetic programming framework for Python
Stars: ✭ 98 (+308.33%)
Mutual labels:  ipynb
Pygraphblas
GraphBLAS for Python
Stars: ✭ 252 (+950%)
Mutual labels:  ipynb
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+14720.83%)
Mutual labels:  ipynb
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+33079.17%)
Mutual labels:  ipynb
Jupytext.vim
Vim plugin for editing Jupyter ipynb files via jupytext
Stars: ✭ 142 (+491.67%)
Mutual labels:  ipynb
HacktoberFest 2021
Hacktoberfest 2021 contribution repository✨
Stars: ✭ 43 (+79.17%)
Mutual labels:  ipynb
notebooks
This repo contains notebooks that explaining some cool stuff we learn every now and then...
Stars: ✭ 19 (-20.83%)
Mutual labels:  ipynb
Show ast
An IPython notebook plugin for visualizing ASTs.
Stars: ✭ 76 (+216.67%)
Mutual labels:  ipynb
Fouriertalkoscon
Presentation Materials for my "Sound Analysis with the Fourier Transform and Python" OSCON Talk.
Stars: ✭ 244 (+916.67%)
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 (+1583.33%)
Mutual labels:  ipynb
Python intro
Jupyter notebooks in Russian. Introduction to Python, basic algorithms and data structures
Stars: ✭ 538 (+2141.67%)
Mutual labels:  ipynb
Pyimsegm
Image segmentation - general superpixel segmentation & center detection & region growing
Stars: ✭ 213 (+787.5%)
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 (+1037.5%)
Mutual labels:  ipynb
Simple-Sentence-Similarity
Exploring the simple sentence similarity measurements using word embeddings
Stars: ✭ 99 (+312.5%)
Mutual labels:  ipynb
PublicWeaklySupervised
(Machine) Learning to Do More with Less
Stars: ✭ 13 (-45.83%)
Mutual labels:  ipynb
Yolo Powered robot vision
Stars: ✭ 133 (+454.17%)
Mutual labels:  ipynb
ipynb notedown.vim
vim plugin for editing jupyter notebook (ipynb) files through notedown
Stars: ✭ 27 (+12.5%)
Mutual labels:  ipynb
notebooks
my-deeplearning-practice-notebooks
Stars: ✭ 29 (+20.83%)
Mutual labels:  ipynb
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+850%)
Mutual labels:  ipynb

Ta repozitorij predstavlja arhiv in se več ne razvija. Aktiven repozitorij: https://github.com/jankoslavic/pynm

Programiranje in numerične metode v ekosistemu Pythona

Predavanja temeljijo na ekosistemu Python in bodo izvedena v obliki Jupyter notebook-ov. Tukaj predstavljena vsebina je osnova za dva predmeta, ki se poučujeta na Fakulteti za strojništvo (Univerza v Ljubljani):

Poženite to izvršljivo knjigo na spletu:
Binder Binder(lab)

Seznam predavanj

* Fakultativno predavanje, študentje Fakultete za strojništvo UNI-LJ imate možnost pridobiti licenčno verzijo programa Mathematica na tej povezavi.

Dovoljenje za uporabo (License)

To delo je prosto za nekomercialno uporabo pri čemer morate navesti vir, avtorja in Fakulteto za strojništvo, Univerze v Ljubljani.

Navodilo za pripravo virtualnega okolja (Virtual Environment)

Opomba: gre za napredno uporabo; uporabljajte previdno.

Nameščen mora biti Python in pip, nato namestite Virtual Environment (nahajate se v osnovni mapi tega repozitorija in v lupini z administratorskimi pravicami):

pip install -r virtualenv

Sedaj ustvarite virtualno okolje (kreirala se bo nova podmapa venv):

virtualenv venv

Akrivirate virtualno okolje:

venv\Scripts\activate

Namestite vse potrebne pakete:

pip install -r requirements.txt

Pripravite novi Jupyter kernel (jedro):

ipython kernel install --user --name=pinm

Potem je treba namestiti še:

jupyter contrib nbextension install

Jupyter notebook jedro pinm dostopamo tako, da pokličemo "jupyter notebook" in potem v programu izberemo ustrezno jedro (kernel). Okolje venv aktiviramo tako, da se nahajamo v osnovni mapi repozitorija in sprožimo:

venv\Scripts\activate
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].