Commit graph

908 commits

Author SHA1 Message Date
Grant Sanderson
2697c48bf4 Preliminary end to animations of putnam.py 2017-12-07 10:18:30 -08:00
Grant Sanderson
185097de58 RevisitTwoDCase of putnam.py 2017-12-06 21:09:27 -08:00
Grant Sanderson
9aa83053cc More progress in putnam.py 2017-12-06 15:18:15 -08:00
Grant Sanderson
3b5dea9a75 Nice to be able to have a random seed in the configuration of Scenes 2017-12-06 15:17:59 -08:00
Grant Sanderson
81d201e983 Partial completion of ChooseThreeFromFive in eop/combination after rewrite 2017-12-05 12:21:22 -08:00
Grant Sanderson
1e8b10edb0 InitialFiveChooseThreeExample of eop/combinations 2017-12-04 09:26:34 -08:00
Grant Sanderson
d585cc8edf Rewrite of eop/combinations intro 2017-12-03 16:22:24 -08:00
Grant Sanderson
1770bb12d8 Further eop/combinations progress 2017-12-01 16:42:57 -08:00
Grant Sanderson
0399b54b9a PascalsTriangle in eop/combinations 2017-11-30 12:02:55 -08:00
Anthony Northrup
f05dd416a4
Corrected partial_bezier_points
An explanation of why I changed this can be found here:
https://codepen.io/anthonynorthrup314/full/qVLWJY/
2017-11-30 12:48:03 -05:00
Grant Sanderson
0e7fbe73b8 BuildFiveFromFour of eop/combinations 2017-11-29 15:12:39 -08:00
Grant Sanderson
e95acbdce7 Beginning combinations video 2017-11-29 10:11:41 -08:00
Grant Sanderson
5dcdf98a48 Playing with domino data 2017-11-26 13:29:57 -08:00
ddxtanx
80dda4eb28 Merge branch 'master' of https://github.com/3b1b/manim 2017-11-22 19:06:23 -06:00
Grant Sanderson
6093780215 Finished nn/part3 2017-11-07 16:11:36 -08:00
Grant Sanderson
b07b9507d0 Change patreon thanks default 2017-11-02 22:58:54 -07:00
Grant Sanderson
4429b9bbc6 Many tweaks upon editing the video 2017-11-02 22:58:42 -07:00
Grant Sanderson
109bff8a27 Finished GeneralFormulas of nn/part3 2017-10-31 10:59:17 -07:00
Grant Sanderson
cfa9aba0ce Beginning GeneralFormulas of nn/part3 2017-10-31 07:41:33 -07:00
Grant Sanderson
a2e8d0aab9 Change default Write run_time 2017-10-31 07:41:20 -07:00
Grant Sanderson
065de1af0c Finished SimplestNetworkExample in nn/part3 2017-10-30 15:28:48 -07:00
Grant Sanderson
ac079f182a Up through chain rule in SimplestNetworkExample of nn/part3 2017-10-27 15:12:29 -07:00
Grant Sanderson
76ea80230d Arrow bug fix 2017-10-27 15:12:11 -07:00
Grant Sanderson
6625e4ee16 Up to derivatives in SimplestNetworkExample of nn/part3 2017-10-27 13:00:28 -07:00
Grant Sanderson
34b4ea089c Up to derivatives in self.revert_to_original_skipping_status() 2017-10-27 12:59:54 -07:00
Grant Sanderson
589fd5e028 Small fix so curved arrows look better 2017-10-27 12:59:38 -07:00
Grant Sanderson
e5490913a8 Further SimplestNetworkExample practice 2017-10-26 23:26:12 -07:00
Grant Sanderson
a92e03a9b8 First few methods of SimplestNetworkExample 2017-10-26 21:31:11 -07:00
Grant Sanderson
b9aec1e907 Removed condition from Mobject.highlight 2017-10-26 21:30:59 -07:00
Grant Sanderson
0d8a713950 ChangingDecimal should default to its mobjects number of decimal points 2017-10-26 21:30:24 -07:00
Grant Sanderson
f95e9c2a17 Just setting up the long SimplestNetworkExample 2017-10-26 16:30:54 -07:00
Grant Sanderson
4442acd3c9 OrganizeDataIntoMiniBatches in nn/part3 2017-10-26 12:29:52 -07:00
Grant Sanderson
4ea7a29628 Finished WalkThroughTwoExample in nn/part3 2017-10-25 14:21:12 -07:00
Grant Sanderson
fae819695a There's some (as of yet unresolved) bug associated with fill colors when they become negative during an animation 2017-10-25 14:20:45 -07:00
Grant Sanderson
24d6c7bbef More WalkThroughTwoExample progress in nn/part3 2017-10-24 20:16:25 -07:00
Grant Sanderson
f15f5d153e Remove cleanup redundancy 2017-10-24 20:16:16 -07:00
Grant Sanderson
7f14e9b844 Partial progress through long WalkThroughTwoExample scene in nn/part3 2017-10-24 13:42:11 -07:00
Grant Sanderson
3d9d3be142 A few scene bug fixes 2017-10-24 13:41:28 -07:00
Grant Sanderson
de0e156444 Slight alterations and bug fixes 2017-10-24 13:41:04 -07:00
Grant Sanderson
0ba007bf21 added cleanup to ShowCreationThenDestruction 2017-10-24 13:27:37 -07:00
Grant Sanderson
20318cb9d2 ShowAveragingCost of nn/part3 2017-10-23 15:48:05 -07:00
Grant Sanderson
8a5d63917f Refactor of layer activations in nn 2017-10-23 15:47:50 -07:00
Grant Sanderson
80eae62232 GetLostInNotation in nn/part3 2017-10-20 17:10:47 -07:00
Grant Sanderson
1db52f7e6d InterpretGradientComponents in nn/part3 2017-10-20 16:30:33 -07:00
Grant Sanderson
c5891ce25e Tweaks to GradientNudging in nn/part2 2017-10-20 16:29:58 -07:00
Grant Sanderson
666fe16e8c set_variables_as_attrs method on Scene 2017-10-20 16:29:30 -07:00
Grant Sanderson
065a34fb51 Change default frame rate back to 60fps 2017-10-20 16:29:00 -07:00
Grant Sanderson
b8e5578ab0 Beginning backpropagation animations 2017-10-19 14:32:26 -07:00
Grant Sanderson
cb1dd8a6c1 Make initial animation of GradientNudging a bit cleaner 2017-10-19 14:32:12 -07:00
Grant Sanderson
67cc62a623 Introduced BulletedList 2017-10-19 14:31:55 -07:00