Commit graph

868 commits

Author SHA1 Message Date
Grant Sanderson
454bf49f8c
Merge branch 'master' into patch-2 2017-12-09 14:19:00 -08:00
Grant Sanderson
302433aa37
Merge pull request #44 from cclauss/patch-3
Add missing close bracket: }
2017-12-09 14:05:22 -08:00
Grant Sanderson
92caddc7b6
Merge pull request #45 from cclauss/patch-4
Remove stray backtick: `
2017-12-09 14:05:04 -08:00
Grant Sanderson
1b74e5a2d4
Merge pull request #51 from ddxtanx/master
Change "print " lines to "print(" lines
2017-12-09 14:04:36 -08:00
Grant Sanderson
5db6f3706f
Merge pull request #57 from anthonynorthrup314/master
Corrected partial_bezier_points
2017-12-09 14:04:11 -08:00
Grant Sanderson
1d5dcd2705 Moving putnam.py to old_projects 2017-12-09 14:02:01 -08:00
Grant Sanderson
f46f7479ae Quick messy scene for analyzing dominos 2017-12-09 14:01:36 -08:00
Grant Sanderson
f7051c468d putnam video published 2017-12-08 17:57:44 -08:00
Grant Sanderson
a74743d384 New Endscreen 2017-12-08 17:57:32 -08:00
Grant Sanderson
2c1bd83ba8 Seed randomness by default 2017-12-07 10:18:46 -08:00
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