lyhue1991/eat_tensorflow2_in_30_days 8378
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
lyhue1991/eat_pytorch_in_20_days 2119
Pytorch🍊🍉 is delicious, just eat it! 😋😋
lyhue1991/eat_pyspark_in_10_days 105
pyspark🍒🥭 is delicious,just eat it!😋😋
basic git commands list!
lyhue1991/DeepLearning-500-questions 10
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
a simple but useful tool to do Exploratory Data Analysis
🎨 Python Echarts Plotting Library
lyhue1991/100-Days-Of-ML-Code 4
100-Days-Of-ML-Code中文版
lyhue1991/hands_on_Ml_with_Sklearn_and_TF 2
OReilly Hands On Machine Learning with Scikit Learn and TensorFlow (Sklearn与TensorFlow机器学习实用指南)
pull request commentalteryx/featuretools
List primitive input types and return type
Can we change the column name input_types
to valid_inputs
and have rows in that column consist of a string listing each unique variable type present in that primitives input_types
? So for Haversine, valid_inputs
would be "LatLong"
, whereas GreaterThan would be "Datetime, Numeric, Ordinal"
comment created time in 43 minutes
created tagalteryx/featuretools
An open source python library for automated feature engineering
created time in an hour
created tagalteryx/featuretools
An open source python library for automated feature engineering
created time in an hour
issue closedapple/turicreate
Export model as TensorFlow SavedModel format
Hi,
first of all thanks for you work and effort with TuriCreate.
As I already saw, you are using tensorflow for some tasks, therefore, I was wondering: is it possible to export the model as SavedModel format ?
Regards, Xavi
closed time in 5 hours
xpegenauteissue commentapple/turicreate
Export model as TensorFlow SavedModel format
You are correct many of our models use TensorFlow when running on Linux or on older versions of macOS. However TuriCreate does not have the ability to export to any TensorFlow format. That being said, it's certainly something that would be possible. Is there a particular model type that you are interested in exporting to TensorFlow?
We are already tracking this issue in #2930. So I'm going to close this issue as a duplicate.
comment created time in 5 hours
pull request commentalteryx/featuretools
List primitive input types and return type
Codecov Report
Merging #1341 (d30c9bd) into main (6f7cead) will increase coverage by
0.19%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #1341 +/- ##
==========================================
+ Coverage 98.38% 98.58% +0.19%
==========================================
Files 135 135
Lines 14496 14530 +34
==========================================
+ Hits 14262 14324 +62
+ Misses 234 206 -28
Impacted Files | Coverage Δ | |
---|---|---|
featuretools/computational_backends/utils.py | 95.54% <ø> (ø) |
|
...mputational_backend/test_feature_set_calculator.py | 100.00% <ø> (+0.36%) |
:arrow_up: |
...uretools/tests/entityset_tests/test_es_metadata.py | 100.00% <ø> (+0.59%) |
:arrow_up: |
...eaturetools/tests/entityset_tests/test_plotting.py | 100.00% <ø> (+1.63%) |
:arrow_up: |
...ols/tests/synthesis/test_deep_feature_synthesis.py | 99.29% <ø> (+0.13%) |
:arrow_up: |
featuretools/utils/plot_utils.py | 92.00% <ø> (ø) |
|
...s/computational_backends/feature_set_calculator.py | 98.70% <100.00%> (+0.01%) |
:arrow_up: |
featuretools/entityset/entityset.py | 98.77% <100.00%> (+0.81%) |
:arrow_up: |
featuretools/primitives/utils.py | 99.21% <100.00%> (+0.09%) |
:arrow_up: |
...utational_backend/test_calculate_feature_matrix.py | 99.44% <100.00%> (+<0.01%) |
:arrow_up: |
... and 8 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 019f09d...5160408. Read the comment docs.
comment created time in 6 hours
push eventalteryx/featuretools
commit sha 5160408971c06152a57f5794a35a49d7eeffb9d8
update release notes
push time in 6 hours
push eventalteryx/featuretools
commit sha 6503e91f660d64525ea2b0eaae86e40f2868e767
refactor names for input types
push time in 6 hours
PR opened alteryx/featuretools
The function list_primitives()
will also return the input types and return type of the primitive. (Closes #1184, Closes #1084)
name type dask_compatible koalas_compatible description input_types return_type
74 haversine transform False False Calculates the approximate haversine distance ... [LatLong, LatLong] Numeric
75 num_words transform True True Determines the number of words in a string by ... [NaturalLanguage] Numeric
76 absolute transform True True Computes the absolute value of a number. [Numeric] Numeric
77 time_since transform True False Calculates time from a value to a specified cu... [Datetime] Numeric
78 less_than_equal_to transform True True Determines if values in one list are less than... [[Numeric, Numeric], [Datetime, Datetime], [Or... Boolean
pr created time in 6 hours
issue openedapple/turicreate
Export model as TensorFlow SavedModel format
Hi,
first of all thanks for you work and effort with TuriCreate.
As I already saw, you are using tensorflow for some tasks, therefore, I was wondering: is it possible to export the model as SavedModel format ?
Regards, Xavi
created time in 8 hours
push eventjindongwang/transferlearning
commit sha cafa6cfd7788156d7a4ef62353d519761a209841
upd: fast another implementation of CORAL loss
push time in 10 hours
startedlyhue1991/PythonAiRoad
started time in 10 hours
startedlyhue1991/eat_pytorch_in_20_days
started time in 11 hours
startedlyhue1991/eat_tensorflow2_in_30_days
started time in 11 hours
startedlyhue1991/eat_tensorflow2_in_30_days
started time in 12 hours
startedlyhue1991/eat_tensorflow2_in_30_days
started time in 13 hours
startedlyhue1991/eat_tensorflow2_in_30_days
started time in 14 hours
issue commentaymericdamien/TensorFlow-Examples
in fact, use dense, the model need to train more than 30000 iterations , and then it will reach the acc to 0.90 + .
comment created time in 14 hours
startedlyhue1991/eat_tensorflow2_in_30_days
started time in 15 hours
startedlyhue1991/eat_tensorflow2_in_30_days
started time in 15 hours
issue openedaymericdamien/TensorFlow-Examples
def RNN(x, weights, biases):
# Prepare data shape to match `rnn` function requirements
# Current data input shape: (batch_size, timesteps, n_input)
# Required shape: 'timesteps' tensors list of shape (batch_size, n_input)
# Unstack to get a list of 'timesteps' tensors of shape (batch_size, n_input)
x = tf.unstack(x, timesteps, 1)
# Define a lstm cell with tensorflow
lstm_cell = rnn.BasicLSTMCell(num_hidden, forget_bias=1.0)
# Get lstm cell output
outputs, states = rnn.static_rnn(lstm_cell, x, dtype=tf.float32)
return tf.layers.dense(outputs[-1], num_classes, activation=None, kernel_regularizer=tf.contrib.layers.l2_regularizer(1e-2))
#return tf.matmul(outputs[-1], weights['out']) + biases['out']
use dense: the acc is 0.507 but use tf.matmul(outputs[-1], weights['out']) + biases['out']) is 0.906
created time in 16 hours
startedlyhue1991/eat_pytorch_in_20_days
started time in 18 hours