An interesting applied data science book in the realm of applied Bayesian statistics. This book is pretty thin, full-color, high quality and rather dense. It's not for beginners but it quite useful for those who deal with Google, Facebook and Optimizely data. You can purchase this book on Amazon.
Your byte size news and commentary from Silicon Valley the land of startup vanities, coding, learn-to-code and unicorn billionaire stories.
Ad
Tuesday, February 27, 2018
Natural Language Processing Book: Text Mining with R: A Tidy Approach
Natural Language Processing Book: Text Mining with R: A Tidy Approach
natural language processing book by Julia Silge |
The author created their own R package to process texts and analyze speech using R.
Your can purchase this book on Amazon, or read its library and notes here online for free: https://www.tidytextmining.com/
It's an interesting unique approach to do natural language processing.
The book is pretty thin. It's definitely an interesting specialized read.
Wednesday, February 21, 2018
Softmax function 101 in minutes tutorial
Understand softmax function in just a few minutes.
Softmax with two classes is logistic regression
Use a softmax function to turn scores (aka logits) into probabilities
Softmax with two classes is logistic regression
Friday, February 2, 2018
Getting Started with Android Development - Android Developer Resources
Android Developer Blog
https://android-developers.googleblog.com/
Android Development Glossary
https://developers.google.com/android/for-all/vocab-words/?hl=en
Here's a story how the Google I/O 2014 app was designed:
https://android-developers.googleblog.com/2014/08/material-design-in-2014-google-io-app.html
Android Developers on Google Plus
https://plus.google.com/+AndroidDevelopers
Follow Android Developers on Twitter
https://twitter.com/AndroidDev
Android Developers on Youtube
https://www.youtube.com/user/GoogleDevelopers
Popular blogs:
https://blog.stylingandroid.com/
https://chris.banes.me/
http://fragmentedpodcast.com/
https://plus.google.com/+KirillGrouchnikov
Layout https://developer.android.com/guide/topics/resources/layout-resource.html
LinearLayout https://developer.android.com/reference/android/widget/LinearLayout.LayoutParams.html
LinearLayout
https://developer.android.com/reference/android/widget/LinearLayout.html
Layout:
https://android-developers.googleblog.com/
Android Development Glossary
https://developers.google.com/android/for-all/vocab-words/?hl=en
Here's a story how the Google I/O 2014 app was designed:
https://android-developers.googleblog.com/2014/08/material-design-in-2014-google-io-app.html
Android Developers on Google Plus
https://plus.google.com/+AndroidDevelopers
Follow Android Developers on Twitter
https://twitter.com/AndroidDev
Android Developers on Youtube
https://www.youtube.com/user/GoogleDevelopers
Popular blogs:
https://blog.stylingandroid.com/
https://chris.banes.me/
http://fragmentedpodcast.com/
https://plus.google.com/+KirillGrouchnikov
Layout https://developer.android.com/guide/topics/resources/layout-resource.html
LinearLayout https://developer.android.com/reference/android/widget/LinearLayout.LayoutParams.html
LinearLayout
https://developer.android.com/reference/android/widget/LinearLayout.html
Layout:
- android:gravity="center_horizontal" centering a text in the screen or within a parent view
- android:padding ="4dp" increase content size
- android:layout_margin ="4dp" increase content surrounding size
JAVA core timeline currently JAVA 8, JAVA 9 for 2018 JAVA 10 2019
Using default color @android:color/white
Display images on Android: scaleType including center, center crop (expand image uniformly maintains ratio). ImageView attributes. match_parent to expand to fill the screen. wrap_content will not expand to screen size.
Using default color @android:color/white
Display images on Android: scaleType including center, center crop (expand image uniformly maintains ratio). ImageView attributes. match_parent to expand to fill the screen. wrap_content will not expand to screen size.
Subscribe to:
Posts (Atom)
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...