mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-11-06 22:53:05 -05:00
| .. | ||
| basics.ipynb | ||
| feature_crosses.ipynb | ||
| feature_sets.ipynb | ||
| first_steps_with_tensor_flow.ipynb | ||
| intro_to_pandas.ipynb | ||
| learning_from_unbalanced_clases.ipynb | ||
| PrinciplesOfAlgorithmicProblemSolvingDRAFT.pdf | ||
| README.md | ||
| synthetic_features_and_outliers.ipynb | ||
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.