Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alimirzaei/TSFS
/ functions
Functions
31 in github.com/alimirzaei/TSFS
⨍
Functions
31
◇
Types & classes
1
↓ 7 callers
Method
train_fs_network
(self,X , rep=None,l1=.01, name='fs_nn.hd5',loss='mse', batch_size=32, epochs = 10)
RRFS.py:41
↓ 1 callers
Function
evaluate_classification
(selected_features, y)
utils.py:61
↓ 1 callers
Function
getCodes
(X)
mnist_model.py:6
↓ 1 callers
Function
getSyntheticDataset
(N = 10000,type = 'linear', indep = 5, dep = 4)
utils.py:25
↓ 1 callers
Function
main
()
test_all.py:15
↓ 1 callers
Function
sigmoid
(x)
utils.py:22
Function
GAFS
(X, y=None, dataset=None, **kwargs)
methods.py:165
Function
MCFS
(X, y=None, **kwargs)
methods.py:114
Method
__init__
(self, dim,l1=.01, hidden=10, loss='mse')
RRFS.py:15
Function
aefs
(X, y=None, **kwargs)
methods.py:106
Method
bias_init
(self,shape, dtype=None)
RRFS.py:30
Function
evaluate_clustering
(selected_features,y)
utils.py:49
Function
evaluate_reconstruction
(X, selected_features)
utils.py:67
Method
kernel_init
(self,shape, dtype=None)
RRFS.py:27
Function
laplacian_score
(X, y=None, **kwargs)
methods.py:87
Method
layer1_reg
(self, weight_matrix)
RRFS.py:64
Function
load_data
(dir ='/home/ali/Datasets/Channel', SNR = 22)
utils.py:12
Function
loss_mse
(y, y_true)
RRFS.py:10
Function
my_autoencoder
(X, y=None, l1 = .1, n_components=2, **kwargs)
methods.py:134
Function
my_isomap
(X, y=None, l1 = .1, n_components=2, **kwargs)
methods.py:26
Function
my_lle
(X, y=None,l1 = .1, n_components=2, **kwargs)
methods.py:50
Function
my_mds
(X, y=None,l1 = .1, n_components=2, **kwargs)
methods.py:62
Function
my_se
(X, y=None,l1 = .1, n_components=2, **kwargs)
methods.py:75
Function
my_supervised_mnist
(X, y=None, l1=.1, **kwargs)
methods.py:16
Function
my_tsne
(X, y=None,l1 = .1, n_components=2, **kwargs)
methods.py:38
Function
sup_CIFE
()
methods.py:161
Function
sup_fisher
()
methods.py:158
Function
sup_ttest
()
methods.py:154
Function
supervised_mrmr
(X, y=None, **kwargs)
methods.py:12
Method
train_representation_network
(self, X, name = 'representation_nn.hd5',batch_size=32, epochs = 10)
RRFS.py:33
Function
udfs_score
(X, y, gamma=.1, **kwargs)
methods.py:100