Skip to content

OlgaBelitskaya/OlgaBelitskaya.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ™ Β  Certificated Projects

πŸ“‘ Β  Machine Learning Engineer Nanodegree


Program Projects

P4: Train a Smartcab to Drive Β  Version 0 Β  Version 1

P5: Build a Digit Recognition Program Β  Step 1 Β  Step 2 Β  Step 3

P6: Capstone Project Β  Version 0 Β  Version 1 Β  Proposal Β  Report

P9: Image Classification Β  Version 0 Β  Version 3



Practice Projects

PP4: Part 1 Β  Part 2 Β  Part 3 Β  Part 4 Β  Part 5 Β  Part 6



Interactive Reports with SageMathCell


πŸ“‘ Β  Data Analyst Nanodegree


Practice Projects


πŸ™ Β  My Own Experimental Projects

πŸ“‘ Β  Deep Learning Practice

🌐   Github Repository


P0: Image Classification

Colaboratory Notebooks

flower_classification.ipynb πŸ“–


P1: Neural Networks for Regression

Colaboratory Notebooks

boston_regression.ipynb πŸ“–


P2: Multi-Label Classification

Colaboratory Notebooks

letter_recognition.ipynb πŸ“–
letter_generator.ipynb πŸ“–


P3: Parts of Speech In Progress


P4: Style Recognition

Colaboratory Notebooks

style_recognition.ipynb πŸ“–


P5: Decor Recognition & Colorization

Colaboratory Notebooks

decor_classification.ipynb πŸ“–
style_transfer.ipynb πŸ“–
style_transfer_2.ipynb πŸ“–

πŸ™ Β  Online Training Courses & Exercises

πŸ“‘ Β  My Own Practice Programs 🌐

πŸ“‘ Β  Kaggle & Google Colaboratory Practice 🌐

πŸ“‘ Β  Various Exam Exercises 🌐

πŸ“‘ Β  Reflections for Courses and Programs 🌐



πŸ™ Β  Under Construction Projects

πŸ“‘ Β  Deep Learning Nanodegree


Practice Projects


πŸ“‘ Β  Interview and Technical Interview Practice.


Notebooks

Udacity_Interview_Practice.ipynb   🌐

Udacity_Technical_Interview_Practice_Lessons.ipynb   🌐

Udacity_Technical_Interview_Practice_Project.ipynb   🌐


πŸ™ Β  Useful Web Links for Online Training

πŸ“‘ Β  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>
<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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages