Tweetovi
- Tweetovi, trenutna stranica.
- Tweetovi i odgovori
Blokirali ste korisnika/cu @MohdShukriHasa1
Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @MohdShukriHasa1
-
This 1-hour talk from Salesforce's Director of Data Science is packed with lots of practical tips and advice on what it means to do "Agile Data Science".
#datasciencehttps://lnkd.in/fVRBE-rHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Today I learned a new method to explain the predictions from black box models called counterfactuals. Given an input, x, and its predicted output y, this method perturbs x to get x' just enough so that y' is different from y. You can then compare x with…https://lnkd.in/fKuSMv2
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Are you a CTO/CIO/SVP/Director looking to build a world-class data science team? Here are 5 tips to help you get started: 1. Decide what kind of data scientists you want. Do you want someone to help infuse AI into your products, optimize your operations…https://lnkd.in/f_NAK9Y
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I really enjoyed reading this blog post from Chris Rackauckas on a method to embed prior knowledge into a neural network to make it less data-hungry. It addresses a very important and challenging problem in a way accessible to peop…https://lnkd.in/fHUPkSU https://lnkd.in/fm9iSWv
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Checkout this report on DataOps (an Agile take on data engineering) from Oreilly. Very insightful if you are currently building (or thinking about it) a team to execute your organization's data strategy. Surprisingly, the authors…https://lnkd.in/fNGZ37H https://lnkd.in/fQ4p8-z
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I made it!!! I'm now a
@Neo4j Certified Professional! If you
Graph DBs, I challenge you to take the exam too:http://neo4j.com/graphacademy/neo4j-certification/ …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
There's a grant meant to support open source software critical to biomedical research. Past recipients include Bioconductor, numpy, and matplotlib to name a few. Notably absent is anything from the Julia ecosystem. Why? I think it…https://lnkd.in/fKFkRu3 https://lnkd.in/ft9tz68
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Just found this well put together and detailed tutorial on using BERT for document classification. Very useful if you need a crash course on using BERT for your own use cases.
#deeplearning#nlp#artificialintelligencehttps://lnkd.in/f-8UXYbHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
A tip for data scientists who write code for production: If you find yourself relying on extra if...else statements as you add more models into your system, you are likely setting yourself up for a maintenance nightmare. Check out…https://lnkd.in/fdbvyFa https://lnkd.in/fHdB5bN
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
AI is the new electricity (Andrew Ng, 2016) and everyone is well aware of the transformative effects electricity has had across all industries. So, it is only natural to expect AI-based companies to be selling at rich "valuations" given their potential to…https://lnkd.in/f46Npcp
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
How can companies get their developers to embrace AI? Take a page from Morningstar and organize a corporate-wide AI competition, of course! Just came across this news article that Morningstar organized an internal global AWS DeepRacer competition (link i…https://lnkd.in/gMJ64Vw
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I've met with a few large, well-established companies looking to hire their first data scientist. Although the key decision-makers were enthusiastic about adopting AI, none could articulate what their AI strategy was. This got me thinking: How should matu…https://lnkd.in/gjwV9Vb
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you are a data scientist, you have obviously committed to lifelong learning. But do you possess the skills to learn efficiently? Being able to assimilate new knowledge fast is a valuable skill given that many of us struggle jug…https://lnkd.in/fYPWKh4 https://lnkd.in/fT5FUtf
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
What's the next step after you discovered a superior model from your machine learning experiments? Package your code into a docker container and pass it to the folks at production for deployment (or maybe even deploy it yourself)? Seems like this is the m…https://lnkd.in/fSRcYrz
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
It's the new year so this seems like an apt podcast to share. Learn what the latest research says about forming long-lasting good habits.
#newgoals#newyears2020#newyearnewmehttps://lnkd.in/fDsgdu5Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Folks in software engineering have well-defined steps to test the software they write. How can these practices be transferred to testing a machine learning system? I came across this talk (link in the description), that breaks an ML system into 4 stages:…https://lnkd.in/fJuZAYM
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Building a production-grade recommender system is hard. There are many aspects you need to get right: dataset split, objective metrics and model evaluation just to name a few. This is just the algorithm design part. Operationalizin…https://lnkd.in/fwZ34vZ https://lnkd.in/fme9Gpf
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Allen Downey's BayesMadeSimple repo contains many fun exercises to get started with Bayesian analysis. I've translated the solutions to Gen, a probabilistic programming framework written in Julia. Just wanted to raise more awarenes…https://lnkd.in/f2F3vRR https://lnkd.in/fG3Mr92
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Newcomers to Spark will learn early on that Spark is lazy. Not keeping this in mind at all times may result in incorrect analyses in subtle ways. Check out this blog post to see how lazy evaluation can mess up your analyses on rand…https://lnkd.in/fpzisj4 https://lnkd.in/f9iujjW
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I really enjoyed watching this webinar from Prof. Downey. It bridges the gap between Grid Approximation and MCMC methods in Bayesian analysis. It's also a practical introduction to working with PyMC3.
#bayesian#python#datasciencehttps://lnkd.in/f6rfCknHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.