File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 43
43
* [ Binary Shifts] ( bit_manipulation/binary_shifts.py )
44
44
* [ Binary Twos Complement] ( bit_manipulation/binary_twos_complement.py )
45
45
* [ Binary Xor Operator] ( bit_manipulation/binary_xor_operator.py )
46
+ * [ Bitwise Addition Recursive] ( bit_manipulation/bitwise_addition_recursive.py )
46
47
* [ Count 1S Brian Kernighan Method] ( bit_manipulation/count_1s_brian_kernighan_method.py )
47
48
* [ Count Number Of One Bits] ( bit_manipulation/count_number_of_one_bits.py )
48
49
* [ Gray Code Sequence] ( bit_manipulation/gray_code_sequence.py )
514
515
* [ Logistic Regression] ( machine_learning/logistic_regression.py )
515
516
* Lstm
516
517
* [ Lstm Prediction] ( machine_learning/lstm/lstm_prediction.py )
518
+ * [ Mfcc] ( machine_learning/mfcc.py )
517
519
* [ Multilayer Perceptron Classifier] ( machine_learning/multilayer_perceptron_classifier.py )
518
520
* [ Polynomial Regression] ( machine_learning/polynomial_regression.py )
519
521
* [ Scoring Functions] ( machine_learning/scoring_functions.py )
752
754
* [ Basic Orbital Capture] ( physics/basic_orbital_capture.py )
753
755
* [ Casimir Effect] ( physics/casimir_effect.py )
754
756
* [ Centripetal Force] ( physics/centripetal_force.py )
757
+ * [ Coulombs Law] ( physics/coulombs_law.py )
755
758
* [ Grahams Law] ( physics/grahams_law.py )
756
759
* [ Horizontal Projectile Motion] ( physics/horizontal_projectile_motion.py )
757
760
* [ Hubble Parameter] ( physics/hubble_parameter.py )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments