Skip to content

Instantly share code, notes, and snippets.

View Z30G0D's full-sized avatar

Tomer Nahshon Z30G0D

View GitHub Profile
@Z30G0D
Z30G0D / Titanic competition
Last active December 31, 2017 10:07
This file describes the titanic competition
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Titanic - Kaggle Competition\n",
"## Hey all!\n",
"This will be my first Python notebook depicting my code for the kaggle contest \"Titanic\".\n",
"The competition page is __[Here](https://www.kaggle.com/c/titanic#evaluation)__\n",
@Z30G0D
Z30G0D / Housing Prices
Last active January 8, 2018 12:34
This notebook depicts the regression challenge in kaggle and my solution for it
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Housing Prices from Kaggle\n",
"# My second competition from kaggle\n",
"\n",
"Hey, this will be my second kaggle competition after the titanic challenge.\n",
@Z30G0D
Z30G0D / Udacity deep learning ex 2
Last active January 17, 2018 08:56
Second exercise of udacity course in deep learning
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "kR-4eNdK6lYS"
},
"source": [
"Deep Learning\n",
@Z30G0D
Z30G0D / Udacity deep learning assignment 1
Created January 17, 2018 08:59
FIrst Exercise of the Udacity deep learning course
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "5hIbr52I7Z7U"
},
"source": [
"Deep Learning\n",
@Z30G0D
Z30G0D / Udacity deep learning Assignment 3
Created January 17, 2018 09:02
Third assignment of Udacity's Deep learning course
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "kR-4eNdK6lYS"
},
"source": [
"Deep Learning\n",
@Z30G0D
Z30G0D / Udacity deep learning - assignment 4
Created January 17, 2018 09:07
Fourth assignment of Udacity Deep learning course
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "4embtkV0pNxM"
},
"source": [
"Deep Learning\n",
@Z30G0D
Z30G0D / Coursera_Multiclass_Ex3
Created January 20, 2018 12:03
Coursera's machine learning course - multi class logistic classification
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Exercise 3 - Multiclass classification\n",
"## Hello all!\n",
"\n",
"This will be my featured solution for the Execise number 3 in the coursera machine learning course by Andrew NG.\n",
@Z30G0D
Z30G0D / Coursera_Linear Regression
Created January 24, 2018 19:25
Coursera's machine learning course,
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Exercise 1- Andrew NG Machine Learning Course\n",
"## Hey all!\n",
"This is the first task from Andrew NG course of machine learning concerning simple linear regression.\n",
"I implemented the exercise in python but the original implementation is in MATLAB.\n",
@Z30G0D
Z30G0D / Elipse_detector
Last active February 7, 2018 10:55
Elipse detector
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Elipse detector through DL neural network\n",
"## Hey, this is my solution for the task.<br>\n",
"First we are going to build are dataset according to the guidelines given.\n",
"<br>\n",
@Z30G0D
Z30G0D / Naive_bayes_classifier
Created February 13, 2018 09:29
A simple naive bayes classifier for spam emails
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Naive Bayes Classifier\n",
"## Spam emails classifier\n",
"\n",
"Hello all, I wanted to build a spam classifier based on the naive bayes classifier.<br>\n",