tensorflow-for-deep-learnin.../ml_notebooks
2022-03-23 16:19:51 +04:00
..
basics.ipynb Clean up this scratch space 2022-03-23 16:19:51 +04:00
feature_crosses.ipynb Clean up this scratch space 2022-03-23 16:19:51 +04:00
feature_sets.ipynb Clean up this scratch space 2022-03-23 16:19:51 +04:00
first_steps_with_tensor_flow.ipynb Clean up this scratch space 2022-03-23 16:19:51 +04:00
intro_to_pandas.ipynb Clean up this scratch space 2022-03-23 16:19:51 +04:00
learning_from_unbalanced_clases.ipynb Clean up this scratch space 2022-03-23 16:19:51 +04:00
PrinciplesOfAlgorithmicProblemSolvingDRAFT.pdf Clean up this scratch space 2022-03-23 16:19:51 +04:00
README.md Clean up this scratch space 2022-03-23 16:19:51 +04:00
synthetic_features_and_outliers.ipynb Clean up this scratch space 2022-03-23 16:19:51 +04:00

Jupyter Notebooks

Installing

Install any dependences for Jupyter:

$ apt-get install build-essential python3-dev
$ pip install jupyter

Running

On the notebook directory:

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