Haniifornothaniinothanii.hashnode.net·Feb 3, 2023How to Use AI Practical GuideMy classes now require AI (and if I didn’t require AI use, it wouldn’t matter, everyone is using AI anyway). But how can students use AI well? Here is a basic tutorial and guide I am providing for my classes. It covers some of the many ways to use AI...Discuss·10 likesArtificial Intelligence
Ashwin TelmoreforMy Notesashwintelmore.hashnode.net·Dec 7, 2022Run a basic word count map reduce program to understand map reduce paradigmJava code Create a .java file and paste following code import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.IntWritable; import org....DiscussBig data AnalyticsPractical
Vincent RajaforLearn with Vincentvincentraja.hashnode.net·Jan 2, 2023Azure: Implement and Learn without Credit CardIntroduction: Welcome back to my blog. In this blog, you are going to create a sandbox environment in azure and implement the services in real-time. Microsoft Learn portal has made it possible to avoid creating an account in azure with a credit card ...Discuss·47 readsAzure
Haniinothanii.hashnode.net·Feb 3, 2023How to Use AI Practical GuideMy classes now require AI (and if I didn’t require AI use, it wouldn’t matter, everyone is using AI anyway). But how can students use AI well? Here is a basic tutorial and guide I am providing for my classes. It covers some of the many ways to use AI...Discuss·10 likesArtificial Intelligence
Vincent Rajavincentraja.hashnode.net·Jan 2, 2023Azure: Implement and Learn without Credit CardIntroduction: Welcome back to my blog. In this blog, you are going to create a sandbox environment in azure and implement the services in real-time. Microsoft Learn portal has made it possible to avoid creating an account in azure with a credit card ...Discuss·47 readsAzure
Ashwin Telmoreashwintelmore.hashnode.net·Dec 7, 2022Run a basic word count map reduce program to understand map reduce paradigmJava code Create a .java file and paste following code import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.IntWritable; import org....DiscussBig data AnalyticsPractical