I have bad news; being able to write programs is only a tiny fraction of software development and data science. You have to know a lot of things and this can become very frustrating. You will be bombarded with acronyms and silly-named tools, like IDE, git, version control, CI, etc, etc. At some point, you have to start use the tools of the trade along with coding and here we give you some advice on what to use to become a pro.
(more…)Author: crowintelligenceteam
-

A simple Markov chain text generator in Python
What does it mean to build a language model? How it is related to the Beat Generation’s cut-up technique and can be used for text generation? We’ll shed light on these questions using Python!
(more…) -

Order emerging from randomness or the joy of random Boolean networks and Python
Boolean networks are widely used in computational biology to model gene regulatory networks, and they can be very useful in time-series analysis too. Here, we will use the concept of random Boolean networks to generate interesting images which show some sort of repetitive patterns. Let complexity meet generative art and Python!
(more…) -

Getting Started with Colab Using TensorFlow is freely available on Manning LP
We developed a free course for Manning liveProject. Getting Started with Google Colab Using TensorFlow has got a very descriptive title, so it teaches you the very basics of using Colab with TensorFlow.
(more…) -

Getting Started with Colab Using PyTorch is freely available on Manning LP
We developed a free course for Manning liveProject. Getting Started with Google Colab Using PyTorch has got a very descriptive title, so it teaches you the very basics of using Colab with PyTorch.
(more…)
