#725 · Primary category: Education & Research

TensorFlow2.0-Examples

convolutional-neural-network dcgan-tensorflow deep-learning deep-neural-networks fcn8s gan image-classification linear-regression machine-learning object-detection pix2pix reinforcement-learning resnet tensorflow tensorflow-examples tensorflow2 unet-image-segmentation vgg16 yolov3

🙄 Difficult algorithm, Simple code.

Project last updated:03/25/23

GitHub Stars

1.7K

Forks

661

Contributors

3

License

MIT

Why we included this project

The TensorFlow 2.x API changed enough that many older tutorials no longer run as written, so working code in the new API is worth more than another pass over the theory. This collection covers each topic with both a Jupyter notebook and a standalone Python script, ranging from basic tensor operations up through convolutional networks, YOLOv3 object detection, U-Net and FCN8s segmentation, and generative models like DCGAN and pix2pix. The examples stay small and readable, which makes them useful as a baseline to adapt for your own task or to trace how a model fits together. It is organized as a study path rather than a production toolkit, so treat it as a learning resource and a place to borrow patterns from instead of a library to drop into a deployed system.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category