All Projects → ralphbrooks → Tensorflow Tutorials

ralphbrooks / Tensorflow Tutorials

Series of Tensorflow Tutorials

Projects that are alternatives of or similar to Tensorflow Tutorials

Presence
The code for Presence - a kinetic sculpture that detects a viewer's gaze in real-time using a neural network and moves in response to the gaze
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Machinelearning
Machine learning algorithms implemented by pure numpy
Stars: ✭ 905 (+4013.64%)
Mutual labels:  jupyter-notebook
Hacktoberfest 2k19
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Computer Vision Action
computer vision learning, include python machine learning action; computer vision based on deep learning ;coursera deeplearning.ai and other cv learning materials collect ...
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Breast Cancer Prediction
Predicting the probability that a diagnosed breast cancer case is malignant or benign based on Wisconsin dataset
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Ml Spec
Code for Coursera's Machine Learning and Data Analysis specialization
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Gfc
Documentation, data, and some source code for challenge participants.
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Spark Scala Tutorial
A free tutorial for Apache Spark.
Stars: ✭ 907 (+4022.73%)
Mutual labels:  jupyter-notebook
Machinelearningexp
MachineLearningExp.com projects
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Python
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Aind Constraint satisfaction
Constraint Satisfaction Problem lab to solve the N-Queens problem
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Covid 19 Detection
Detecting Covid-19 from X-ray
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Echo State Networks
Echo State Networks with TensorFlow
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Cose474
COSE474: Deep Learning @ Korea University
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Coffee boat
☕⛵WIP PySpark dependency management
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Blog
A collection of resources and Jupyter notebooks from my blog.
Stars: ✭ 19 (-13.64%)
Mutual labels:  jupyter-notebook
Recommendation System Practice Notes
《推荐系统实践》代码与读书笔记,在线阅读地址:https://relph1119.github.io/recommendation-system-practice-notes
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Python
Python code for YouTube videos.
Stars: ✭ 903 (+4004.55%)
Mutual labels:  jupyter-notebook
Pyncov 19
Pyncov-19: Learn and predict the spread of COVID-19
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook

tensorflow-tutorials

The following tutorials show how to create a NLP classifier that achieves 84% accuracy on the classification of Yelp store reviews with 738 training examples.

This repository consists of the following:

1-Construct-TensorFlow-Data-Pipeline.ipynb - This is a Jupyter notebook created in AWS Sagemaker that shows how to create a data pipeline in Tensorflow.

2-Sentiment-Classification-with-BERT.ipynb - This is a Jupyter notebook that takes information created in 1-TFRecord and uses it as the basis of a NLP classifier. This notebook utilizes Huggingface's Transformers library and a language model called BERT.

3-How-to-use-Saved-Model.ipynb - This is some example code that shows how to utilize a TensorFlow SavedModel.

bert_config.json - This contains the parameters that configure the Huggingface library.

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