🖥   List of Courses                                         🌀 Home Page

Built with Udacity

🔗   UDACITY bio110 Tales from the Genome


Reflections

Lesson 5-6

Lesson 7-8

Lesson 9-10

Exam 2

🕸   UDACITY cs215 Intro to Algorithms


Reflections

Lesson 1-2

Lesson 3-4

Lesson 5-6

Lesson 7-F

📊   UDACITY ud359 Intro to Data Science


Reflections

Lesson 1-2

Lesson 3-4

Lesson 5

Project

📊   UDACITY ud827 Intro to Descriptive Statistics

Lesson 1-7

📊   UDACITY ud501 Machine Learning for Trading


Reflections

Lesson 1

Lesson 2

Lesson 3

🤖   UDACITY ud600 Introduction To Reinforcement Learning


Reflections

Lesson 1-2

Lesson 3-4

Lesson 5-6

Lesson 7-8

Lesson 9-10

Lesson 11-12

Lesson HW

🤖   UDACITY ud730 Deep Learning


Reflections

Lesson 1-2

Lesson 3

Lesson 4

Lesson 5

Lesson 6

Project

🤖   UDACITY cs373 Artificial Intelligence for Robotics


Reflections

Sections 1-3

Sections 4-7

Sections 8-11

Sections 12-14

Sections 15-18

Sections 19-22

Section 23P

In [1]:
%%html
<style>
@import url('https://fonts.googleapis.com/css?family=Orbitron|Roboto');
body {background-color:#CBE5FA;}
h1,h3 {color:#3883C2; font-family:Orbitron; text-shadow:4px 4px 4px #aaa;}
h2,summary {color:#346187; font-family:Orbitron; text-shadow:4px 4px 4px #aaa;}
h4,a {color:#slategray; font-family:Roboto;}
div.input_prompt {color:white} 
div.text_cell_render {color:slategray}
span {text-shadow:4px 4px 4px #ccc;}   
</style>
<script>
code_show=true; 
function code_display() {
    if (code_show) {
        $('div.input').each(function(id) {
            if (id==0 || $(this).html().indexOf('hide_code')>-1) {$(this).hide();}
        });
        $('div.output_prompt').css('opacity',0);
    } else {
        $('div.input').each(function(id) {$(this).show();});
        $('div.output_prompt').css('opacity',1);
    };
    code_show=!code_show;
} 
$(document).ready(code_display);
</script>
<form action="javascript: code_display()">
<input style="color:slategray; font-family:Orbitron; background:#CBE5FA; opacity:.8;" \ 
type="submit" value="click to display or hide code cells">
</form>