All Projects → PacktPublishing → R-Data-Structures-and-Algorithms

PacktPublishing / R-Data-Structures-and-Algorithms

Licence: MIT License
R Data Structures and Algorithms, published by Packt

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to R-Data-Structures-and-Algorithms

C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+43962.96%)
Mutual labels:  datastructures, machine-learning-algorithms
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-48.15%)
Mutual labels:  datastructures, algorithms-datastructures
Matlab Octave
This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
Stars: ✭ 180 (+566.67%)
Mutual labels:  datastructures, machine-learning-algorithms
Data-Structures-and-Algorithms--A-Comprehensive-Guide
Data Structures & Algorithms - A Comprehensive Guide
Stars: ✭ 15 (-44.44%)
Mutual labels:  datastructures, algorithms-datastructures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+8314.81%)
Mutual labels:  datastructures, algorithms-datastructures
ML-ProjectKart
🙌Kart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Stars: ✭ 162 (+500%)
Mutual labels:  machine-learning-algorithms, algorithms-datastructures
DataStructures Algorithms Java
Collection of data structures and algorithms challenges that I've solved. 💤
Stars: ✭ 12 (-55.56%)
Mutual labels:  algorithms-datastructures
fastML
A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.
Stars: ✭ 40 (+48.15%)
Mutual labels:  machine-learning-algorithms
Customer segmentation
Analysing the content of an E-commerce database that contains list of purchases. Based on the analysis, I develop a model that allows to anticipate the purchases that will be made by a new customer, during the following year from its first purchase.
Stars: ✭ 80 (+196.3%)
Mutual labels:  machine-learning-algorithms
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (-44.44%)
Mutual labels:  machine-learning-algorithms
Credit-Risk-Analysis
No description or website provided.
Stars: ✭ 29 (+7.41%)
Mutual labels:  machine-learning-algorithms
car-OCR
基于机器学习和OCR的车牌识别系统 @fujunhao
Stars: ✭ 39 (+44.44%)
Mutual labels:  machine-learning-algorithms
Seating Chart
Optimizing a Wedding Reception Seating Chart Using a Genetic Algorithm
Stars: ✭ 25 (-7.41%)
Mutual labels:  machine-learning-algorithms
glossary
https://machinelearning.wtf/ - An online glossary of machine learning terms.
Stars: ✭ 28 (+3.7%)
Mutual labels:  machine-learning-algorithms
sdp
Deep nonparametric estimation of discrete conditional distributions via smoothed dyadic partitioning
Stars: ✭ 15 (-44.44%)
Mutual labels:  machine-learning-algorithms
DataStructuresAndAlgorithm
数据结构与常见算法系列,从基础知识到初阶题以及进阶题。链表、栈、、队列、树等等。前期有c版本跟java版本,队列往后只有java版本了。
Stars: ✭ 21 (-22.22%)
Mutual labels:  datastructures
Data-Analysis
Different types of data analytics projects : EDA, PDA, DDA, TSA and much more.....
Stars: ✭ 22 (-18.52%)
Mutual labels:  machine-learning-algorithms
Smvdu-Algos
Can learn how to contribute to an open source project and practise Algorithm and Data Structures
Stars: ✭ 13 (-51.85%)
Mutual labels:  datastructures
data-algorithms-with-spark
O'Reilly Book: [Data Algorithms with Spark] by Mahmoud Parsian
Stars: ✭ 34 (+25.93%)
Mutual labels:  machine-learning-algorithms
Data-structures
Data Structures in Java
Stars: ✭ 13 (-51.85%)
Mutual labels:  datastructures

GitHub issues GitHub forks GitHub stars GitHub license

R Data Structures and Algorithms

Learning Vulkan

This is the code repository for R Data Structures and Algorithms, published by Packt.

Increase speed and performance of your applications with efficient data structures and algorithms

What is this book about?

We begin by answering the fundamental question: why data structures? In this book, we cover not only classical data structures, but also functional data structures. This book covers the following exciting features:

  • The intricacies of high performance and scalable programming using R
  • The rationality behind data structures and algorithms
  • Fundamentals of arrays and linked-based data structures
  • Dynamic programming (Knapsack) and randomized algorithms

This easy-to-read book is packed with real-world examples, and with its fast-paced nature, it will improve the productivity of an R programmer and improve the performance of R applications. If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Amazon Reviews

Amazon reviews

You can purchase this book at Amazon, R Data Structures and Algorithms

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

if (test expression)
{
  Statement upon condition is true
}

You will need a good understanding of R or another programming language. Preliminary experience of programming and data analysis will be helpful as well. You will need to appreciate algorithms that can be applied in scale to build applications.

Package in R can be installed using install.packages(“Package-name”)

With the following software and hardware list you can run all code files present in the book (Chapter 1-10)

Software and Hardware List

Chapter Software required OS required
1 R version 3.3.0 Windows, Mac OS X, and Linux (Any)
2 Rstudio Desktop 0.99.903 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Authors

Dr. PKS Prakash

Dr. PKS Prakash is a data scientist and author.He has spent the last 12 years in developing many data science solutions in several practical areas in healthcare, manufacturing, pharmaceuticals, and e-commerce. He currently works as the data science manager at ZS Associates and is the co-founder of Warwick Analytics, a spin-off from University of Warwick, UK.

Achyutuni Sri Krishna Rao

Achyutuni Sri Krishna Rao is a data scientist, a civil engineer, and an author. He has spent the last 4 years in developing many data science solutions to solve problems for leading companies in the healthcare, pharmaceutical and manufacturing domain. He currently works as data science consultant at ZS Associates.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].