mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-12 11:42:14 -04:00
restart this repository
This commit is contained in:
parent
1d5577b7e8
commit
532fbd7342
21 changed files with 2 additions and 2 deletions
25
ML_notebooks/README.md
Normal file
25
ML_notebooks/README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Jupyter Notebooks
|
||||
|
||||
### Installing
|
||||
|
||||
Install any dependences for [Jupyter](http://jupyter.readthedocs.io/en/latest/install.html):
|
||||
|
||||
```shell
|
||||
$ apt-get install build-essential python3-dev
|
||||
$ pip install jupyter
|
||||
```
|
||||
|
||||
### Running
|
||||
|
||||
On the notebook directory:
|
||||
|
||||
```shell
|
||||
$ jupyter notebook
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
### Basics
|
||||
|
||||
* A notebook is made up of a number of cells with Python code. You can execute a cell by clicking on it and pressing ```Shift-Enter```.
|
396
ML_notebooks/learning_from_unbalanced_clases.ipynb
Normal file
396
ML_notebooks/learning_from_unbalanced_clases.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue