Skip to content

Instantly share code, notes, and snippets.

View raineydavid's full-sized avatar
🎯
Hit the spot

L David raineydavid

🎯
Hit the spot
View GitHub Profile
@raineydavid
raineydavid / bobross.css
Created March 9, 2020 14:33 — forked from thomaspark/bobross.css
Bob Ross’ color palette in CSS
.sap-green {
background-color: #0A3410;
}
.sap-green-text {
color: #0A3410;
}
.sap-green-border {
border-color: #0A3410;
}
Task Time required Assigned to Current Status Finished
Calendar Cache > 5 hours @georgehrke in progress - [x] ok?
Object Cache > 5 hours @georgehrke in progress [x] item1
[ ] item2
Object Cache > 5 hours @georgehrke in progress
  • item1
  • item2
Object Cache > 5 hours @georgehrke in progress
  • item1
  • item2
  • works
  • works too
@raineydavid
raineydavid / supervised_ml_with_scikitlearn_tutorial.py
Created January 16, 2020 06:41 — forked from FrancoisMB/supervised_ml_with_scikitlearn_tutorial.py
The goal of this gist is to display how scikit learn works
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 26 18:32:47 2017
Supervised machine learning with scikit learn
L'objectif de ce tutoriel est de vous introduire à la manipulation de scikit-learn.
Pour cela, on charge en mémoire de la donnée avant de voir comment mettre sur pied des modèles de machine learning supervisés.
On verra ensuite comment ensembler les modèles, puis comment utiliser les procédures de cross-validation, comment utiliser la fonctionnalité de grid search (ainsi qu'un module supplémentaire s'intégrant très bien à scikit-learn, qui permet de faire du grid search évolutionnaire), comment utiliser la fonctionnalité d'élimination récursive des features.
Notez que le but de ce tutoriel est de comprendre comment un objet "modèle" peut être passé pour être transformé en objet "modèle cross validé" puis à nouveau passé pour être transformé en objet "modèle cross validé optimisé via grid search", puis à nouveau pour être transformé en "modèle ensemblé résultant de plusieurs modèles qui ont été cro
@raineydavid
raineydavid / cnn_age_gender_demo_with_image_crop.py
Created December 29, 2019 08:45 — forked from victoriastuart/cnn_age_gender_demo_with_image_crop.py
Caffe - age, gender CNN with image crop ...
#!/usr/bin/env python
# coding: utf-8
"""AGE AND GENDER CLASSIFICATION USING CONVOLUTIONAL NEURAL NETWORKS - DEMO
This code is originates with the paper:
Gil Levi and Tal Hassner, "Age and Gender Classification Using Convolutional Neural Networks,"
IEEE Workshop on Analysis and Modeling of Faces and Gestures (AMFG), at the IEEE Conf. on
Computer Vision and Pattern Recognition (CVPR), Boston, June 2015
@raineydavid
raineydavid / inline-translator.md
Created December 16, 2019 20:02 — forked from 0vulns/inline-translator.md
Create real-time/inline translator for VoIP calls.

Create real-time/inline translator for VoIP calls

Hey! Surely everybody tested Skype Translator and liked it,So if you want your own continue.


@raineydavid
raineydavid / DL0320EN-1-1-LoadingtheData_PyTorch.ipynb
Created October 14, 2019 02:29
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@raineydavid
raineydavid / DL0320EN-1-2-LoadingtheData_Keras.ipynb
Created October 14, 2019 02:29
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@raineydavid
raineydavid / DL0320EN-2-1-PreprocessingData_PyTorch.ipynb
Created October 14, 2019 02:29
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@raineydavid
raineydavid / DL0320EN-2-2-PreprocessingData_Keras.ipynb
Created October 14, 2019 02:29
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@raineydavid
raineydavid / DL0320EN-3-1-BuildingModel_PyTorch.ipynb
Created October 14, 2019 02:28
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.