All Projects → tjwei → Tensorflow Tutorial

tjwei / Tensorflow Tutorial

Licence: apache-2.0

Projects that are alternatives of or similar to Tensorflow Tutorial

Seminario Doc 2014
Cointegración en series de tiempo
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Rubik research
Experiments with using neural nets to solve a Rubik's Cube - read README first
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Machine Learning For Telecommunications
A base solution that helps to generate insights from their data. The solution provides a framework for an end-to-end machine learning process including ad-hoc data exploration, data processing and feature engineering, and modeling training and evaluation. This baseline will provide the foundation for industry specific data to be applied and models created to release industry specific ML solutions.
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+5093.75%)
Mutual labels:  jupyter-notebook
Gcdri ts cat ml
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Credit Card Fraud Detection Dataset
Classification Problem to detect credit card fraud
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Ipython In Depth
IPython and Jupyter in-depth Tutorial, first presented at PyCon 2012
Stars: ✭ 827 (+5068.75%)
Mutual labels:  jupyter-notebook
Rebalance.portfolio.python
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Ephys Analysis
Scripts and utilities for processing electrophysiology data
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Aicrystallographer
Here, we will upload our deep/machine learning models and 'workflows' (such as AtomNet, DefectNet, SymmetryNet, etc) that aid in automated analysis of atomically resolved images
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Plotly Misc Nbs
Miscellaneous IPython notebooks showing off plotly's features
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Neurosleeve
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Remars2019 Revegas Workshop
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Pysal
PySAL: Python Spatial Analysis Library Meta-Package
Stars: ✭ 832 (+5100%)
Mutual labels:  jupyter-notebook
Chinese data analysis
An Analysis of the Distribution Law of Word Frequency and Stroke Number in Chinese
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Wellmagic
IPython notebooks to do magic things with well log data
Stars: ✭ 6 (-62.5%)
Mutual labels:  jupyter-notebook
Misc
misc
Stars: ✭ 7 (-56.25%)
Mutual labels:  jupyter-notebook
Fundamentals Of Deep Learning For Computer Vision Nvidia
The repository includes Notebook files and documents of the course I completed in NVIDIA Deep Learning Institute. Feel free to acess and work with the Notebooks and other files.
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Code Demos
Code exercises and demos complementing lecture materials.
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook
Hass Google Coral
RETIRED - instead use https://github.com/robmarkcole/HASS-Deepstack-object
Stars: ✭ 16 (+0%)
Mutual labels:  jupyter-notebook

tensorflow-tutorial

安裝環境

  • 下載並且安裝 Anaconda python 3.6 版本, 請盡量安裝 64-bit 版本。
  • clone 或者下載並解開(右邊偏上綠色的 Clone or download, 選 Download zip)本 repo
  • 在 anaconda console 下, cd 到本專案目錄, 執行 conda env create -f environment.yml
  • 如果需要更新或者網路中斷,可以 conda env update -f environment.yml
  • 最後執行 . activate keras (windows activate keras)
  • 然後 jupyter notebook 打開 notebook

評量標準

  • 01-Tensorflow Basics.ipynb 的 7 個 Q (25%)
  • 03-TensorBoard.ipynb 的三個 log (10%)
  • 04-tf.data 的 1 個 Q (5%)
  • HW1 (30%)
  • HW2 (30%)

Google 表單 https://goo.gl/forms/G6Z2blK1cnxIxSwi2 請繳交程式碼或/和執行圖片

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].