tensorflow-for-deep-learnin.../ML_notebooks
2019-10-20 17:35:16 -07:00
..
basics.ipynb add some TF notebooks 2019-10-20 17:35:16 -07:00
feature_crosses.ipynb add some TF notebooks 2019-10-20 17:34:40 -07:00
feature_sets.ipynb add some TF notebooks 2019-10-20 17:34:40 -07:00
first_steps_with_tensor_flow.ipynb add some TF notebooks 2019-10-20 17:34:40 -07:00
intro_to_pandas.ipynb add some TF notebooks 2019-10-20 17:34:40 -07:00
learning_from_unbalanced_clases.ipynb restart this repository 2019-10-20 16:23:01 -07:00
PrinciplesOfAlgorithmicProblemSolvingDRAFT.pdf add some TF notebooks 2019-10-20 17:34:40 -07:00
README.md restart this repository 2019-10-20 16:23:01 -07:00
synthetic_features_and_outliers.ipynb add some TF notebooks 2019-10-20 17:34:40 -07: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.