commit
ff5ca6927f
@ -0,0 +1,9 @@
|
||||
This dataset consists of electronics product reviews associated with
|
||||
binary labels (positive/negative) for sentiment classification.
|
||||
|
||||
The preprocessed data can be downloaded by script `get_data.sh`.
|
||||
The data was derived from reviews_Electronics_5.json.gz at
|
||||
|
||||
http://snap.stanford.edu/data/amazon/productGraph/categoryFiles/reviews_Electronics_5.json.gz
|
||||
|
||||
If you want to process the raw data, you can use the script `proc_from_raw_data/get_data.sh`.
|
@ -1 +0,0 @@
|
||||
./data/pred.txt
|
@ -1,2 +0,0 @@
|
||||
the device is cute , but that 's just about all that 's good. the specs are what you 'd expect : it 's a wifi mic , with some noise filter options. the app has the option to upload your baby 's name and photo , which is a cutesy touch. but the app is otherwise unstable and useless unless you upgrade for $ 60 / year.set up involves downloading the app , turning on the mic , switching your phone to the wifi network of the mic , telling the app your wifi settings , switching your wifi back to your home router. the app is then directly connected to your mic.the app is adware ! the main screen says " cry notifications on / off : upgrade to evoz premium and receive a text message of email when your baby is crying " .but the adware points out an important limitation , this monitor is only intended to be used from your home network. if you want to access it remotely , get a webcam. this app would make a lot more sense of the premium features were included with the hardware .
|
||||
don 't be fooled by my one star rating. if there was a zero , i would have selected it. this product was a waste of my money.it has never worked like the company said it supposed to. i only have one device , an iphone 4gs. after charging the the iphone mid way , the i.sound portable power max 16,000 mah is completely drained. the led light no longer lit up. when plugging the isound portable power max into a wall outlet to charge , it would charge for about 20-30 minutes and then all four battery led indicator lit up showing a full charge. i would leave it on to charge for the full 8 hours or more but each time with the same result upon using. don 't buy this thing. put your money to good use elsewhere .
|
@ -0,0 +1,14 @@
|
||||
ABOUT
|
||||
=======
|
||||
|
||||
PaddlPaddle is an easy-to-use, efficient, flexible and scalable deep learning platform,
|
||||
which is originally developed by Baidu scientists and engineers for the purpose of applying deep learning to many products at Baidu.
|
||||
|
||||
PaddlePaddle is now open source but far from complete, which is intended to be built upon, improved, scaled, and extended.
|
||||
We hope to build an active open source community both by providing feedback and by actively contributing to the source code.
|
||||
|
||||
|
||||
Credits
|
||||
--------
|
||||
|
||||
We owe many thanks to `all contributors and developers <https://github.com/PaddlePaddle/Paddle/blob/develop/authors>`_ of PaddlePaddle!
|
@ -1,7 +0,0 @@
|
||||
Algorithm Tutorial
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
rnn/rnn.rst
|
@ -1 +0,0 @@
|
||||
../../demo/sentiment_analysis/bi_lstm.jpg
|
@ -1 +0,0 @@
|
||||
../../demo/text_generation/encoder-decoder-attention-model.png
|
@ -1,5 +1,5 @@
|
||||
DataProvider Introduction
|
||||
=========================
|
||||
Introduction
|
||||
==============
|
||||
DataProvider is a module that loads training or testing data into cpu or gpu
|
||||
memory for the following triaining or testing process.
|
||||
|
@ -1,5 +1,5 @@
|
||||
How to use PyDataProvider2
|
||||
==========================
|
||||
PyDataProvider2
|
||||
=================
|
||||
|
||||
We highly recommand users to use PyDataProvider2 to provide training or testing
|
||||
data to PaddlePaddle. The user only needs to focus on how to read a single
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue