Your byte size news and commentary from Silicon Valley the land of startup vanities, coding, learn-to-code and unicorn billionaire stories.
Ad
Tuesday, January 30, 2018
Softmax function 101 in minutes beginner tutorial
Code your own softmax function in minutes for learning deep learning, neural networks, machine learning
Inspired by an Udacity slide, this tutorial shows you how softmax function works. It's no replacement of production grade highly optimized softmax function, but it gives you a good idea.
Monday, January 29, 2018
Conway's The Game of Life - as a coding interview in python
Wednesday, January 24, 2018
Udacity finally launches flying car nanodegree Jan 2018
See information below link here
Finding outliers two standard deviations above mean machine learning notes 001
It's by no means the most robust, but in practice, it may prove to be handy and easy to implement.
Free webhosting with Github in 5 minutes HD
Tuesday, January 23, 2018
Understanding Softmax Function 101
First of all we have a vector of y_i, outputs of connected layers of neurons aka weights and features - dot product.
[1, 2, 3, 4]
sum_of_all_e_exp = e^1 + e^2 + e^3 + e^4
the first output is
p_0 = e^1 / sum_of_all_e_exp
Sunday, January 14, 2018
Udacity Digital Marketing Nanodegree preview
Udacity Digital Marketing Nanodegree offers real world marketing practice. You get a real budget and play with real world professional tools like MailChimp, Hubspot, Google AdWords, Facebook Ad, ... There's no guarantee for jobs but that's a solid starting point for practicing and getting your hands dirty with all the marketing tools. What I like is that at the end of course, you will get a full portfolio to show. I was able to get to weekly top list and ultimately get to 150000 impressions. That's a solid experience despite the tiny real world budget! And I got some experience managing Udacity's account get a preview of the one million dollar account.
Monday, January 8, 2018
Bloc Online Web Development Bootcamp Info Session
I have watched Bloc's free webinar on Alexa Skills development it was quite good!
Monday, January 1, 2018
Famous Websites Build with Ruby and Ruby on Rails
- Airbnb
- Bleacher Report (sports news media site)
- Bloomberg BusinessWeek
- Dribbble
- Fiverr
- Github !!
- Hulu, IndieGOGO, KickSTarter, Groupon, GoodRead, Funny or Die, One Month Rails — a YCombinator startup, Codecademy.com, BaseCamp, Square, Strava, ThemeForest, Shopify… you get the idea.
- Shopify heavily uses Ruby and Python. Shopify also has a Rails generator for development, used by Shopify Partners
- Google Sketch Up
- Basecamp
- NASA Research — Langley Research Center, 37Signal, LiveRamp (marketing, cookie browser data)
- Did you know that Ruby Motion lets you code iOS apps using Ruby?
- Johns Hopkins Ruby on Rails on Coursera
- Michael Hartl’s Ruby on Rails tutorials for beginners
- RailsCast
- One Month Rails Security
React UI, UI UX, Reactstrap React Bootstrap
React UI MATERIAL Install yarn add @material-ui/icons Reactstrap FORMS. Controlled Forms. Uncontrolled Forms. Columns, grid
-
This review is updated continuously throughout the program. Yay I just joined the Udacity Nanodegree for Digital Marketing! I am such an Uda...
-
Can hack schools solve Silicon Valley's talent crunch? The truth about coding bootcamps and the students left behind http://t.co/xXNfqN...
-
The bogus request from P2PU to hunt for HTML tags in real life has yielded a lot of good thoughts. My first impression was that this is stup...