mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-10 18:54:57 -04: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