Emma Donery·Dec 5, 2022Write and Get Paid $100–$900 for Your Data Science/AI Articles 🤑Write Like it matters, and it will. -Libba Bray — Heads up! I caught a dollar 💰🤑, and you can too. Get paid well to write about your passions while educating others.Technical Writing6 min readTechnical Writing6 min read
Nilesh Verma·Sep 7, 2022XGBoost Algorithm Explained in Less Than 5 MinutesXGBoost is a powerful machine learning algorithm that has been dominating the world of data science in recent years. XGBoost offers a great deal of control to the user. In this blog post, we’ll take a look at what XGBoost is and how it works, so that you can get…Xgboost2 min readXgboost2 min read
Noel CheninDev Genius·Mar 16, 2022Using Comet.ml in Movie Recommendation scenarioAuthor: Noel Chen, Qi Jiang Overview It is now common to have a Machine Learning component in our everyday systems. Having a platform to keep track of datasets, experimentation history ,and code changes is crucial to data scientists and Machine Learning engineers in order to efficiently keep track of their…Comet8 min readComet8 min read
Diana DovgopolinGeek Culture·Apr 12, 2022Member-onlyBored of Jupyter Notebook? Here Are Other 4 Python IDEs for Data ScienceFree and paid options that can help you replace Jupyter Notebook. — Jupyter Notebook is probably the first Python IDE we used for data science. Its simplicity makes it great for beginners, but whenever you need some advanced functionality, you’ll see that Jupyter Notebook has a lot of limitations. Fortunately, there are plenty of options out there that are as good as…Data Science4 min readData Science4 min read
Megan DibbleinTowards Data Science·Jun 13, 2020Member-onlyI Worked Through 500+ Data Science Interview QuestionsHere’s what I learned along the way — Thanks to a group of dedicated data science boot camp grads, Zoom, and the World Wide Web, I have listened to and answered too many data science interview practice questions to count. …Data Science6 min readData Science6 min read
Temidayo OmoniyiinHeartbeat·Jul 20, 2022Web Scraping and Sentiment Analysis Using Twint LibraryLearn how to scrape Twitter data without using the Twitter API or a Twitter Developer account — Introduction Twitter is a social networking and news website where users exchange short messages known as tweets. The ease with which Twitter may be scanned is one of its biggest selling points. …Web Scraping9 min readWeb Scraping9 min read
GreekDataGuyinTowards Data Science·Apr 30, 2020Member-onlyA Complete Beginners Guide to Document Similarity AlgorithmsLearn the code and math behind Euclidean Distance, Cosine Similarity and Pearson Correlation to power recommendation engines — I’ve deployed a few recommender systems into production. Not surprisingly, the simplest turned out to be the most effective. At the core of most recommender systems lies collaborative filtering. And at the core of collaborative filtering is document similarity. We’ll walk through 3 algorithms for calculating document similarity.Data Science6 min readData Science6 min read
Indresh BhattacharyyainCoinmonks·Jul 12, 2022PyMLPipe: A lightweight MLOps Python PackageCreating a ML model and actually productionalize the ML model are very different in nature. PyMLPipe helps in Model Monitering Model Version control Data Version Control Model Parameter tracking Data Schema Tracking Model Performance Comparison One click API deployment Installation (via pip): pip install pymlpipe Usage of PyMLPipe: Let’s take an example of with Iris dataset…Mlops4 min readMlops4 min read
Sara A. MetwalliinTowards Data Science·Jan 21, 2021Member-only6 NLP Techniques Every Data Scientist Should KnowTowards more efficient natural language processing — Natural language processing is perhaps the most talked-about subfield of data science. It’s interesting, it’s promising, and it can transform the way we see technology today. Not just technology, but it can also transform the way we perceive human languages. Natural language processing has been gaining too much attention and…Machine Learning7 min readMachine Learning7 min read
Youssef HosniinTowards AI·Mar 24, 2022Member-onlyManipulating Time Series Data In PythonA practical guide for time series data manipulation in Python Pandas — Time series data is one of the most common data types in the industry and you will probably be working with it in your career. Therefore understanding how to work with it and how to apply analytical and forecasting techniques are critical for every aspiring data scientist. In this series…Timeseries25 min readTimeseries25 min read
Towards AI Editorial TeaminTowards AI·Jun 3, 2020Member-onlyMachine Learning Algorithms For Beginners with Code Examples in PythonBest machine learning algorithms for beginners with coding samples in Python. Launch the coding samples with Google Colab — Author(s): Pratik Shukla, Roberto Iriondo, Sherwin Chen Last updated April 14, 2021 Join us ↓ | Towards AI Members | The Data-driven Community Join Towards AI, by becoming a member, you will not only be supporting Towards AI, but you will have access to…members.towardsai.netArtificial Intelligence26 min readArtificial Intelligence26 min read
Youssef HosniinTowards AI·Apr 1, 2022Member-onlyTime Series Data Analysis In PythonA practical guide for time series data analysis in Python Pandas — Time series data is one of the most common data types in the industry and you will probably be working with it in your career. Therefore understanding how to work with it and how to apply analytical and forecasting techniques are critical for every aspiring data scientist. In this series…Timeseries17 min readTimeseries17 min read
J.P. RinfretinThe Startup·Dec 16, 2019The Hyperparameter Cheat SheetA quick guide to hyperparameter tuning utilizing Scikit Learn’s GridSearchCV, and the bias/variance trade-off — Before we dive in, let’s start with a quick definition. In machine learning, a hyperparameter (sometimes called a tuning or training parameter) is defined as any parameter whose value is set/chosen at the onset of the learning process. Whereas other parameter values are computed during training.Machine Learning8 min readMachine Learning8 min read
Abhishek SharmainMLearning.ai·Dec 22, 2021Top 70+ Unique Machine Learning Projects with source codes [2023]In today’s blog, we will see some very interesting Machine learning projects with source code in Python language. This list will consist of Machine learning projects, Deep Learning Projects, Computer Vision Projects, and all other types of interesting projects with source codes also provided. Read the full article here —…Machine Learning19 min readMachine Learning19 min read
Youssef Hosni·Jun 25, 2022Member-onlyDeep Learning Interview Questions & Answers for Data ScientistsI started an intuitive on LinkedIn in May 2022 in which I am posting daily data science interview questions and the answers I got on each post I summarize them and post on the next day in another post. The questions are prepared by me, in addition to others that…Data Science18 min readData Science18 min read
Terence ShininTowards Data Science·Aug 28, 2021Member-onlyA Complete 15 Week Curriculum to Master SQL for Data ScienceLearn the most important data science skill in 15 weeks — Be sure to subscribe to never miss another article on data science guides, tricks and tips, life lessons, and more! Introduction As I work more and more in the corporate world as a data scientist, I am increasingly convinced that mastering SQL is essential to have a successful career. …Data Science7 min readData Science7 min read
Anar AbiyevinAnalytics Vidhya·Mar 19, 2022Streamlit App for Exploratory Data AnalysisAutomate EDA in Data Science Projects — In every data science problem or project, exploratory data analysis is an irreplaceable part of the workflow. EDA is the step in which you get insights about the dataset. Hence without enough information of dataset, the right choice of model cannot be made. After working with sufficient number of datasets…Data Science4 min readData Science4 min read
sampath kumar gajawadainTowards Data Science·Oct 4, 2019Chi-Square Test for Feature Selection in Machine learningFeature selection always plays a key role in machine learning — We always wonder where the Chi-Square test is useful in machine learning and how this test makes a difference. Feature selection is an important problem in machine learning, where we will be having several features in line and have to select the best features to build the model. The chi-square…Data Science6 min readData Science6 min read
Moosa AliinCodeX·May 7, 2022Feature Selection Algorithms for Machine LearningChoosing the right ones — Feature Selection is an optional, yet important preprocessing step for your Machine Learning model. It is a common practice to feed your Machine Learning model data as you receive it. This is a very common rookie mistake, data that you receive from whatever source will always contain errors. …Python6 min readPython6 min read