All Projects → Kyubyong → Tensorflow Exercises

Kyubyong / Tensorflow Exercises

Licence: other
TensorFlow Exercises - focusing on the comparison with NumPy.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow Exercises

Quaternion
Add built-in support for quaternions to numpy
Stars: ✭ 387 (-27.12%)
Mutual labels:  numpy
Matrex
A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
Stars: ✭ 429 (-19.21%)
Mutual labels:  numpy
Turbodbc
Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
Stars: ✭ 449 (-15.44%)
Mutual labels:  numpy
Megengine
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架
Stars: ✭ 4,081 (+668.55%)
Mutual labels:  numpy
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (-20.53%)
Mutual labels:  numpy
Numpycnn
Building Convolutional Neural Networks From Scratch using NumPy
Stars: ✭ 436 (-17.89%)
Mutual labels:  numpy
Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (-28.81%)
Mutual labels:  numpy
Pandapy
PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x faster (by @firmai)
Stars: ✭ 474 (-10.73%)
Mutual labels:  numpy
Rust Numpy
PyO3-based Rust binding of NumPy C-API
Stars: ✭ 426 (-19.77%)
Mutual labels:  numpy
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+4052.17%)
Mutual labels:  numpy
Kymatio
Wavelet scattering transforms in Python with GPU acceleration
Stars: ✭ 396 (-25.42%)
Mutual labels:  numpy
Deep learning nlp
Keras, PyTorch, and NumPy Implementations of Deep Learning Architectures for NLP
Stars: ✭ 407 (-23.35%)
Mutual labels:  numpy
Dsp Theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 437 (-17.7%)
Mutual labels:  numpy
Workshopscipy
A workshop for scientific computing in Python. ( December 2017 )
Stars: ✭ 391 (-26.37%)
Mutual labels:  numpy
Pynamical
Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals.
Stars: ✭ 458 (-13.75%)
Mutual labels:  numpy
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (-28.25%)
Mutual labels:  numpy
Salib
Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, Fractional Factorial and FAST methods.
Stars: ✭ 436 (-17.89%)
Mutual labels:  numpy
Eagerpy
PyTorch, TensorFlow, JAX and NumPy — all of them natively using the same code
Stars: ✭ 520 (-2.07%)
Mutual labels:  numpy
Mexican Government Report
Text Mining on the 2019 Mexican Government Report, covering from extracting text from a PDF file to plotting the results.
Stars: ✭ 473 (-10.92%)
Mutual labels:  numpy
Geneticalgorithmpython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
Stars: ✭ 435 (-18.08%)
Mutual labels:  numpy

TensorFlow Exercises

TensorFlow is arugably the most popular deep learning library as of 2017.

This is designed to help those who want to familiarize themselves with TensorFlow functions. Particulary, I focus on comparing TensorFlow functions with the equivalent functions in NumPy, the de facto standard numerical computation library. I hope this will help you get comfortable with TensorFlow quickly.

The basic outline will be as follows, though this is not 100% fixed.

  • Constants, Sequences, and Random Values (DONE)
  • Graphs (DONE)
  • Variables (DONE)
  • Reading Data (DONE)
  • Tensor Transformations (DONE)
  • Math Part 1 (DONE)
  • Math Part 2 (DONE)
  • Math Part 3 (DONE)
  • Strings (WIP)
  • Control Flow (DONE)
  • Images (WIP)
  • Sparse Tensors (DONE)
  • Neural Network Part 1 (DONE)
  • Neural Network Part 2 (DONE)
  • Neural Network Part 3 (WIP)
  • Seq2Seq (DONE)
  • Audio_Processing (DONE)

Enjoy!

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].