mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-11-23 13:40:27 -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 | ||
my old ml jupyter notebooks
👾 my deep dreams (with caffe) adapted, on notebook.community
installing and running these notebooks
install any dependences for jupyter. for example, on a debian-based linux box:
apt-get install build-essential python3-dev
pip install jupyter
on the notebook directory, simply run:
jupyter notebook