π Β Github Repository Β Built with Udacity Β Certificate
Program Projects
Interactive Reports with SageMathCell
π Β Github Repository Β Built with Udacity Β Certificate
Practice Projects
π Β Github Repository
P0: Image Classification
P1: Neural Networks for Regression
P2: Multi-Label Classification
P3: Parts of Speech
In ProgressP4: Style Recognition
P5: Decor Recognition & Colorization
decor_classification.ipynb π
style_transfer.ipynb π
style_transfer_2.ipynb π
π Β My Own Practice Programs π
π Β Kaggle & Google Colaboratory Practice π
π Β Various Exam Exercises π
π Β Reflections for Courses and Programs π
π Β Github Repository Β Built with Udacity
Practice Projects
Notebooks
Udacity_Interview_Practice.ipynb Β π
Udacity_Technical_Interview_Practice_Lessons.ipynb Β π
Udacity_Technical_Interview_Practice_Project.ipynb Β π
π Β Blocks π
My Examples of Blocks π
π Β GitHub Gist π
My Examples of GitHub Gist π
π Β COCALC π
π Β Google Colaboratory π
π Β Wolfram Cloud π
π Β Microsoft AML Studio π
%%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>